Table of Contents
Overview
Your AI models and agents can use our official remote MCP server to access real-time financial data in a simple and secure way. Streamable HTTP server URL:https://mcp.financialdatasets.ai/mcp
SSE server URL: https://mcp.financialdatasets.ai/sse
Our MCP server provides authenticated access to:
- Stock Prices - Real-time and historical price data
- Financial Statements - Income statements, balance sheets, cash flow statements
- Company Information - Company profiles and metadata
- SEC Filings - 10-K, 10-Q, 8-K and other regulatory filings
- Earnings Data - Earnings press releases
Installation
You can connect to our MCP server natively as a new Claude Integration, or by using the mcp-remote module in Cursor, Windsurf, and other clients.Team, Enterprise (Claude.ai)
- Navigate to Settings in the sidebar on web or desktop
- Scroll to Integrations at the bottom and click Add more
- In the prompt enter:
- Integration name:
Financial Datasets
- Integration URL:
https://mcp.financialdatasets.ai/mcp
- Integration name:
- Click Connect and complete OAuth authentication
- Make sure to enable the tools in any new chats
- Open the file
~/Library/Application Support/Claude/claude_desktop_config.json
- Add the following and restart the Claude desktop app:
MCP Tools
Once connected, your AI assistant will have access to these tools:getPriceSnapshot
- Get current price data for any stock tickergetFinancials
- Access income statements, balance sheets, and cash flow datagetCompanyInfo
- Retrieve company profiles and business descriptions
Authentication
Our MCP server uses OAuth 2.1 for secure authentication. When you first connect, you’ll be redirected to authenticate with your Financial Datasets account. If you don’t have an account, you can sign up for free.Example Usage
After connecting, you can ask your AI assistant questions like:- “What’s the current stock price of Apple?”
- “Show me Tesla’s latest income statement”
- “Find recent SEC filings for Microsoft”
- “Compare the revenue growth of Google vs Amazon over the past 5 years”
Rate Limits
Our MCP server respects the same rate limits as our REST API:- Free tier: 60 requests per minute
- Standard tier: Unlimited requests
Support
If you have questions, feedback, or requests for new MCP tools:- Join our Discord community
- Email us at [email protected]
- Check Our APIs for detailed endpoint information