MCP Server
Access the official remote MCP server for Financial Datasets.
Financial Datasets MCP Server
Your AI models and agents can use our official remote MCP server to access real-time financial data in a simple and secure way.
Remote MCP 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
Setup Instructions
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/sse
- Integration name:
- Click Connect and complete OAuth authentication
- Make sure to enable the tools in any new chats
Free, Pro (Claude for Desktop)
- Open the file
~/Library/Application Support/Claude/claude_desktop_config.json
- Add the following and restart the Claude desktop app:
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/sse
- Integration name:
- Click Connect and complete OAuth authentication
- Make sure to enable the tools in any new chats
Free, Pro (Claude for Desktop)
- Open the file
~/Library/Application Support/Claude/claude_desktop_config.json
- Add the following and restart the Claude desktop app:
Click here to open Cursor and automatically add the Financial Datasets MCP server.
Alternatively, add the following to your ~/.cursor/mcp.json
file:
The code editor agent automatically detects all available tools and calls the relevant tool when you ask financial data questions in the chat.
- Press
Ctrl/Cmd + P
and search for MCP: Add Server - Select Command (stdio)
- Enter the following configuration:
- Enter the name Financial Datasets and hit enter
- Activate the server using MCP: List Servers and selecting Financial Datasets, then Start Server
- Press
Ctrl/Cmd + ,
to open Windsurf settings - Scroll to Cascade -> MCP servers
- Select Add Server -> Add custom server
- Add the following configuration:
- Press
Cmd + ,
to open Zed settings - Add the following configuration:
You can interact with our MCP server directly via command line using the MCP protocol:
Note: Direct CLI access requires OAuth authentication through a browser flow.
Available 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: 200 requests per minute
- Advanced 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
We’re excited to see how your agents use Financial Datasets to power your workflows! 🚀