
Financial Datasets MCP Server
Pricing
Pay per event

Financial Datasets MCP Server
This MCP server provides access to stock market data from Financial Datasets. It allows Claude and other AI assistants to retrieve income statements, balance sheets, cash flow statements, stock prices, and market news directly through the MCP interface.
0.0 (0)
Pricing
Pay per event
0
2
2
Last modified
12 days ago
MCP Servers Monorepo
A curated collection of production-ready Model Context Protocol (MCP) servers published on Apify. These are wrappers around open-source MCP servers β credits go to the original developers.
- Monetize your MCP servers via pay-per-use pricing
- Reach a global developer and business audience
- Reliable hosting, scaling, and monitoring
- Built-in analytics
- Community exposure via Apify MCP server and the Apify Store
- Standby mode for instant responses
- Multi-transport (http-streamable and SSE) support
- OAuth for easy authentication
π¦ Available servers
Actor | Description | Actor badge | Original author |
---|---|---|---|
./brave-search-mcp-server/ | Web search capabilities powered by Brave Search | MCP Community | |
./browserbase-mcp-server/ | Cloud web automation capabilities | BrowserBase | |
./docfork-mcp-server/ | FreshFresh docs for your AI code editor | Docfork.AI | |
./perplexity-mcp-server/ | AI-powered search and information retrieval | Perplexity AI | |
./firecrawl-mcp-server/ | Web crawling and content extraction | Mendable AI | |
./slide-speak-mcp-server/ | Presentation and speech synthesis | SlideSpeak | |
./lara-translate-mcp-server/ | Multi-language translation services | Translated | |
./calculator-MCP-server/ | Mathematical computations and calculations | Githejie | |
./kiwi-mcp-server/ | Flight search and booking using Kiwi.com | Kiwi.com | |
./national-parks/ | Geographic and park information | KyrieTangSheng | |
./context7-mcp-server/ | Up-to-date code docs for any programming library | Upstash | |
./deepl-mcp-server/ | Translation capabilities using the DeepL API | DeepLcom | |
./pure-md-mcp-server/ | Web content extraction and search capabilities powered by Pure.md | Pure.md | |
./financial-datasets-mcp-server/ | Stock market data, financial statements, and cryptocurrency information | Financial Datasets | |
./microsoft-docs-mcp-server/ | Access Microsoft's official documentation with semantic search | Microsoft | |
./tomtom-mcp-server/ | Geospatial services including search, routing, traffic and static maps | TomTom International |
π Credits
These are wrappersβoriginal code by: Brave Software, Perplexity AI, Mendable AI, SlideSpeak, Translated, Githejie, Kiwi.com, KyrieTangSheng, Upstash, Financial Datasets, Microsoft, and others.
π© Claim this MCP server β If you are the original developer and would like to claim ownership or have any concerns, please write to ai@apify.com.
π οΈ Quick start
Prerequisites
- For TypeScript servers: Node.js 18+ and npm
- For Python servers: Python 3.8+ and pip
- For all servers: Docker (optional, for containerized deployment)
Installation
Each server can be installed and run independently:
# TypeScript serverscd <server-name>npm installnpm start# Python serverscd <server-name>pip install -r requirements.txtpython -m src.main
Using with MCP clients
Configure your MCP client (like Claude Desktop) to use these servers:
{"mcpServers": {"brave-search": {"command": "npx","args": ["-y", "@apify/brave-search-mcp-server"]},"calculator": {"command": "python","args": ["-m", "src.main"],"cwd": "./calculator-MCP-server"}}}
π§ Development
Templates
When creating new MCP servers, you can use our pre-built templates:
- Python MCP server template - For Python-based MCP servers
- TypeScript MCP server template - For TypeScript-based MCP servers
Project structure
mcp-servers/βββ <server-name>/β βββ src/ # Source codeβ βββ Dockerfile # Container configurationβ βββ package.json # Node.js dependencies (TypeScript servers)β βββ requirements.txt # Python dependencies (Python servers)β βββ README.md # Server-specific documentationβββ LICENSE # MIT Licenseβββ CONTRIBUTING.md # Contribution guidelinesβββ README.md # This file
π€ Contributing
This monorepo is maintained by Apify. We encourage you to build your own MCP servers using our templatesβsee the official MCP documentation and Apify MCP docs.
To report issues or request features, open an issue with details.
π What is Apify MCP?
The Apify Model Context Protocol (MCP) Server at mcp.apify.com instantly connects AI applications and agents to thousands of ready-built tools. It allows your AI assistant to use any Apify Actor for web scraping, data extraction, and automation tasks in real time.
Key benefits:
- Instant access to 5,000+ Apify Actors and tools
- No setup required - connect with just a URL
- OAuth support for easy authentication
- Production-ready with enterprise-grade reliability
π― Try it now
For the easiest setup and most powerful features, connect your AI assistant to our hosted server:
It supports OAuth, so you can connect from clients like Claude.ai or Visual Studio Code with just the URL.
π References
Learn how to build and monetize MCP servers on Apify:
- Webinar: Building and Monetizing MCP Servers on Apify
- How to build and monetize an AI agent on Apify
- What is MCP and why does it matter?
Made with β€οΈ and πΊ by the Apify team