New:Microsoft Teams Notifications Are Now Available in Socket.Learn more →
Get Started

citable-mcp

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

citable-mcp

MCP server for Citable — SEO and AI-visibility data agents can buy. Tools pay for themselves in USDC on Solana via x402. No API key, nothing stored about you.

Source
npmnpm
Version
0.6.3
Version published
Weekly downloads
42
-48.78%
Maintainers
1
Weekly downloads
 
Created
Source

citable-mcp

MCP server for Citable — SEO and AI-visibility data agents can buy. Each tool pays for itself in USDC on Solana over x402 from a keypair on your machine. No account, no API key, no subscription. $0.005–0.30 per call; failed calls are never charged.

Install

Claude Code

claude mcp add citable -- npx -y citable-mcp
# or the plugin, which adds nine skills on top:
/plugin marketplace add zaialamm/Citable
/plugin install citable@citable

Codex

codex mcp add citable -- npx -y citable-mcp

Cursor / Claude Desktop / any MCP client — mcp.json:

{
  "mcpServers": {
    "citable": {
      "command": "npx",
      "args": ["-y", "citable-mcp"],
      "env": { "CITABLE_MAX_PRICE": "0.30" }
    }
  }
}

Requires Node ≥ 20.18. Bun works too: bunx citable-mcp.

Wallet

Two ways, and the server explains both to the agent on install (citable_prices reports walletMode, balanceUsdc, funded, and setup when empty):

  • Sign in — no crypto needed. The agent runs citable_connect and gives you a link: sign in at citable.run with Google or email, add a few dollars, click Connect. The agent then pays from that wallet. The session lives at ~/.config/citable/para-session.json; Para's SDK installs to ~/.config/citable/para on first connect (about 200 MB, once).
  • Keypair — already on Solana. With nothing configured the server creates ~/.config/citable/agent.json when first needed. citable_prices shows the address; send it USDC on the Solana network (no SOL needed — the x402 facilitator pays fees), or point CITABLE_WALLET at a funded keypair.

Walkthrough: https://citable.run/docs/wallet

Config

EnvDefaultMeaning
CITABLE_WALLET~/.config/citable/agent.jsonSolana keypair JSON path (or the JSON byte array itself) holding USDC on mainnet; created when first needed if missing
CITABLE_MAX_PRICE0.30refuse any single call priced above this many USD; nothing is signed
CITABLE_APIhttps://citable.runbase URL (http://localhost:3000 for a local Citable)

No SOL is needed — the x402 facilitator pays the network fee. Fund the keypair with mainnet USDC.

Tools

ToolPriceReturns
citable_pricesfreeendpoints, prices, this wallet, network, spend cap — call first
citable_keyword_suggest$0.005autocomplete expansions and questions from Google, YouTube, Bing
citable_onpage_audit$0.01citability score, 20 checks, ordered topFixes[]
citable_rank_check$0.012Google position of a domain for a keyword + top 10
citable_keyword_research$0.06one seed → keywords + questions with volume, CPC, difficulty, intent
citable_keyword_ideas$0.05seed → related keywords with volume, CPC, difficulty, intent
citable_keyword_metrics$0.03volume, CPC, difficulty, intent for 1–20 keywords
citable_ai_visibility$0.05/enginewhich AI engines cite a domain for a prompt, and who they cite instead
citable_top_cited_pages$0.22the domain's pages AI answers cite most, with AI search volume
citable_citability_report$0.30audit + AI visibility + top cited pages in one call

Every paid result carries _payment.transaction (the on-chain settlement). Calls above the cap or without funds return a structured error and pay nothing.

How a call works

  • The tool requests the endpoint; Citable answers 402 with the price, USDC mint and pay-to address.
  • The server signs a USDC transfer for exactly that amount (only if ≤ CITABLE_MAX_PRICE) and retries with the payment header.
  • The facilitator settles it on Solana (~400 ms) and the endpoint returns 200 with JSON.

The keypair is read from disk and used only to sign these transfers. Nothing else leaves your machine.

Source

https://github.com/zaialamm/Citable — mcp/server.ts. MIT.

Keywords

mcp

FAQs

Package last updated on 29 Aug 2026

Related posts