Skip to main content
Glama
venkatk1801

market-pulse

by venkatk1801

Related Servers

Alternatives to market-pulse

No user-submitted related servers found.

    Related Servers

    • A
      license
      Not graded
      quality
      A
      maintenance
      Provides real-time stock market data for Claude Desktop and MCP-compatible clients, enabling natural language queries for quotes, historical prices, company profiles, financial statements, analyst ratings, comparisons, news, options, holdings, dividends, estimates, symbol search, and market status.
      168 npm
      21
      MIT
    • F
      license
      Not graded
      quality
      D
      maintenance
      Enables AI models to access real-time financial market data including stock quotes, fundamentals, daily prices, symbol search, and market status via the Alpha Vantage API. Works with any MCP-compatible client like Claude Desktop for natural language interaction.
      -
    • A
      license
      Not graded
      quality
      C
      maintenance
      Enables Claude.ai to query live stock-market data from Finnhub, including quotes, company profiles, symbol search, and news, via a secure remote MCP server.
      MIT
    • A
      license
      Not graded
      quality
      D
      maintenance
      Provides comprehensive stock market data and technical analysis tools via the MCP protocol, enabling real-time quotes, historical data, and professional indicators like RSI and MACD for Claude Desktop and other clients.
      5
      Apache 2.0
    • A
      license
      D
      quality
      D
      maintenance
      Allows Claude and other MCP clients to access real-time and historical stock market data from Alpha Vantage API, including intraday and daily stock data with customizable intervals.
      3
      6 npm
      6
      MIT

    TDQS

    A3.8/5.0

    Scored across 4 tools

    Disambiguation5/5

    Each tool targets a distinct data need: current quote, historical bars, computed indicator, and market hours. No tool's purpose overlaps with another, even though indicator and history both use price data.

    Naming Consistency3/5

    get_quote and get_history follow a clear get_<noun> pattern, but indicator and market_status are bare nouns without the get_ prefix. The snake_case style is uniform, yet the verb-prefix inconsistency makes the set feel mixed.

    Tool Count5/5

    Four tools is a compact, purposeful set for a market-data server. Each tool covers a distinct read-only concern without redundancy or bloat.

    Completeness4/5

    The server covers the core market-data needs: snapshot, historical daily data, derived indicators, and market hours. It lacks batch quotes, intraday bars, or symbol search, but these are optional extras rather than workflow-breaking gaps.