A MCP server for the stock market data API, Finage API. Only small subset of endpoints is implemented.
The package is under development and only supports two endpoint as of v0.0.1. Be cautious.
FINAGE_API_KEY
uv
installedgit clone https://github.com/KendamaQQ/finage_mcp.git
Add this to your claude_desktop_config.json
:
NOTE Make sure you replace the <DIRECTORY-OF-CLONED-PROJECT>
with the directory of the cloned project.
{
"mcpServers": {
"finage_mcp": {
"command": "uv",
"args": [
"--directory",
"<DIRECTORY-OF-CLONED-PROJECT>/finage_mcp",
"run",
"finage_mcp"
],
"env": {
"FINAGE_API_KEY": "YOUR_API_KEY_HERE"
}
}
}
}
Seamless access to top MCP servers powering the future of AI integration.