Financial Datasets MCP
Official FinanceMCP server for the Financial Datasets stock market API — access earnings, fundamentals, prices, and SEC filings.
Quick Install
uvx mcp-server Manual configuration
Add this to your Claude Code settings.json (or .claude/settings.json in your project):
{
"mcpServers": {
"financial-datasets-mcp": {
"command": "uvx",
"args": [
"mcp-server"
]
}
}
}