Skip to main content
Glama
speteai

AgentData MCP Server

by speteai

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
AGENTDATA_BASE_URLNoOverride API base URLhttps://agentdata-api.com
AGENTDATA_BUYER_PRIVATE_KEYNoWallet private key for auto-pay mode (optional)

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_crypto_pricesA

Get real-time prices for BTC, ETH, SOL, BNB, XRP. Costs $0.001 USDC.

get_funding_ratesA

Get perpetual futures funding rates for BTC/ETH/SOL with long/short signals. Costs $0.001 USDC.

get_market_overviewA

Get full market overview with sentiment bias, arbitrage detection, funding yield. Costs $0.002 USDC.

get_volatilityA

Get 24h volatility, range, and annualized volatility for BTC/ETH/SOL. Costs $0.001 USDC.

get_liquidation_levelsA

Get estimated liquidation zones by leverage (5x/10x/20x) for BTC/ETH/SOL. Costs $0.002 USDC.

get_correlationA

Get 30-day price correlation matrix (ETH/BTC, SOL/BTC, SOL/ETH). Costs $0.001 USDC.

get_gas_pricesA

Get current gas prices for Base, Ethereum, Solana with USD cost estimation. Costs $0.001 USDC.

get_base_activityA

Get Base Mainnet network activity: TPS, block stats, gas utilization. Costs $0.002 USDC.

get_defi_yieldsA

Get top DeFi yield opportunities from Aave, Compound, Morpho, Pendle (via DefiLlama). Costs $0.002 USDC.

get_arbitrage_opportunitiesA

Get cross-exchange arbitrage opportunities between MEXC, Binance, Bybit, OKX. Costs $0.003 USDC.

get_dex_vs_cexA

Get DEX aggregated prices vs CEX prices with spread analysis for BTC/ETH/SOL. Costs $0.003 USDC.

get_technical_indicatorsA

Get RSI, MACD, Bollinger Bands, ATR for a symbol/interval. Costs $0.002 USDC.

get_support_resistanceA

Get support & resistance levels via fractal analysis on 4h timeframe. Costs $0.003 USDC.

get_sentimentA

Get composite market sentiment: Fear & Greed Index + Funding-based + composite score. Costs $0.001 USDC.

get_stablecoin_healthA

Get stablecoin peg monitoring (USDC, DAI live depeg check) + top 10 stablecoins by market cap. Costs $0.001 USDC.

get_historicalA

Get historical OHLCV candles for backtesting. Costs $0.005 USDC.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.9/5.0

Scored across 16 tools

Disambiguation4/5

Most tools are clearly distinct, targeting specific data types. However, get_market_overview overlaps with get_sentiment, get_funding_rates, and get_arbitrage_opportunities, which could confuse agents looking for specific metrics. The descriptions help clarify that market_overview is a summary, but the overlap is notable.

Naming Consistency5/5

All 16 tools follow the consistent 'get_' prefix with descriptive snake_case names like get_crypto_prices, get_funding_rates, and get_technical_indicators. The pattern is perfectly uniform across the entire toolset.

Tool Count4/5

The server has 16 tools, which is just slightly above the typical 3-15 well-scoped range. Each tool serves a distinct data category, so the count feels justified, but the market_overview tool could arguably be consolidated to reduce redundancy.

Completeness5/5

The toolset covers a comprehensive range of crypto market data: prices, funding, volatility, correlation, liquidations, gas, network activity, yields, arbitrage, DEX/CEX spreads, technical indicators, support/resistance, sentiment, stablecoin health, and historical data. There are no obvious missing operations that would impede typical usage for a read-only data provider.

Maintenance

ActivityMaintained
ResponsivenessNo issues