{"name":"Agent Ready Kit — REST API","version":"0.1.0","description":"REST mirror of the MCP tool surface. Every tool is POST-able at /api/v1/{tool-slug} with a JSON body of the tool's arguments; the same handler serves MCP, A2A and REST, so behaviour never diverges.","openapi":"https://mudko.com/api/v1/openapi.json","status":"https://mudko.com/api/v1/status","auth":"Public and unauthenticated. Rate-limited per IP. Paid tools additionally require a bundle_key argument.","other_transports":{"mcp":"https://mudko.com/api/mcp (JSON-RPC, MCP 2025-06-18)","a2a":"https://mudko.com/api/a2a (JSON-RPC, A2A 0.3)"},"tools":[{"name":"start_agent_ready_setup","title":"Start Agent Ready Setup","endpoint":"https://mudko.com/api/v1/start-agent-ready-setup","method":"POST"},{"name":"scan_site","title":"Scan Site","endpoint":"https://mudko.com/api/v1/scan-site","method":"POST"},{"name":"detect_platform","title":"Detect Platform","endpoint":"https://mudko.com/api/v1/detect-platform","method":"POST"},{"name":"run_site_audit","title":"Run a site quality audit (SEO + accessibility + security headers)","endpoint":"https://mudko.com/api/v1/run-site-audit","method":"POST"},{"name":"validate_x402_endpoint","title":"Validate an x402 endpoint for Bazaar discovery","endpoint":"https://mudko.com/api/v1/validate-x402-endpoint","method":"POST"},{"name":"verify_deployment","title":"Verify Deployment","endpoint":"https://mudko.com/api/v1/verify-deployment","method":"POST"},{"name":"analyze_business_vertical","title":"Analyze Business Vertical","endpoint":"https://mudko.com/api/v1/analyze-business-vertical","method":"POST"},{"name":"recommend_tool_names","title":"Recommend MCP Tool Names","endpoint":"https://mudko.com/api/v1/recommend-tool-names","method":"POST"},{"name":"summarize_scan_for_humans","title":"Summarize Scan For Humans","endpoint":"https://mudko.com/api/v1/summarize-scan-for-humans","method":"POST"},{"name":"request_quote","title":"Request a quote","endpoint":"https://mudko.com/api/v1/request-quote","method":"POST"},{"name":"refine_quote","title":"Refine an existing quote","endpoint":"https://mudko.com/api/v1/refine-quote","method":"POST"},{"name":"clarifying_questions","title":"Get questions to ask the user","endpoint":"https://mudko.com/api/v1/clarifying-questions","method":"POST"},{"name":"tier_selector","title":"Get a self-selecting tier card","endpoint":"https://mudko.com/api/v1/tier-selector","method":"POST"},{"name":"verify_credentials","title":"Get vendor verification info","endpoint":"https://mudko.com/api/v1/verify-credentials","method":"POST"},{"name":"create_proposal","title":"Create a binding-style proposal","endpoint":"https://mudko.com/api/v1/create-proposal","method":"POST"},{"name":"request_invoice","title":"Request an autonomous invoice","endpoint":"https://mudko.com/api/v1/request-invoice","method":"POST"},{"name":"get_pricing_tiers","title":"Get Pricing Tiers","endpoint":"https://mudko.com/api/v1/get-pricing-tiers","method":"POST"},{"name":"start_checkout","title":"Start Checkout","endpoint":"https://mudko.com/api/v1/start-checkout","method":"POST"},{"name":"generate_files","title":"Generate Files","endpoint":"https://mudko.com/api/v1/generate-files","method":"POST"},{"name":"get_customer_files","title":"Get Customer Files (ZIP, base64)","endpoint":"https://mudko.com/api/v1/get-customer-files","method":"POST"},{"name":"get_citation_report","title":"Get Citation Report","endpoint":"https://mudko.com/api/v1/get-citation-report","method":"POST"},{"name":"submit_lead","title":"Submit Lead","endpoint":"https://mudko.com/api/v1/submit-lead","method":"POST"},{"name":"create_bazaar_listing","title":"Create Bazaar Listing (engagement customers)","endpoint":"https://mudko.com/api/v1/create-bazaar-listing","method":"POST"},{"name":"get_bazaar_listing_kit","title":"Get Bazaar Listing Kit (paid)","endpoint":"https://mudko.com/api/v1/get-bazaar-listing-kit","method":"POST"},{"name":"check_bazaar_listing","title":"Check / Advance Bazaar Listing","endpoint":"https://mudko.com/api/v1/check-bazaar-listing","method":"POST"}],"example":{"curl":"curl -X POST https://mudko.com/api/v1/scan-site -H 'content-type: application/json' -d '{\"url\":\"https://example.com\"}'"}}