citable-mcp
Allows retrieving Google search engine results pages (SERP) for a keyword, including top rankings and domain positions.
citable-mcp
MCP server for Citable — SEO and AI-visibility data an agent can buy by the call. Each tool pays for itself in USDC on Solana over x402 from a wallet on your machine: no account, no API key, no subscription. $0.005–0.30 per call, and a failed call is never charged.
The code that signs those payments is in this repo — server.ts is the whole server.
Install
claude mcp add citable -- npx -y citable-mcp # Claude Code
codex mcp add citable -- npx -y citable-mcp # CodexCursor, Claude Desktop, or any MCP client — mcp.json:
{
"mcpServers": {
"citable": {
"command": "npx",
"args": ["-y", "citable-mcp"],
"env": { "CITABLE_MAX_PRICE": "0.30" }
}
}
}Node ≥ 20.18, or bunx citable-mcp.
Related MCP server: Santos Automation
Wallet
Start with citable_prices — it reports the wallet, its balance, and how to fund it. Two ways:
Sign in, no crypto needed.
citable_connectreturns a link: sign in at citable.run with Google or email, add a few dollars, click Connect. The agent then pays from that wallet.Keypair, if you already use Solana. With nothing configured the server creates
~/.config/citable/agent.jsonon first need and shows the address. Send it USDC on Solana — no SOL required, the x402 facilitator covers the network fee — or pointCITABLE_WALLETat a funded keypair.
Walkthrough: https://citable.run/docs/wallet
Config
Env | Default | Meaning |
|
| keypair JSON path, or the JSON byte array itself, holding mainnet USDC. Created when first needed |
|
| refuse any single call priced above this many USD; nothing is signed |
|
| base URL |
Tools
Tool | Price | Returns |
| free | endpoints, prices, wallet, balance, spend cap — call this first |
| free | a sign-in link for funding without touching crypto |
| $0.005 | autocomplete expansions and questions for a seed |
| $0.008 | the Google results page for a keyword |
| $0.01 | citability score for one URL, 20 checks, ordered fixes |
| $0.012 | where a domain ranks on Google for a keyword, plus the top 10 |
| $0.03 | volume, CPC, competition, difficulty and intent for 1–20 keywords |
| $0.03 | a domain's organic footprint: keywords ranked, top positions, traffic |
| $0.03 | that footprint month by month |
| $0.04 | the keywords a domain ranks for, with month-over-month movement |
| $0.05 | related keywords for a seed, with volume and difficulty |
| $0.05/engine | which AI engines cite a domain for your question, and who they cite instead |
| $0.06 | one seed → keywords and questions, merged and priced |
| $0.10 | backlink totals, referring domains, domain rank |
| $0.18 | monthly AI mentions for a domain, with the trend |
| $0.18 | 2–10 domains compared inside the AI-answer index |
| $0.22 | the domain's pages AI answers cite most |
| $0.25 | the real questions AI engines already cite a domain for |
| $0.30 | audit + AI visibility + top cited pages in one call ($0.43 apart) |
Every paid result carries _payment.transaction, the on-chain settlement. A call above the
cap, or without funds, returns a structured error and pays nothing.
How a call works
The tool requests the endpoint. Citable answers
402with the price, the USDC mint and the pay-to address.The server signs a USDC transfer for exactly that amount — only if it is at or below
CITABLE_MAX_PRICE— and retries with the payment header.The facilitator settles on Solana in about 400 ms and the endpoint returns
200.
The keypair is read from disk and used only to sign these transfers. Nothing else leaves your machine, and Citable stores nothing about you: the wallet is the only identity.
Build
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