Financial Datasets MCP Server
Rank #1,806glama/financial-datasets/mcp-server
MCP server that provides AI assistants access to stock market data including financial statements, stock prices, and market news through a Model Context Protocol interface.
Financial Datasets MCP Server is a Model Context Protocol (MCP) server published by financial-datasets. It ranks #1,806 of 115,460 servers tracked on MCP Toplist, and its repository has 2,283 GitHub stars. Financial Datasets MCP Server is listed across 3 registries — Glama, mcp.so and PulseMCP, and ships as a single rolling release with no explicit version metadata. It was first listed on Mar 8, 2025.
Ranks ahead of 113,654 of 115,460 servers on MCP Toplist.
Use Financial Datasets MCP Server
Hosted remote endpoint gated by authentication — connect via its URL and authenticate with the provider (OAuth flow or an API key/header, per its docs).
claude mcp add --transport http financial-datasets https://mcp.financialdatasets.ai/mcpThis endpoint requires authentication — see the server’s docs for credentials.
claude mcp add --transport http financial-datasets https://mcp.financialdatasets.ai/sseThis endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.financial-datasets]
url = "https://mcp.financialdatasets.ai/mcp"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.financial-datasets]
url = "https://mcp.financialdatasets.ai/sse"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
https://mcp.financialdatasets.ai/mcpSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
https://mcp.financialdatasets.ai/sseSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"financial-datasets": {
"url": "https://mcp.financialdatasets.ai/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"financial-datasets": {
"url": "https://mcp.financialdatasets.ai/sse"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"financial-datasets": {
"type": "http",
"url": "https://mcp.financialdatasets.ai/mcp"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"financial-datasets": {
"type": "http",
"url": "https://mcp.financialdatasets.ai/sse"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"financial-datasets": {
"serverUrl": "https://mcp.financialdatasets.ai/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"financial-datasets": {
"serverUrl": "https://mcp.financialdatasets.ai/sse"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"financial-datasets": {
"url": "https://mcp.financialdatasets.ai/mcp"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"financial-datasets": {
"url": "https://mcp.financialdatasets.ai/sse"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/glama%2Ffinancial-datasets%2Fmcp-server)<a href="https://mcptoplist.com/server/glama%2Ffinancial-datasets%2Fmcp-server"><img src="https://mcptoplist.com/badge/glama%2Ffinancial-datasets%2Fmcp-server.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
financial-datasets
Not versioned
This server is published through registries that do not expose explicit version metadata, and no GitHub release tags were found on the linked repository. The listing tracks a single rolling release.
Frequently asked questions
- Who maintains Financial Datasets MCP Server?
- Financial Datasets MCP Server is maintained by financial-datasets, which publishes 1 MCP server (0 total versions) tracked on MCP Toplist.
- Is Financial Datasets MCP Server listed on the Official MCP Registry?
- Financial Datasets MCP Server is not on the Official MCP Registry. It is listed on Glama, mcp.so and PulseMCP.
- How many versions does Financial Datasets MCP Server have?
- Financial Datasets MCP Server ships as a single rolling release with no explicit version metadata.
- Where can I find the source code for Financial Datasets MCP Server?
- The source code for Financial Datasets MCP Server is hosted at github.com/financial-datasets/mcp-server.