← Back to search
80
Agent Ready
Agentic Readiness Score
+25 llms.txt +20 OpenAPI missing +20 ai-plugin
ai-tools aimessaginghostingllms-txtopenapiapimcpai-friendly

Agentic Signals

📄
Found
🤖
ai-plugin.json
Not found
📖
OpenAPI Spec
Found
🔗
Structured API
Found
🏷
Schema.org Markup
Found
MCP Server
Found

Embed this badge

Show off your agentic readiness — the badge auto-updates when your score changes.

Agentic Ready 80/100

            

llms.txt Content

# 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=… (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 25 tools work anonymously over streamable HTTP — no OAuth dance nee

OpenAPI Spec (preview)

{ "openapi": "3.1.0", "info": { "title": "Agent Ready Kit — public REST API", "version": "0.1.0", "description": "Mirrors of the MCP tools exposed at /api/mcp. Both surfaces return the same data; use whichever matches your client.", "contact": { "url": "https://mudko.com", "name": "Agent Ready Kit" }, "license": { "name": "Proprietary" } }, "servers": [ { "url": "https://mudko.com" } ], "paths": { "/api/scan": {