# Agent Ready Kit — mudko.com > Make any website agent-ready in minutes. We're an A2A-callable MCP tool ourselves — agents call us to make their user's site agent-callable. ## Markdown for Agents These pages have token-efficient Markdown twins. Two conventions, both live: 1. Append `.md`: /index.md /pricing.md /terms.md /privacy.md /refunds.md 2. Send `Accept: text/markdown` on /, /pricing, /terms, /privacy or /refunds. ## Agent APIs - MCP server: https://mudko.com/api/mcp (Streamable HTTP, MCP 2025-06-18) - Smithery listing: https://smithery.ai/servers/lmno100/agent-ready-kit - REST API: https://mudko.com/api/v1 (OpenAPI: /api/v1/openapi.json) - Agent card: https://mudko.com/.well-known/agent-card.json - Skills index: https://mudko.com/.well-known/agent-skills/index.json ## Paid APIs (x402 — USDC on Base, no signup, listed in the Coinbase Bazaar) Free diagnosis: GET https://mudko.com/api/x402/deep-scan?url=… (full 19-check evidence) Pay-per-call (HTTP 402 → pay → result; any x402 v2 client): - Site quality audit: GET /api/x402/audit?url=… — $5 — SEO, accessibility and security headers scored per section, with a fix for every finding. - Live AI-citation check: GET /api/x402/citation-check?domain=… — $0.50 — Fresh probes against major AI assistants — citation rate per provider, position, competitors named instead. - Counterparty trust verify: GET /api/x402/verify-counterparty?domain=… — $0.25 — Vet a domain before transacting with it: 8 public trust artifacts, scored 0-100 with evidence. - Batch readiness scan: GET /api/x402/batch-scan?urls=a,b,… — $0.02/URL (max 50, min $0.10) — Bulk screening for agencies and portfolio owners — compact per-URL verdict. - Bazaar Listing Package: GET /api/x402/bazaar-listing?email=… — $99 one-time — We get YOUR x402 endpoint listed in the Coinbase Bazaar: kit, validation, triggering settle, receipt. Free with any engagement. - Bazaar Keepalive (prepaid year): GET /api/x402/bazaar-keepalive?listing_key=… — $190/yr ($19/mo by card) — Twice-monthly heartbeat settles so your listing never expires, plus merchant-feed watch. Service close (bundle delivery): GET /api/x402/purchase?email=&domain=&amount_usd=… (flat $450 one-time) No wallet? Same closes by card: MCP tool `request_invoice` → hosted Stripe invoice. ## Framework agents (ADK-TS / LangChain / CrewAI): zero-config MCP access All 26 tools work anonymously over streamable HTTP — no OAuth dance needed: new McpToolset({ transport: { mode: "sse", serverUrl: "https://mudko.com/api/mcp" } }) For elevated access, mint a 30-day bearer (no browser, two POSTs): 1. POST https://mudko.com/oauth/register {"client_name":"my-agent","grant_types":["client_credentials"]} 2. POST https://mudko.com/oauth/token grant_type=client_credentials&client_id=...&client_secret=... Then send header Authorization: Bearer — re-run step 2 to rotate. ## Contact - Website: https://mudko.com