Financial Data MCP Server
Related Servers
Alternatives to Financial Data MCP Server
No user-submitted related servers found.
Related Servers
- AlicenseBqualityDmaintenanceThis is an MCP server that provides access to the Alpha Vantage API, allowing stock data retrieval to be used as context to LLMs.215 npm9MIT
- AlicenseAqualityCmaintenanceA minimal MCP server that provides stock snapshots including company metadata, latest quote, fundamentals, and daily price history via the Alpha Vantage API.1MIT
- AlicenseBqualityFmaintenanceA Model Context Protocol (MCP) server that provides real-time access to financial market data through the free Alpha Vantage API. This server implements a standardized interface for retrieving stock quotes and company information.12104MIT
- FlicenseNot gradedqualityDmaintenanceA comprehensive MCP server that provides access to Alpha Vantage's financial data APIs, including stocks, forex, crypto, commodities, and economic indicators, enabling users to retrieve real-time quotes, historical data, technical indicators, and market intelligence through natural language.-
- AlicenseNot gradedqualityDmaintenanceAn MCP server that integrates with the AlphaVantage financial data API, providing access to stock market data, technical indicators, and fundamental financial information.MIT
- AlicenseAqualityDmaintenanceAn MCP server that provides real-time financial data integration with Alpha Vantage's API, enabling access to stock market data, cryptocurrency prices, forex rates, and technical indicators.79 npm4MIT
TDQS
Scored across 2 tools
The two tools, getStockQuote and getHistoricalData, are clearly distinct: one provides current real-time data while the other provides historical time-series data. There is no overlap or ambiguity in their purposes.
Both tool names follow the same pattern: 'get' plus a descriptive noun in camelCase. This is consistent and predictable, making it easy for an agent to infer the action and resource.
With only two tools, the server feels thin for a financial data service. While the two tools cover basic stock quote and historical data needs, the count is at the lower boundary of what is considered reasonable for a domain-focused server.
The server covers fundamental stock data retrieval (current and historical), but lacks other common financial data operations such as company fundamentals, options chains, or market indices. The surface is functional but minimal.