★ 0 stars
Unknown language
🗄️ Database
Updated today
Custom MCP server exposing financial tools — portfolio analysis, XGBoost risk scoring, fraud detection, transaction lookup, and FinBERT market sentiment — connectable directly from Claude Desktop or any LangGraph agent.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"financial-mcp-server": {
"command": "npx",
"args": [
"-y",
"THE-DS-WAREHOUSE/financial-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add financial-mcp-server npx -y THE-DS-WAREHOUSE/financial-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"financial-mcp-server": {
"command": "npx",
"args": [
"-y",
"THE-DS-WAREHOUSE/financial-mcp-server"
]
}
}
}
📋 Copy
Topics
claude-desktop docker fastapi financial-ai finbert fraud-detection langraph mcp portfolio-analysis postgresql python risk-scoring xgboost