把 AgentDataHub AI 总闸装进你的 AgentAdd the AgentDataHub AI Gateway to your Agent

无需 API Key、无需注册。你的 agent 接上后,直接拥有 150+ 实时数据 & AI 工具。No API key, no signup. Once connected, your agent gets 150+ real-time data & AI tools instantly.

核心卖点:经 AI 总闸取数免费,只收 AI 档位费(约 $0.001/次起),比自己爬数据省 50–90% token。Key point: data via the AI Gateway is free — you only pay the AI tier (~$0.001/call). Saves 50–90% tokens vs scraping.

选一种方式,15 秒搞定 ↓Pick a method — done in 15 seconds ↓
① MCP 自动接入(Claude/Cursor/Cline/VS Code)① MCP auto-connect (Claude/Cursor/Cline/VS Code) ② OpenAI 兼容(任何 LLM 应用)② OpenAI-compatible (any LLM app) ③ AI 总闸自然语言(一句话取数)③ AI Gateway natural language (ask in plain text)
🆓 免费切换:Free switch:你正在用其他大数据 API(CoinGecko / Santiment / FRED 等)?把数据接口换成 AgentDataHub 网关即可——数据 100% 免费、零配置,比自己爬省 50–90% token。三种方式任选其一:Currently using other big-data APIs (CoinGecko / Santiment / FRED)? Swap your data calls to the AgentDataHub gateway — data is 100% FREE, zero-config, saves 50-90% tokens vs scraping. Pick one of three:
# 1) MCP (recommended): add to your MCP client config:
{
  "mcpServers": { "agentdatum": { "url": "https://agentdatum.com/mcp" } }
}

# 2) OpenAI-compatible: point base_url at:
https://agentdatum.com/v1   (models: deepseek / novamind)

# 3) One-liner: just POST
curl -X POST https://agentdatum.com/api/v1/ai -H "Content-Type: application/json" -d '{"question":"your data question"}'
0
注册 / API Key 需求Signup / API key needed
150+
直接可用的数据/AI 工具Ready-to-use data/AI tools
100
每钱包每月免费调用Free calls per wallet / month
50–90%
相比爬取的 token 节省Token saved vs scraping

① MCP 自动接入(推荐给 Agent 开发者)① MCP auto-connect (recommended for agent developers)

我们的 MCP 服务端已经上线并通过握手验证:https://agentdatum.com/mcp(streamable HTTP)。任何支持 MCP 的客户端,把下面这段配置贴进去,重启客户端即自动加载全部工具——这就是"全自动安装"。Our MCP server is live and handshake-verified: https://agentdatum.com/mcp (streamable HTTP). In any MCP-capable client, paste the config below, then restart the client and all tools load automatically — that is the "fully automatic install".

Claude Desktop
Cursor
Cline
VS Code
通用 / 其他

Claude Desktop

配置文件路径:
Windows %APPDATA%\Claude\claude_desktop_config.json · macOS ~/Library/Application Support/Claude/claude_desktop_config.json
Config file:
Windows %APPDATA%\Claude\claude_desktop_config.json · macOS ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "agentdatum": {
      "url": "https://agentdatum.com/mcp"
    }
  }
}

保存后完全退出并重启 Claude Desktop,在对话里输入 用 agentdatum 查一下现在 BTC 价格 即可调用。After saving, fully quit and restart Claude Desktop, then type check the BTC price with agentdatum in a chat to call it.

Cursor

配置文件路径:
Windows %USERPROFILE%\.cursor\mcp.json · macOS / Linux ~/.cursor/mcp.json
Config file:
Windows %USERPROFILE%\.cursor\mcp.json · macOS / Linux ~/.cursor/mcp.json

{
  "mcpServers": {
    "agentdatum": {
      "url": "https://agentdatum.com/mcp"
    }
  }
}

重启 Cursor,按 Ctrl/Cmd + I 打开 Composer,让它调用 AgentDataHub 工具。Restart Cursor, press Ctrl/Cmd + I to open Composer, and let it call AgentDataHub tools.

Cline(VS Code 扩展)

配置文件路径:%APPDATA%\Code\User\globalStorage\saoudrizwan.cline\settings\cline_mcp_settings.json(Windows)Config file: %APPDATA%\Code\User\globalStorage\saoudrizwan.cline\settings\cline_mcp_settings.json (Windows)

{
  "mcpServers": {
    "agentdatum": {
      "url": "https://agentdatum.com/mcp"
    }
  }
}

VS Code(原生 MCP)

项目内 .vscode/mcp.jsonIn-project .vscode/mcp.json

{
  "servers": {
    "agentdatum": {
      "type": "http",
      "url": "https://agentdatum.com/mcp"
    }
  }
}

通用 MCP 客户端 / 自研 AgentGeneric MCP client / custom agent

直接连 endpoint,或读取我们的安装清单 /.well-known/mcp.jsonConnect directly, or read our install manifest /.well-known/mcp.json

# 你的客户端 MCP 配置里加:
{
  "mcpServers": {
    "agentdatum": { "url": "https://agentdatum.com/mcp" }
  }
}

# 或已在 MCP Registry 的客户端直接安装:
# mcp install com.agentdatum/gateway

工具列表(节选):list_productsget_product_infoai_gatewayget_crypto_priceget_onchain_indicatorsget_china_macroget_airdrops_listget_gold_signaldeepseek_chatnovamind_chatTool list (excerpt): list_products, get_product_info, ai_gateway, get_crypto_price, get_onchain_indicators, get_china_macro, get_airdrops_list, get_gold_signal, deepseek_chat, novamind_chat.

关于免费试用额度:About the free tier:每个钱包地址每月 100 次免费调用。MCP 客户端默认不会自动带钱包 header;多数工具本身免费,可直接用。若想用满免费额度或付费调用,请在客户端配置里给该 MCP server 加请求头 X-Wallet: 0x你的钱包地址(客户端不支持自定义 header 时,改用下方 ②/③ 方式显式传参)。Each wallet address gets 100 free calls / month. MCP clients don't send a wallet header by default; most tools are free and work out of the box. To use the full free quota or paid calls, add the header X-Wallet: 0xYOUR_WALLET to the MCP server config (if the client can't set custom headers, use method ②/③ below to pass it explicitly).

② OpenAI 兼容接入(任何 LLM 应用 / 自有代码)② OpenAI-compatible (any LLM app / your own code)

我们提供 OpenAI 兼容的 /v1/chat/completions 端点,底座走 AI 总闸(取数免费,只收 AI 档位费)。你只需把 base_url 改成我们的地址,现有 OpenAI SDK 代码几乎不用改。We expose an OpenAI-compatible /v1/chat/completions endpoint, backed by the AI Gateway (data free, only the AI tier is charged). Just point base_url at us — your existing OpenAI SDK code barely changes.

from openai import OpenAI

client = OpenAI(
    base_url="https://agentdatum.com/v1",
    api_key="x402",   # 占位即可,付费由 x402 协议在请求层完成
)

# 想用免费额度/追溯账单,就带上钱包地址
resp = client.chat.completions.create(
    model="deepseek",
    messages=[{"role":"user","content":"对比一下现在 BTC、ETH、SOL 的链上活跃度"}],
    extra_headers={"X-Wallet": "0x你的钱包地址"},
)
print(resp.choices[0].message.content)

端点:POST https://agentdatum.com/v1/chat/completions · 模型名可用 deepseek / novamindEndpoint: POST https://agentdatum.com/v1/chat/completions · Models: deepseek / novamind.

③ AI 总闸 · 一句话自然语言取数(最省事)③ AI Gateway · ask in plain language (easiest)

不想接 SDK?直接 POST 一个问题,我们自动注入实时数据、返回结构化答案。数据本身免费,只收一次 AI 档位费。No SDK? Just POST a question — we inject real-time data and return a structured answer. The data itself is free; you only pay one AI-tier fee.

curl -X POST https://agentdatum.com/api/v1/ai \
  -H "Content-Type: application/json" \
  -H "X-Wallet: 0x你的钱包地址" \
  -d '{
    "question": "美国上周初请失业金人数多少?对比前值和市场预期",
    "wallet": "0x你的钱包地址"
  }'

返回示例(节选):问题涉及的实时数据已被抓取并喂给模型,输出为紧凑结构化 JSON,比你自己爬省 50–90% token。Response (excerpt): the real-time data behind your question is fetched and fed to the model; output is compact structured JSON, saving 50–90% tokens vs scraping.

这就是我们的核心差异:This is our core difference:别家卖"数据端点"要你每次付费买数据;我们卖"AI 总闸"——你问一句话,数据免费进、只付 AI 那一下。适合 agent 在推理过程中随时取数。Others sell "data endpoints" and charge per fetch; we sell the "AI Gateway" — you ask one question, data flows in free, you only pay for the AI step. Perfect for agents that need data mid-reasoning.

④ 开发者套餐(包月,零摩擦)④ Developer plans (monthly, zero-friction)

不想每次付小钱、也不想每次配钱包签名?包月即可——付一次,整月随便调,调用不撞付费墙。Don't want per-call micro-payments or wallet signing each time? Subscribe monthly — pay once, call freely all month, no payment wall.

100
每钱包每月免费调用
含数据 + AI 算力
Free calls / wallet / month
includes data + AI compute
$4.9
单类包月:该类别所有数据整月无限Single-category: that category unlimited
$49.9
全量包月:257 产品 + AI 算力整月无限All-access: 257 products + AI unlimited

钱包地址即身份,无需注册 API Key。购买方式(一行):Wallet address = identity, no API key. Buy with one line:

# 全量包月 $49.9(单类把 all 换成 single,并加 body "category":"crypto")
curl -X POST https://agentdatum.com/api/v1/subscribe/all \
  -H "Content-Type: application/json" \
  -H "X-Wallet: 0x你的钱包地址" \
  -d '{}'
# 返回 402 → 用 x402 客户端付 USDC on Base → 权限自动记录,30天内该钱包调用全免墙

付完即生效。每月 100 次免费额度(含 AI 算力调用)每月自动重置——不买包月也有这 100 次。Takes effect instantly. The 100 free calls/month (including AI compute) auto-reset monthly — yours even without a plan.

付费怎么发生?(x402 协议,无感)How payment works (x402 protocol, invisible)

不需要先充值、不需要信用卡。调用付费端点时,服务端返回 HTTP 402 + 支付要求,你的 x402 客户端(Coinbase CDP / 任意 x402 SDK)自动用 USDC on Base 链上付一笔,立刻拿到数据。整个过程对 agent 是透明的。You don't pre-fund and don't need a credit card. When a paid endpoint is called, the server returns HTTP 402 + a payment requirement; your x402 client (Coinbase CDP / any x402 SDK) automatically pays USDC on Base on-chain and gets the data instantly. The whole flow is transparent to the agent.

完整价目表:ai-catalog.json · 发现清单:x402.json · 客服:/helpFull price list: ai-catalog.json · Discovery: x402.json · Support: /help

常见问题FAQ

Q:真的不要 API Key 吗?Q: Really no API key? 真的。x402 用钱包地址当身份,按次链上付费。想领免费额度就带 X-Wallet header;不带也能用大部分免费工具。Yes. x402 uses your wallet address as identity and pays per call on-chain. Send X-Wallet to claim free quota; without it most free tools still work. Q:我的 agent 怎么知道有哪些工具?Q: How does my agent discover the tools? MCP 客户端连上 /mcp 后会自动拿到 tools/list;非 MCP 方式看 catalog 或问 /help。An MCP client auto-receives tools/list after connecting to /mcp; non-MCP users read the catalog or ask /help. Q:国内访问慢/被墙怎么办?Q: Slow/blocked access from China? 国内如访问缓慢,请联系我们(/help)获取就近接入节点与替代端点。If access from China is slow, contact us (/help) for a nearby access node and alternative endpoints. Q:装完没反应?Q: Nothing happens after install? 确认配置保存后完全退出重启客户端;用 mcp.json 核对 endpoint;仍有问题问 /help 或联系我们。Make sure you fully quit and restart the client after saving; verify the endpoint against mcp.json; still stuck? Ask /help or contact us.