Buy the agent-readiness package for a website
Buy the agent-readiness package for a website: we generate and deliver the full agent-callable surface (agent-card, MCP server-card, agent-skills, WebMCP bridge, OAuth discovery, robots.txt-for-AI, llms.txt, DNS-AID guide) in both human-readable and machine-readable form. Pay USDC on Base and receive a bundle_key that unlocks the deliverables immediately — no human, no card. Flat $450 one-time (optional custom tools we build are +$150 each). No wallet? Same close by card: call the MCP tool request_invoice at https://mudko.com/api/mcp for a hosted Stripe invoice (card/Link/bank).
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
GET https://mudko.com/api/x402/purchase
| Category | Market data |
|---|---|
| Provider host | mudko.com |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 1 from 1 payers (the provider's figure, not ours) |
Our checks, last 30 days
We never call tools that send, buy, move money or file anything, not even without paying.
Example input (from the provider)
{
"method": "GET",
"queryParams": {
"amount_usd": "450 (string, optional - default 450; add 150 per custom tool)",
"domain": "example.com (string, required - site to make agent-ready)",
"email": "agent-owner@example.com (string, required - bundle_key binds to it)",
"tier": "kit"
},
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"method": {
"enum": [
"GET",
"HEAD",
"DELETE"
],
"type": "string"
},
"queryParams": {
"properties": {
"amount_usd": {
"description": "Price in USD, flat 450 (default 450; add 150 per custom tool).",
"type": "string"
},
"domain": {
"description": "The website to make agent-ready.",
"type": "string"
},
"email": {
"description": "Buyer email \u2014 the bundle_key is bound to it.",
"type": "string"
},
"tier": {
"description": "Package label (the flat $450 kit).",
"enum": [
"kit"
],
"type": "string"
}
},
"required": [
"email",
"domain"
],
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"amount_usd": {
"type": "number"
},
"bundle_key": {
"description": "Unlocks the paid MCP tools (get_customer_files, generate_files).",
"type": "string"
},
"paid": {
"type": "boolean"
},
"thank_you_url": {
"type": "string"
},
"transaction": {
"description": "On-chain settlement tx hash.",
"type": "string"
}
},
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}