FinanceMCP provides real-time financial data access for AI models via Tushare and Binance APIs. It offers stock, fund, bond, macroeconomic indicator, stablecoin, and cryptocurrency data. The server also supports financial data queries, financial news searches, and access to National Bureau of Statistics data. Developers use it to build AI-driven financial analysis tools and applications.
FinanceMCP provides real-time financial data access for AI models via Tushare and Binance APIs. It offers stock, fund, bond, macroeconomic indicator, stablecoin, and cryptocurrency data. The server also supports financial data queries, financial news searches, and access to National Bureau of Statistics data. Developers use it to build AI-driven financial analysis tools and applications.
npx -y finance-mcpAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"guangxiangdebizi-financemcp-github": {
"command": "npx",
"args": [
"-y",
"npx -y finance-mcp"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from FinanceMCP?"
API Key Required
This server requires an API key from FinanceMCP. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| FINANCEMCP_API_KEY | Yes | Your FinanceMCP API key |
"What resources are available in FinanceMCP?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in FinanceMCP"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in FinanceMCP with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.