# 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): - Batch readiness scan: GET /api/x402/batch-scan?urls=a,b,… $0.02/URL (max 50, min $0.10) - Live AI-citation check: GET /api/x402/citation-check?domain=… $0.50 - Counterparty trust verify: GET /api/x402/verify-counterparty?domain=… $0.25 - 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 — twice-monthly heartbeat settles so your listing never expires ($19/mo by card) Service close (bundle delivery): GET /api/x402/purchase?email=&domain=&amount_usd=… (min $350) No wallet? Same closes by card: MCP tool `request_invoice` → hosted Stripe invoice. ## Framework agents (ADK-TS / LangChain / CrewAI): zero-config MCP access All 25 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