This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python3 | |
| """ | |
| FinanceHub MCP Server — Model Context Protocol interface for AI agents. | |
| Exposes all 14 FinanceHub API endpoints as MCP tools that Claude, Cursor, | |
| Windsurf, and other MCP-compatible AI agents can call directly. | |
| Usage: | |
| pip install fastmcp httpx | |
| python mcp_server.py # stdio (default) |