← Discover MCPs and Agents
A
MCPAI & MLMCP Registry

AgentBIT

Paid x402 tools over MCP: search, FX, LEI, company research, risk. Pay-per-call USDC on Base.

Links

README

From the repo.

AgentBIT MCP Server

M8ven Score

Remote MCP server exposing 50+ pay-per-call API tools for AI agents — paid per request with USDC on Base via the x402 protocol (no accounts, no API keys, no subscriptions). First call is free for new wallets on most tools, and a couple of high-frequency tools are completely free.

Connect

Claude Desktop / any MCP client with remote server support:

{
  "mcpServers": {
    "agentbit": {
      "type": "streamable-http",
      "url": "https://agentbit.app/mcp"
    }
  }
}

tools/list works immediately. Two things are free — no wallet, no payment:

  • agentbit_discover — search 7,000+ indexed x402 resources across the whole ecosystem (Coinbase Bazaar, Agent402, Agentic Market) with price and real usage metrics.
  • onchain-gas — the live Base gas price, EIP-1559 base fee and latest block. The onchain heartbeat every agent checks before it transacts.

How payment works

Paid tools follow x402 v2: call a tool without payment and the response returns the exact payment requirements (price in USDC atomic units, network eip155:8453, pay-to address) as structured content. Sign an EIP-3009 USDC authorization with your agent's wallet and retry with the _payment argument — settlement is gasless for the buyer and runs through the Coinbase CDP facilitator. The x402-fetch-pay npm package does the whole loop in one call.

  • Prices per call: $0.0005 – $0.10 USDC (plus two free tools)
  • First call free for brand-new wallets (tools priced ≤ $0.02)
  • Volume discounts advertised in every 402 envelope (100 calls/30d → −10%, 1000 → −20%)
  • Per-tool reliability stats (success rate, p50/p95 latency) published in the catalog

Tools

Full, always-current list with schemas: catalog.json. Highlights by area:

Onchain & crypto (Base)

ToolPriceWhat it does
onchain-gasFREELive Base gas price, EIP-1559 base fee and latest block
onchain-read$0.001Generic EVM reads: balance, nonce, code, token balance, eth_call, gas, block, tx/receipt
crypto-trader-kit$0.01One-call pre-trade snapshot: sentiment + gas + token price + prediction-market odds
token-price$0.002Token prices (up to 10/call) via <chain>:<address> or coingecko:<id>
market-sentiment$0.002Fear & Greed index + global market cap, volume, BTC/ETH dominance
prediction-markets$0.005Most-liquid live Polymarket markets: outcomes, implied odds, liquidity
defi-yields$0.002DeFi yield/APY opportunities across protocols
protocol-tvl$0.002TVL and stats for a DeFi protocol
stablecoin-stats$0.002Stablecoin supply and market data
wallet-profile$0.01Wallet state: balances, activity, first/last seen on Base
wallet-transactions$0.01Recent transactions for an address
wallet-counterparties$0.01Who an address transacts with most

Risk, security & compliance

ToolPriceWhat it does
wallet-screen$0.02Wallet screening: sanctions (OFAC/UN) + on-chain risk score
token-risk$0.02ERC-20 audit on Base: verification, owner, holder concentration
sanctions-screen$0.02Name screening vs OFAC SDN + UN lists (refreshed daily)
counterparty-risk$0.05Domain/company/email risk screening (DNS, SSL, reachability)
url-threat-check$0.01Phishing heuristics + safe redirect trace + malware DB lookup
domain-intel$0.02RDAP registry intel: age, registrar, expiry, risk flags
ip-intel$0.01ASN, network holder, prefix, country, abuse contact (RIPEstat)
email-deliverability$0.03Syntax, MX, SPF, DMARC, disposable detection
vat-check$0.02LIVE EU VAT validation via VIES (official EC service)

Web & research

ToolPriceWhat it does
web-search$0.015Live web search: ranked results with title, URL, snippet, date
web-extract$0.005Fetch a URL → clean text, markdown and links
structured-extract$0.01JSON-LD / OpenGraph / Twitter Card metadata from any page
feed-read$0.005Any RSS/Atom feed → normalized JSON (auto-discovery from HTML)
wiki-facts$0.005Wikipedia search + summary in 300+ languages
paper-search$0.01Academic search across OpenAlex, Crossref, arXiv with OA PDF links
reddit-search$0.02Search Reddit posts by keyword
weather$0.002Current weather and forecast for a location
website-agent-readiness$0.05Audit a site for AI-agent readiness (robots.txt, llms.txt…)

Business & finance

ToolPriceWhat it does
company-enrich$0.10Company data from a domain: name, tech stack, socials
company-research$0.10One-call due-diligence dossier (enrich + news + audit + risk)
business-identity$0.003Legal entity lookup via GLEIF (LEI)
financial-document$0.02IBAN validation + repair, EU VAT format checks
fx$0.005Live foreign-exchange rates

Infrastructure & DevOps

ToolPriceWhat it does
dns-inspect$0.01Full DNS records + email-posture analysis (SPF/DMARC policies)
endpoint-monitor$0.005Health probe: status, latency, TLS expiry, security headers

x402 ecosystem tooling

ToolPriceWhat it does
discover$0.001Search 7k+ indexed x402 resources with usage metrics (free over MCP as agentbit_discover)
x402-intelligence$0.02Market analytics for the x402 ecosystem
x402-inspect$0.001Lint any x402 endpoint/payment header against the v2 spec

Fast primitives (CPU utilities, $0.0005–$0.001)

Individually addressable so agents can discover exactly the operation they need: hash-sha256, hash-sha512, hash-hmac, jwt-decode, encode-base64, decode-base64, uuid-generate, json-validate, convert-csv-json, convert-json-csv, convert-xml-json, url-parse, semver-compare — plus the combined util-transform.

Also available as plain HTTP

Every tool is a REST endpoint under https://agentbit.app/v1/... speaking x402 v2 directly — indexed in Coinbase Bazaar, Agent402, x402 Arena and other x402 discovery services, and searchable for free at /api/discover. The MCP server and the REST API are the same catalog.

Engineering notes

Real-world x402 integration write-ups on the AgentBIT blog: the EIP-712 domain-name trap, CDP JWT signing with Ed25519 in PHP, debugging Bazaar's extensions echo.


Maintained by AgentBIT. This repository documents the remote server; the service itself runs at agentbit.app.

Config for your environment

Use the endpoint URL below in your config. No API key — you connect directly.

Tool

OS

Config file: ~/.cursor/mcp.json

{
  "mcpServers": {
    "mcp-server": {
      "url": "https://agentbit.app/mcp"
    }
  }
}

Paste into mcpServers in the config file. Restart Cursor after saving.

If this MCP is also published on mcpchannel.ai, you can subscribe from Browse and use the gateway config there instead.