mcp-001-fintech-data-server

datavpostech/mcp-001-fintech-data-server
★ 0 stars Python AI/LLM Updated today
[MCP-001] Template architecture for an MCP server that gives any LLM structured access to your database. Layered design, schema mapping, read only guardrails, predefined queries. Part of AI for Fintech hub.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-001-fintech-data": {
      "command": "uvx",
      "args": [
        "mcp-001-fintech-data-server"
      ]
    }
  }
}

Or install with pip: pip install mcp-001-fintech-data-server