Finance MCP Server
Related Servers
Alternatives to Finance MCP Server
No user-submitted related servers found.
Related Servers
- AlicenseCqualityCmaintenanceEnables querying real-time and historical financial market data for stocks, options, forex, and crypto, including quotes, trades, technical indicators, and reference data through a set of MCP tools.713MIT
- FlicenseNot gradedqualityCmaintenanceProvides live US stock quotes and historical price data via MCP tools.-
- AlicenseNot gradedqualityDmaintenanceProvides real-time weather alerts, forecasts, stock prices, historical data, and stock-related news through an MCP interface.55 npm6MIT
- AlicenseAqualityAmaintenanceProvides live financial data for any LLM agent, including stock quotes, crypto prices, SEC filings, XBRL financials, FX rates, and macro indicators, through ten MCP tools.1157 npm1MIT
- AlicenseNot gradedqualityDmaintenanceReal-time currency exchange rates and crypto prices via MCP. Convert between 60+ fiat currencies and 30+ cryptocurrencies with multi-source failover. No API keys needed for upstream data.7 npmISC
- AlicenseNot gradedqualityBmaintenanceFetches Korean and global financial data (indices, stocks, ETFs, exchange rates, crypto) via local MCP tools, bypassing web search limitations.1MIT
TDQS
Scored across 5 tools
Each tool targets a distinct financial asset or data type (exchange rate, bitcoin, gold, S&P 500). The get_all_prices tool is clearly a bulk variant, but its purpose is distinct from individual getters, and descriptions make the choice unambiguous.
All tools follow a consistent get_ prefix with a noun describing the data (exchange_rate, bitcoin_price, gold_price, sp500, all_prices). This is a uniform and predictable pattern.
With only 5 tools, the server is well-scoped for a financial data retrieval service. Each tool serves a specific purpose, and there is no unnecessary bloat or sparse implementation.
The server covers the four core assets it mentions (exchange rates, bitcoin, gold, S&P 500) and adds a bulk fetch. Minor gaps exist, such as no support for additional currency pairs or historical data, but these are not critical for the stated real-time focus.