Remote MCP server exposing stock market and company financial data as tools — built with FastMCP, yfinance, and OAuth 2.1 auth, deployed on FastMCP Cloud.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"financial-data-mcp-s": {
"command": "uvx",
"args": [
"financial-data-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add financial-data-mcp-s uvx financial-data-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"financial-data-mcp-s": {
"command": "uvx",
"args": [
"financial-data-mcp-server"
]
}
}
}
📋 Copy
Or install with pip: pip install financial-data-mcp-server