Analytics
agentdata-api.com
Provides real-time cryptocurrency prices, market sentiment, funding rates, and custom alert conditions.
ENDPOINT 1
https://agentdata-api.com/mcp
MCP server metadata
- Name
- agentdata-mcp
- Version
- 1.0.0
Known tools 31
get_changes_since_last_callOnly what changed for a signal since THIS wallet last paid for it ($0.
Inferred read-onlywatch_conditionRegister a standing condition and let the always-on server watch it for you ($0.
Inferred read-onlytry_crypto_pricesFREE SAMPLE, no payment: real-time prices for BTC, ETH, SOL, BNB, XRP.
Potential side effectsget_funding_predictionsPredicted next funding rate for BTC/ETH/SOL on MEXC, with time to settlement ($0.
Inferred read-onlyget_positioningTrader positioning: open interest, long/short ratios (global + top traders), funding — Binance + CoinEx ($0.
Inferred read-onlyget_etf_flowsSpot BTC & ETH ETF daily net flows (institutional demand, USD millions) — latest + 30-day history ($0.
Inferred read-onlyget_macro_onchainMacro & on-chain context: stablecoin supply, BTC/ETH dominance, market cap, BTC network fundamentals, Fear & Greed, trending ($0.
Inferred read-onlyget_supplyCirculating/total/max supply + circ/total overhang ratio per major coin — structural sell-pressure signal ($0.
Inferred read-onlyget_signal_history_7dRecorded hourly history of a derived signal, most recent 7 days ($0.
Inferred read-onlyget_signal_history_30dRecorded hourly history of a derived signal, most recent 30 days ($0.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.agentdata-mcp]
url = "https://agentdata-api.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"agentdata-mcp": {
"type": "http",
"url": "https://agentdata-api.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: agentdata-mcp
Remote MCP URL: https://agentdata-api.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"agentdata-mcp": {
"url": "https://agentdata-api.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"agentdata-mcp": {
"type": "http",
"url": "https://agentdata-api.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "agentdata-mcp",
"transport": "streamable-http",
"url": "https://agentdata-api.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.