agentdata-mcp
Server Details
Crypto market data for AI agents via x402. 16 tools: prices, funding, DeFi yields, arbitrage, TA.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- speteai/agentdata-mcp
- GitHub Stars
- 0
- Server Listing
- AgentData MCP Server
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Average 3.3/5 across 22 of 22 tools scored. Lowest: 2.4/5.
Most tools target distinct data types (prices, yields, sentiment, etc.), but a few like get_market_overview and get_market_pulse overlap in purpose, potentially confusing an agent.
All tools follow a consistent 'get_<descriptive_noun>' pattern in snake_case, making the naming predictable and easy to navigate.
22 tools is on the high side for a data provider; while each tool serves a specific data point, some consolidation could reduce complexity without losing functionality.
The tool set covers a broad range of crypto market data (prices, technicals, sentiment, yields, derivatives), but lacks some advanced features like options data or historical backtesting.
Available Tools
22 toolsget_arbitrage_opportunitiesInspect
Cross-exchange spreads MEXC/Binance/Bybit/OKX ($0.005 USDC)
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
get_base_activityInspect
Base network TPS + block activity ($0.003 USDC)
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
get_correlationInspect
30-day price correlation matrix ($0.002 USDC)
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
get_crypto_pricesInspect
Real-time prices for BTC, ETH, SOL, BNB, XRP ($0.002 USDC)
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
get_defi_yieldsInspect
Top DeFi yields (Aave/Compound/Morpho/Pendle) ($0.003 USDC)
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
get_dex_vs_cexInspect
DEX vs CEX price comparison ($0.005 USDC)
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
get_etf_flowsInspect
Spot BTC & ETH ETF daily net flows (institutional demand, USD millions) — latest + 30-day history ($0.005 USDC)
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
get_funding_predictionsInspect
Predicted next funding rate for BTC/ETH/SOL on MEXC, with time to settlement ($0.003 USDC)
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
get_funding_ratesInspect
Perpetual funding rates with long/short signals ($0.002 USDC)
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
get_gas_pricesInspect
Multi-chain gas prices Base/ETH/SOL ($0.002 USDC)
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
get_historicalInspect
Historical OHLCV candles ($0.010 USDC)
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| symbol | No | BTCUSDT | |
| interval | No | 1d |
get_liquidation_levelsInspect
Estimated liquidation zones by leverage 5x/10x/20x ($0.003 USDC)
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
get_macro_onchainInspect
Macro & on-chain context: stablecoin supply, BTC/ETH dominance, market cap, BTC network fundamentals, Fear & Greed, trending ($0.003 USDC)
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
get_market_overviewInspect
Full market overview with sentiment + arb signals ($0.003 USDC)
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
get_market_pulseInspect
Bundle for $0.018 USDC: 8 signals in one call and one payment — sentiment, liquidation levels, volatility, correlation, funding predictions, positioning, supply, stablecoin health. Buying them separately costs $0.022 and eight settlements.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
get_positioningInspect
Trader positioning: open interest, long/short ratios (global + top traders), funding — Binance + CoinEx ($0.005 USDC)
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
get_sentimentInspect
Fear & Greed + composite sentiment ($0.002 USDC)
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
get_stablecoin_healthInspect
USDC/DAI depeg monitoring ($0.002 USDC)
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
get_supplyInspect
Circulating/total/max supply + circ/total overhang ratio per major coin — structural sell-pressure signal ($0.003 USDC)
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
get_support_resistanceInspect
S/R levels via fractal analysis ($0.005 USDC)
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | No | BTCUSDT |
get_technical_indicatorsInspect
RSI, MACD, Bollinger Bands, ATR ($0.003 USDC)
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | No | BTCUSDT | |
| interval | No | 1h |
get_volatilityInspect
24h volatility for BTC/ETH/SOL ($0.002 USDC)
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
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
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!
Your Connectors
Sign in to create a connector for this server.