cu_MCP

kylelegare/cu_MCP
★ 0 stars Python AI/LLM Updated today
database of NCUA 5300 call report data turned into an MCP server for LLMs to query
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": {
    "cu_mcp": {
      "command": "uvx",
      "args": [
        "cu-mcp"
      ]
    }
  }
}

Or install with pip: pip install cu-mcp

README Excerpt

Query NCUA credit union data using natural language through Claude! This **Model Context Protocol (MCP)** server is **live and ready to use** - just add the URL to your AI assistant and start asking questions. No installation required. Live Server: https://callreportmcp.fastmcp.app/mcp --- ```bash claude mcp add --transport http credit-union-analytics https://callreportmcp.fastmcp.app/mcp