FinImpulse MCP Server
Related Servers
Alternatives to FinImpulse MCP Server
No user-submitted related servers found.
Related Servers
- AlicenseAqualityCmaintenanceProvides live stock data and market news for financial analysis via any MCP-compatible AI app.2MIT
- FlicenseNot gradedqualityCmaintenanceProvides real-time financial market lookups (stock quotes, volume, P/E ratios) and deterministic portfolio risk (VaR) calculations as standardized MCP endpoints for AI assistant integration.-
- FlicenseNot gradedqualityBmaintenanceProvides normalized SEC EDGAR data (financials, filings, insider trades) to AI agents via MCP.-
- AlicenseAqualityCmaintenanceFinData MCP gives AI agents access to market data, company fundamentals, and macroeconomic indicators via MCP. It covers stocks, ETFs, crypto, forex, commodities, and economic time series.51MIT

pykrx-mcpofficial
AlicenseNot gradedqualityCmaintenanceProvides Korean stock market data (KOSPI, KOSDAQ, KONEX) including prices, fundamentals, investor trading, short selling, and indices via MCP protocol, enabling natural language queries from AI agents like ChatGPT and Claude.44 PyPI3MIT- AlicenseAqualityAmaintenanceMCP server that exposes Yahoo Finance data through tools for searching instruments, fetching quotes, history, company info, financials, dividends, news, recommendations, and options. Enables AI assistants to answer market-data questions using natural language.2266 PyPIMIT
TDQS
Scored across 31 tools
Tools are mostly distinct by domain (search, summary, financials, holders, options, etc.), but the presence of 'lite' variants (get_search_lite, get_summary_lite) and multiple general/specific pairs (e.g., get_statistics_general vs. get_statistics_risks) creates minor overlap. Descriptions clearly differentiate purposes, so agents can select correctly with careful reading.
All tool names follow a strict get_<domain>_<subtype> pattern, with hierarchical consistency across related groups (e.g., get_financials_*, get_holders_*, get_options_*). The only minor deviation is the 'lite' suffix on get_search_lite and get_summary_lite, but this does not break the overall pattern.
31 tools is on the heavy side, exceeding the typical 25+ threshold, but the server's broad scope (stocks, ETFs, mutual funds, options, multiple data categories) justifies the granularity. Each tool serves a specific purpose, though some could potentially be consolidated (e.g., individual financial statements vs. a combined endpoint).
The tool set provides comprehensive read-only coverage of financial data, including search, summaries, detailed statements, holders, analyst actions, options chains, and historical data. The end-to-end workflow for options (expirations -> chain -> contracts) and financials (general -> specific statements) is well-supported, with no obvious missing operations for a data-provider server.