banking-mcp-server

chgiri/banking-mcp-server
★ 0 stars Java AI/LLM Updated today
A standalone Model Context Protocol (MCP) server that exposes the Banking FAQ Assistant's capabilities - FAQ grounding, per-document Q&A, and document upload to any MCP-compatible AI client (Claude Desktop, Claude Code, MCP Inspector, or a future custom agent).
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": {
    "banking-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "chgiri/banking-mcp-server"
      ]
    }
  }
}