Skip to main content
Glama

truss44-mcp-crypto-price

Server Details

Provide real-time cryptocurrency price data and market analysis.

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Unhealthy
OAuth
Works in Glama
Last Tested
Transport
Streamable HTTP
URL
Repository
truss44/mcp-crypto-price
GitHub Stars
40
Server Listing
Crypto Price & Market Analysis MCP Server

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. 1 tool update
    • Changedanalysis-candlestick12 fields changed
      • removedInput schema / properties / exchange
        Removed value: -{
        -  "default": "poloniex",
        -  "description": "Exchange ID (e.g. \"poloniex\", \"bittrex\", \"kraken\", \"binance\")",
        -  "type": "string"
        -}
      • removedInput schema / properties / quote
        Removed value: -{
        -  "default": "usd",
        -  "description": "Quote currency ID (e.g. \"usd\", \"usdt\", \"btc\")",
        -  "type": "string"
        -}
      • changedOutput schema / properties / candles / items / properties / close / type
        Previous value: -"string"New value: +"number"
      • changedOutput schema / properties / candles / items / properties / high / type
        Previous value: -"string"New value: +"number"
      • changedOutput schema / properties / candles / items / properties / low / type
        Previous value: -"string"New value: +"number"
      • changedOutput schema / properties / candles / items / properties / open / type
        Previous value: -"string"New value: +"number"
      • removedOutput schema / properties / candles / items / properties / period
        Removed value: -{
        -  "type": "number"
        -}
      • addedOutput schema / properties / candles / items / properties / time
        Added value: +{
        +  "type": "number"
        +}
      • removedOutput schema / properties / candles / items / properties / volume
        Removed value: -{
        -  "type": "string"
        -}
      • changedOutput schema / properties / candles / items / required
        Previous value: -[
        -  "open",
        -  "high",
        -  "low",
        -  "close",
        -  "volume",
        -  "period"
        -]New value: +[
        +  "open",
        +  "high",
        +  "low",
        +  "close",
        +  "time"
        +]
      • removedOutput schema / properties / exchange
        Removed value: -{
        -  "type": "string"
        -}
      • changedOutput schema / required
        Previous value: -[
        -  "name",
        -  "symbol",
        -  "exchange",
        -  "candles"
        -]New value: +[
        +  "name",
        +  "symbol",
        +  "candles"
        +]
  2. 20 tool updates
    • Addedanalysis-candlestick
    • Addedanalysis-historical
    • Addedanalysis-technical
    • Addedassets-compare
    • Addedassets-info
    • Addedassets-search
    • Addedassets-top
    • Removedget-crypto-price
    • Removedget-exchanges
    • Removedget-historical-analysis
    • Removedget-market-analysis
    • Removedget-rates
    • Removedget-technical-analysis
    • Removedget-top-assets
    • Addedmarket-analysis
    • Addedmarket-exchanges
    • Addedmarket-global
    • Addedmarket-rates
    • Addedprice-convert
    • Addedprice-get
  3. 14 tool updates
    • Removedcrypto.exchanges
    • Removedcrypto.historical
    • Removedcrypto.market
    • Removedcrypto.price
    • Removedcrypto.rates
    • Removedcrypto.technical
    • Removedcrypto.top_assets
    • Addedget-crypto-price
    • Addedget-exchanges
    • Addedget-historical-analysis
    • Addedget-market-analysis
    • Addedget-rates
    • Addedget-technical-analysis
    • Addedget-top-assets
  4. 14 tool updates
    • Addedcrypto.exchanges
    • Addedcrypto.historical
    • Addedcrypto.market
    • Addedcrypto.price
    • Addedcrypto.rates
    • Addedcrypto.technical
    • Addedcrypto.top_assets
    • Removedget-crypto-price
    • Removedget-exchanges
    • Removedget-historical-analysis
    • Removedget-market-analysis
    • Removedget-rates
    • Removedget-technical-analysis
    • Removedget-top-assets
  5. 3 tool updates
    • Addedget-exchanges
    • Addedget-rates
    • Addedget-technical-analysis
  6. 4 tool updates
    • Changedget-crypto-price1 field changed
      • removedInput schema / additionalProperties
        Removed value: -false
    • Changedget-historical-analysis1 field changed
      • removedInput schema / additionalProperties
        Removed value: -false
    • Changedget-market-analysis1 field changed
      • removedInput schema / additionalProperties
        Removed value: -false
    • Changedget-top-assets1 field changed
      • removedInput schema / additionalProperties
        Removed value: -false
  7. 1 tool update
    • Changedget-historical-analysis2 fields changed
      • changedInput schema / properties / interval / description
        Previous value: -"Data interval: m5=5min, m15=15min, m30=30min, h1=1hr, h2=2hr, h6=6hr, h12=12hr, d1=daily"New value: +"Data interval: m1=1min, m5=5min, m15=15min, m30=30min, h1=1hr, h2=2hr, h6=6hr, h12=12hr, d1=daily"
      • changedInput schema / properties / interval / enum
        Previous value: -[
        -  "m5",
        -  "m15",
        -  "m30",
        -  "h1",
        -  "h2",
        -  "h6",
        -  "h12",
        -  "d1"
        -]New value: +[
        +  "m1",
        +  "m5",
        +  "m15",
        +  "m30",
        +  "h1",
        +  "h2",
        +  "h6",
        +  "h12",
        +  "d1"
        +]
  8. 4 tool updates
    • Changedget-crypto-price1 field changed
      • addedInput schema / properties / symbol / description
        Added value: +"Cryptocurrency symbol or name (e.g. BTC or Bitcoin)"
    • Changedget-historical-analysis3 fields changed
      • addedInput schema / properties / days / description
        Added value: +"Number of days of historical data to retrieve (1-30)"
      • addedInput schema / properties / interval / description
        Added value: +"Data interval: m5=5min, m15=15min, m30=30min, h1=1hr, h2=2hr, h6=6hr, h12=12hr, d1=daily"
      • addedInput schema / properties / symbol / description
        Added value: +"Cryptocurrency symbol or name (e.g. BTC or Bitcoin)"
    • Changedget-market-analysis1 field changed
      • addedInput schema / properties / symbol / description
        Added value: +"Cryptocurrency symbol or name (e.g. BTC or Bitcoin)"
    • Addedget-top-assets
  9. 3 tool updates
    • First observedget-crypto-price
    • First observedget-historical-analysis
    • First observedget-market-analysis

Frequently Asked Questions

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Connectors

Related MCP Servers

  • A
    license
    A
    quality
    B
    maintenance
    Provides live cryptocurrency market data including spot prices, OHLCV candles, order books, funding rates, and technical indicators via public exchange APIs.
    8
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    Provides real-time cryptocurrency market data from Binance API, including price queries, 24h statistics, K-line data, market trend analysis, and order book depth information for trading analysis.
    10
    1
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    Provides comprehensive cryptocurrency analysis using the CoinCap API, offering real-time price data, market analysis across exchanges, and historical price trends for any cryptocurrency.
    385
    MIT
  • F
    license
    Not graded
    quality
    C
    maintenance
    Provides real-time cryptocurrency data, technical analysis, and market information from Binance and CoinGecko APIs, enabling price queries, K-line analysis, and alpha token tracking.
    -
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.2/5.0
Disambiguation5/5

Each tool has a clearly distinct purpose with no overlap: get-crypto-price provides real-time data for a single asset, get-exchanges focuses on exchange information, get-historical-analysis offers historical trends, get-market-analysis gives exchange-specific market data, get-rates handles conversion rates, get-technical-analysis provides technical indicators, and get-top-assets lists top-ranked assets. The descriptions make it easy to differentiate between them.

Naming Consistency5/5

All tool names follow a consistent 'get-' prefix pattern with descriptive kebab-case nouns (e.g., get-crypto-price, get-exchanges, get-historical-analysis). This uniformity makes the tool set predictable and easy to navigate, with no deviations in style or structure.

Tool Count5/5

With 7 tools, the server is well-scoped for cryptocurrency price and market analysis, covering real-time prices, exchanges, historical data, market analysis, conversion rates, technical indicators, and top assets. Each tool earns its place without feeling bloated or insufficient for the domain.

Completeness5/5

The tool set provides complete coverage for cryptocurrency price and market analysis, including real-time data, historical trends, exchange details, market insights, conversion rates, technical analysis, and asset rankings. There are no obvious gaps, and agents can perform comprehensive workflows without dead ends.