Skip to main content
Glama
zaialamm

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      # Codex

Cursor、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

配置

环境变量

默认值

含义

CITABLE_WALLET

~/.config/citable/agent.json

密钥对 JSON 路径,或 JSON 字节数组本身,持有主网 USDC。在首次需要时创建

CITABLE_MAX_PRICE

0.30

拒绝任何单价超过此美元数额的单次调用;不会签署任何内容

CITABLE_API

https://citable.run

基础 URL

工具

工具

价格

返回内容

citable_prices

免费

端点、价格、钱包、余额、消费上限 — 先调用这个

citable_connect

免费

一个用于充值而无需接触加密货币的登录链接

citable_keyword_suggest

$0.005

针对一个种子关键词的自动补全扩展和问题

citable_serp

$0.008

某个关键词的 Google 结果页面

citable_onpage_audit

$0.01

单个 URL 的可引用性评分、20 项检查、按顺序排列的修复建议

citable_rank_check

$0.012

某个域名在 Google 上针对某个关键词的排名,以及前 10 名

citable_keyword_metrics

$0.03

1–20 个关键词的搜索量、CPC、竞争度、难度和意图

citable_domain_overview

$0.03

域名的自然搜索足迹:排名关键词、最高排名、流量

citable_domain_history

$0.03

该足迹的逐月数据

citable_domain_keywords

$0.04

域名排名所对应的关键词,以及环比变化

citable_keyword_ideas

$0.05

针对种子关键词的相关关键词,附带搜索量和难度

citable_ai_visibility

$0.05/引擎

哪些 AI 引擎会针对你的问题引用某个域名,以及它们转而引用谁

citable_keyword_research

$0.06

一个种子关键词 → 关键词和问题,合并并定价

citable_backlinks

$0.10

反向链接总数、引用域名、域名排名

citable_ai_mentions_trend

$0.18

某个域名的月度 AI 提及量,以及趋势

citable_ai_share_of_voice

$0.18

在 AI 答案索引中比较 2–10 个域名

citable_top_cited_pages

$0.22

AI 答案引用最多的该域名页面

citable_cited_prompts

$0.25

AI 引擎已经引用某个域名来回答的真实问题

citable_citability_report

$0.30

一次调用完成审计 + AI 可见性 + 最高引用页面(分开购买合计 $0.43)

每个付费结果都带有 _payment.transaction,即链上结算。超过上限 或没有资金的调用会返回结构化错误,并且不会产生任何费用。

调用如何工作

  1. 工具请求端点。Citable 以 402 响应,包含价格、USDC mint 和 收款地址。

  2. 服务器签署一笔恰好为该金额的 USDC 转账 — 仅当金额等于或低于 CITABLE_MAX_PRICE 时 — 并使用支付标头重试。

  3. 协调者在约 400 毫秒内于 Solana 上完成结算,端点返回 200

密钥对从磁盘读取,仅用于签署这些转账。其他任何内容都不会离开 你的机器,Citable 也不会存储关于你的任何信息:钱包是唯一的身份标识。

构建

bun install
bun build.ts        # → dist/server.js, the published bin

MIT。

Related MCP Servers

  • A
    license
    Not graded
    quality
    C
    maintenance
    Exposes 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.
    61
    MIT
  • A
    license
    A
    quality
    B
    maintenance
    Provides 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.
    2
    11
    20
    MIT

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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