mcp-intelligence-agent

algowizzzz/mcp-intelligence-agent
★ 0 stars Python AI/LLM Updated 6d ago
Financial risk intelligence agent: LangGraph + Claude Sonnet 4 + SAJHA MCP Server. 163 tools, SSE streaming, Open WebUI-style chat.
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-intelligence-age": {
      "command": "uvx",
      "args": [
        "mcp-intelligence-agent"
      ]
    }
  }
}

Or install with pip: pip install mcp-intelligence-agent