citable-mcp
citable-mcp
面向 Citable 的 MCP 服务器 — 一种智能体可以按次购买的 SEO 和 AI 可见性数据 每个工具都能通过 x402 从你机器上的钱包以 Solana 上的 USDC 为自己付费: 无需账户、无需 API 密钥、无需订阅。每次调用 $0.005–0.30, 失败的调用绝不收费。
签署这些付款的代码就在这个仓库中 — server.ts 就是整个服务器。
安装
claude mcp add citable -- npx -y citable-mcp # Claude Code
codex mcp add citable -- npx -y citable-mcp # CodexCursor、Claude Desktop 或任何 MCP 客户端 — mcp.json:
{
"mcpServers": {
"citable": {
"command": "npx",
"args": ["-y", "citable-mcp"],
"env": { "CITABLE_MAX_PRICE": "0.30" }
}
}
}Node ≥ 20.18,或 bunx citable-mcp。
Related MCP server: Santos Automation
钱包
从 citable_prices 开始 — 它会报告钱包、余额以及如何充值。有两种方式:
登录,无需加密货币。
citable_connect返回一个链接:使用 Google 或邮箱在 citable.run 登录, 添加几美元,点击连接。然后智能体就从该钱包付款。密钥对,如果你已经在使用 Solana。 在未配置任何内容的情况下,服务器会在首次需要时创建
~/.config/citable/agent.json并显示地址。向它发送 Solana 上的 USDC — 不需要 SOL,x402 协调者会承担网络费用 — 或者将CITABLE_WALLET指向 一个已充值的密钥对。
操作指南:https://citable.run/docs/wallet
配置
环境变量 | 默认值 | 含义 |
|
| 密钥对 JSON 路径,或 JSON 字节数组本身,持有主网 USDC。在首次需要时创建 |
|
| 拒绝任何单价超过此美元数额的单次调用;不会签署任何内容 |
|
| 基础 URL |
工具
工具 | 价格 | 返回内容 |
| 免费 | 端点、价格、钱包、余额、消费上限 — 先调用这个 |
| 免费 | 一个用于充值而无需接触加密货币的登录链接 |
| $0.005 | 针对一个种子关键词的自动补全扩展和问题 |
| $0.008 | 某个关键词的 Google 结果页面 |
| $0.01 | 单个 URL 的可引用性评分、20 项检查、按顺序排列的修复建议 |
| $0.012 | 某个域名在 Google 上针对某个关键词的排名,以及前 10 名 |
| $0.03 | 1–20 个关键词的搜索量、CPC、竞争度、难度和意图 |
| $0.03 | 域名的自然搜索足迹:排名关键词、最高排名、流量 |
| $0.03 | 该足迹的逐月数据 |
| $0.04 | 域名排名所对应的关键词,以及环比变化 |
| $0.05 | 针对种子关键词的相关关键词,附带搜索量和难度 |
| $0.05/引擎 | 哪些 AI 引擎会针对你的问题引用某个域名,以及它们转而引用谁 |
| $0.06 | 一个种子关键词 → 关键词和问题,合并并定价 |
| $0.10 | 反向链接总数、引用域名、域名排名 |
| $0.18 | 某个域名的月度 AI 提及量,以及趋势 |
| $0.18 | 在 AI 答案索引中比较 2–10 个域名 |
| $0.22 | AI 答案引用最多的该域名页面 |
| $0.25 | AI 引擎已经引用某个域名来回答的真实问题 |
| $0.30 | 一次调用完成审计 + AI 可见性 + 最高引用页面(分开购买合计 $0.43) |
每个付费结果都带有 _payment.transaction,即链上结算。超过上限
或没有资金的调用会返回结构化错误,并且不会产生任何费用。
调用如何工作
工具请求端点。Citable 以
402响应,包含价格、USDC mint 和 收款地址。服务器签署一笔恰好为该金额的 USDC 转账 — 仅当金额等于或低于
CITABLE_MAX_PRICE时 — 并使用支付标头重试。协调者在约 400 毫秒内于 Solana 上完成结算,端点返回
200。
密钥对从磁盘读取,仅用于签署这些转账。其他任何内容都不会离开 你的机器,Citable 也不会存储关于你的任何信息:钱包是唯一的身份标识。
构建
bun install
bun build.ts # → dist/server.js, the published binMIT。
Maintenance
Related MCP Servers
- FlicenseAqualityCmaintenancePay-per-call tools for AI agents including trust checks, due diligence, market data, and human-verified approvals, settled in USDC on Base via the x402 protocol.16
- AlicenseNot gradedqualityBmaintenanceWebsite intelligence tools for AI agents. Ten pay-per-call tools via x402 micropayments (USDC on Base) — no accounts, no API keys.2MIT
- AlicenseNot gradedqualityCmaintenanceExposes professional SEO tools (content briefs, keyword research, SERP analysis, backlink profiles, and on-page audits) to MCP-compatible AI agents with automatic x402 micropayment handling on Base.61MIT
- AlicenseAqualityBmaintenanceProvides AI agents with typed SEO tools for domain authority, keyword opportunities, competitor gap analysis, content briefs, site audits, and internal links, backed by Common Crawl graph data and optional x402 payment settlement.21120MIT
Related MCP Connectors
SEO research, audits, backlinks, GSC, and content workflow tools for AI agents.
63 pay-per-call tools for agents: vision, text, data, web, blockchain. USDC on Base via x402.
Pay-per-call data tools for AI agents: crypto signal, web reader, SEO audit. x402 USDC on Base.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/zaialamm/citable-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server