truss44-mcp-crypto-price
Server Details
Provide real-time cryptocurrency price data and market analysis.
- 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 tool update
- Changed
analysis-candlestick12 fields changed- removed
Input schema / properties / exchangeRemoved value: -{ - "default": "poloniex", - "description": "Exchange ID (e.g. \"poloniex\", \"bittrex\", \"kraken\", \"binance\")", - "type": "string" -} - removed
Input schema / properties / quoteRemoved value: -{ - "default": "usd", - "description": "Quote currency ID (e.g. \"usd\", \"usdt\", \"btc\")", - "type": "string" -} - changed
Output schema / properties / candles / items / properties / close / typePrevious value: -"string"New value: +"number" - changed
Output schema / properties / candles / items / properties / high / typePrevious value: -"string"New value: +"number" - changed
Output schema / properties / candles / items / properties / low / typePrevious value: -"string"New value: +"number" - changed
Output schema / properties / candles / items / properties / open / typePrevious value: -"string"New value: +"number" - removed
Output schema / properties / candles / items / properties / periodRemoved value: -{ - "type": "number" -} - added
Output schema / properties / candles / items / properties / timeAdded value: +{ + "type": "number" +} - removed
Output schema / properties / candles / items / properties / volumeRemoved value: -{ - "type": "string" -} - changed
Output schema / properties / candles / items / requiredPrevious value: -[ - "open", - "high", - "low", - "close", - "volume", - "period" -]New value: +[ + "open", + "high", + "low", + "close", + "time" +] - removed
Output schema / properties / exchangeRemoved value: -{ - "type": "string" -} - changed
Output schema / requiredPrevious value: -[ - "name", - "symbol", - "exchange", - "candles" -]New value: +[ + "name", + "symbol", + "candles" +]
20 tool updates
- Added
analysis-candlestick - Added
analysis-historical - Added
analysis-technical - Added
assets-compare - Added
assets-info - Added
assets-search - Added
assets-top - Removed
get-crypto-price - Removed
get-exchanges - Removed
get-historical-analysis - Removed
get-market-analysis - Removed
get-rates - Removed
get-technical-analysis - Removed
get-top-assets - Added
market-analysis - Added
market-exchanges - Added
market-global - Added
market-rates - Added
price-convert - Added
price-get
14 tool updates
- Removed
crypto.exchanges - Removed
crypto.historical - Removed
crypto.market - Removed
crypto.price - Removed
crypto.rates - Removed
crypto.technical - Removed
crypto.top_assets - Added
get-crypto-price - Added
get-exchanges - Added
get-historical-analysis - Added
get-market-analysis - Added
get-rates - Added
get-technical-analysis - Added
get-top-assets
14 tool updates
- Added
crypto.exchanges - Added
crypto.historical - Added
crypto.market - Added
crypto.price - Added
crypto.rates - Added
crypto.technical - Added
crypto.top_assets - Removed
get-crypto-price - Removed
get-exchanges - Removed
get-historical-analysis - Removed
get-market-analysis - Removed
get-rates - Removed
get-technical-analysis - Removed
get-top-assets
3 tool updates
- Added
get-exchanges - Added
get-rates - Added
get-technical-analysis
4 tool updates
- Changed
get-crypto-price1 field changed- removed
Input schema / additionalPropertiesRemoved value: -false
- Changed
get-historical-analysis1 field changed- removed
Input schema / additionalPropertiesRemoved value: -false
- Changed
get-market-analysis1 field changed- removed
Input schema / additionalPropertiesRemoved value: -false
- Changed
get-top-assets1 field changed- removed
Input schema / additionalPropertiesRemoved value: -false
1 tool update
- Changed
get-historical-analysis2 fields changed- changed
Input schema / properties / interval / descriptionPrevious 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" - changed
Input schema / properties / interval / enumPrevious value: -[ - "m5", - "m15", - "m30", - "h1", - "h2", - "h6", - "h12", - "d1" -]New value: +[ + "m1", + "m5", + "m15", + "m30", + "h1", + "h2", + "h6", + "h12", + "d1" +]
4 tool updates
- Changed
get-crypto-price1 field changed- added
Input schema / properties / symbol / descriptionAdded value: +"Cryptocurrency symbol or name (e.g. BTC or Bitcoin)"
- Changed
get-historical-analysis3 fields changed- added
Input schema / properties / days / descriptionAdded value: +"Number of days of historical data to retrieve (1-30)" - added
Input schema / properties / interval / descriptionAdded value: +"Data interval: m5=5min, m15=15min, m30=30min, h1=1hr, h2=2hr, h6=6hr, h12=12hr, d1=daily" - added
Input schema / properties / symbol / descriptionAdded value: +"Cryptocurrency symbol or name (e.g. BTC or Bitcoin)"
- Changed
get-market-analysis1 field changed- added
Input schema / properties / symbol / descriptionAdded value: +"Cryptocurrency symbol or name (e.g. BTC or Bitcoin)"
- Added
get-top-assets
3 tool updates
- First observed
get-crypto-price - First observed
get-historical-analysis - First observed
get-market-analysis
Frequently Asked Questions
Claiming proves that you control a remote MCP connector. It does not move, proxy, or interrupt the server.
Open the connector listing, choose Claim ownership, and sign in to Glama.
Complete one verification method:
GitHub identity — fastest for official registry listings. For a namespace such as
io.github.alice/server, link the matching GitHub user, then choose Claim with GitHub. An organization namespace such asio.github.acme/serveralso needs that organization to have installed the Glama AI GitHub App and approved its permissions, because GitHub discloses organization membership only to apps it has installed. Use HTTP or DNS when it has not.HTTP challenge — works when you can deploy a public file. Generate a token, publish the exact JSON Glama shows at
/.well-known/glama.jsonon the same origin as the connector, then choose Check HTTP challenge.DNS challenge — works when you control DNS but cannot change the server. Generate a token, create the exact TXT record Glama shows, wait for it to propagate, then choose Check DNS challenge.
After verification, Glama sends a confirmation email and gives you access to listing details, thumbnails, health checks, and analytics. Keep the HTTP file or DNS record in place: Glama periodically checks it and ownership remains verified while the token is discoverable.
The HTTP ownership file has this structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"claim": "glama_claim_..."
}Claim tokens are opaque, stable, and bound to the signed-in Glama account. They contain no email address or other personal information. If Glama can no longer discover a verified HTTP or DNS token, it starts a seven-day grace period before removing claim-based access. Restore the same token during that period to keep ownership verified. Never publish an email address, Glama session token, GitHub token, or connector credential as ownership proof.
If verification fails, confirm that you copied the current token exactly. The HTTP file must be public, return valid JSON with a successful HTTP response, and stay on the connector's origin. DNS changes may need more time to propagate. A claim cannot transfer to a different origin or hostname: if the connector target changes, Glama starts the grace period and the new target must be claimed separately after the previous claim is released.
For a connector linked to the official MCP Registry, registry updates continue to replace its name, description, and URL by default. After claiming, open Manage connector and enable Use Glama listing details as the source of truth if edits made on Glama should be preserved. Categories and thumbnails are always managed on Glama; registry linkage and technical connection settings continue to sync.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
To improve your MCP server's ranking:
Claim ownership of the server listing
Complete the server profile with an accurate description and thumbnail
Provide a test profile so Glama can connect to and evaluate the server
Keep tool definitions clear and complete to earn a high Tool Definition Quality Score (TDQS)
Route real usage through the Glama Gateway; more recorded successful server uses also improve the ranking
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Connectors
Real-time crypto prices from Binance, Coinbase, Kraken, OKX, and Bybit
Unlock the power of real-time cryptocurrency data with our Crypto Price Insights MCP server.
Real-time crypto market data: candles, tickers, orderbooks across 13+ exchanges via MCP.
Related MCP Servers
- AlicenseAqualityBmaintenanceProvides live cryptocurrency market data including spot prices, OHLCV candles, order books, funding rates, and technical indicators via public exchange APIs.8MIT
- AlicenseNot gradedqualityDmaintenanceProvides 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.101MIT
- AlicenseNot gradedqualityDmaintenanceProvides comprehensive cryptocurrency analysis using the CoinCap API, offering real-time price data, market analysis across exchanges, and historical price trends for any cryptocurrency.385MIT
- FlicenseNot gradedqualityCmaintenanceProvides real-time cryptocurrency data, technical analysis, and market information from Binance and CoinGecko APIs, enabling price queries, K-line analysis, and alpha token tracking.-
Glama MCP Gateway
Add one secure layer between your agents and this server.
TDQS
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.
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.
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.
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.