{"name":"xyz.botfriendly/botfriendly","slug":"botfriendly","title":"BotFriendly","description":"Directory of APIs, merchants, and tools AI agents can actually use.","url":"https://mcp.market/server/botfriendly","rating":null,"grade":"C","score":60,"certified":false,"status":"active","category":"other","tags":[],"presence":{"score":8,"stars":null,"forks":null,"downloads_week":null,"last_push_at":null,"license":null},"uptime":{"percent":100,"checks":7,"ok":7,"last_checked_at":"2026-09-21T06:41:10.613Z","last_ok_at":"2026-09-21T06:41:10.613Z","latency_ms":262},"claimed":false,"transport":"remote","callable_via_gateway":true,"default_price_micros":0,"repository":null,"website":"https://www.botfriendly.xyz","version":"0.1.0","remotes":[{"type":"streamable-http","url":"https://www.botfriendly.xyz/api/mcp"}],"packages":[],"tools":[{"name":"check_site","description":"Score how bot-friendly a website is (0-100). Fetches the site the way an agent would — no JavaScript, no cookies — and checks access (reachability, HTTPS, robots.txt, AI crawlers allowed, real 404s), content without JavaScript (H1, 500+ chars of raw text, metadata, JSON-LD), and machine discovery (llms.txt, sitemap, OpenAPI spec or ai-plugin.json), with evidence and fix advice per check. Set format to 'prompt' to instead get a ready-to-paste coding-agent prompt that fixes every failed finding. Rate limited to 6 checks per minute per caller; each check takes a few seconds.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"url":{"type":"string","description":"Site to check (scheme optional, https assumed; public sites only)"},"format":{"type":"string","enum":["json","prompt"],"description":"json (default) returns the full scored report; prompt returns a markdown prompt for a coding agent covering every failed or partial finding"}},"required":["url"]}},{"name":"get_featured","description":"Get site-wide featured/promoted services (max 3). These are paid placements clearly marked as ads.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{}}},{"name":"get_protocol_stats","description":"Get adoption stats for every protocol BotFriendly tracks: the machine-readable interfaces (MCP, OpenAPI) and the agent payment, authorization, and commerce protocols (x402, mpp, l402, ap2, tap, agent-pay, ace, acp, ucp, actp, icc). Each entry carries its sponsor, layer, spec URL, and how many listed services support it.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{}}},{"name":"get_service","description":"Get full details for a specific service by its slug, including all protocol support, URLs, auth method, billing, and metadata.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"slug":{"type":"string","description":"Service slug (e.g. browserbase, anthropic-claude-api, firecrawl)"}},"required":["slug"]}},{"name":"list_categories","description":"List every BotFriendly category with its id (the search_services category value), human label, aliases (older slugs still accepted), description and service count.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{}}},{"name":"search_services","description":"Search the BotFriendly directory for bot-friendly services, APIs, and tools that AI agents can use. Filter by category, payment/commerce protocol support (x402, MPP, L402, AP2, TAP, Agent Pay, ACE, ACP, UCP, ACTP, ICC), auth method, and more. Results may start with up to 3 promoted listings (paid ads) pinned to the top — site-wide ads on unfiltered searches, category ads on category searches — clearly marked with promoted:true and ad:true. Use promoted=false to exclude ads.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"type":"string","description":"Keyword search (Postgres websearch semantics: multiple words are ANDed, so a single distinctive keyword like 'scraping' matches more than a phrase like 'web scraping')"},"category":{"type":"string","enum":["think","see","hear-speak","create","remember","search","browse","communicate","execute","pay","shop","markets","platforms","identify","monitor","other","locate","book","hire","sign","trade","bet","connect","automate"],"description":"Category id: think (Models), see (Vision), hear-speak (Speech), create (Media), remember (Memory), search (Search), browse (Browsers), communicate (Messaging), execute (Compute), pay (Payments), shop (Merchants), markets (Markets), platforms (Platforms), identify (Identity), monitor (Observability), other (Other). Merged categories also accept their old slugs (trade, bet, connect, automate, locate, book, sign, hire)."},"has_mcp":{"type":"boolean","description":"Only services with MCP servers"},"accepts_mpp":{"type":"boolean","description":"Only services accepting MPP payments"},"accepts_x402":{"type":"boolean","description":"Only services accepting x402 payments"},"protocol":{"type":"array","items":{"type":"string","enum":["x402","mpp","l402","ap2","tap","agent-pay","ace","acp","ucp","actp","icc"]},"description":"Only services supporting ALL of these agent payment/commerce protocols. x402 (x402, Coinbase, x402 Foundation); mpp (Machine Payments Protocol, Stripe, Tempo); l402 (L402, Lightning Labs); ap2 (Agent Payments Protocol, Google); tap (Trusted Agent Protocol, Visa); agent-pay (Mastercard Agent Pay, Mastercard); ace (Agentic Commerce Experiences, American Express); acp (Agentic Commerce Protocol, OpenAI, Stripe); ucp (Universal Commerce Protocol, Google, Shopify); actp (Agentic Commerce Trust Protocol, Alibaba, Ant International); icc (Intelligent Commerce Connect, Visa)"},"min_score":{"type":"number","minimum":1,"maximum":5,"description":"Minimum bot-friendly score (1-5)"},"auth_method":{"type":"string","enum":["api-key","m2m-oauth","bot-token","wallet","x402-none","none"],"description":"Filter by auth method"},"sort":{"type":"string","enum":["score","votes","name","newest"],"description":"Sort order (default: score)"},"promoted":{"type":"boolean","description":"Filter by promoted status: true for promoted only, false for organic only"},"page":{"type":"number","description":"Page number (default 1)"}}}},{"name":"submit_service","description":"Submit a service to the BotFriendly directory. There is no review queue: each interface URL must be on the service's own domain and is fetched during the call, and the listing publishes immediately if one answers. Every listing needs an icon — pass icon_url, or leave it out and the service's own site is checked for one.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"name":{"type":"string","description":"Service name"},"url":{"type":"string","description":"Service URL"},"category":{"type":"string","enum":["think","see","hear-speak","create","remember","search","browse","communicate","execute","pay","shop","markets","platforms","identify","monitor","other","locate","book","hire","sign","trade","bet","connect","automate"],"description":"Category id (see list_categories)"},"description":{"type":"string","description":"Short description (max 120 chars)"},"auth_method":{"type":"string","description":"Auth method"},"has_mcp_server":{"type":"boolean"},"mcp_server_url":{"type":"string","description":"Required when has_mcp_server is true, and must be on the service's own domain."},"has_openapi_spec":{"type":"boolean"},"openapi_spec_url":{"type":"string","description":"Required when has_openapi_spec is true, and must be on the service's own domain."},"icon_url":{"type":"string","description":"Link to the service's icon (PNG, JPEG, SVG or WebP, under 1MB). Fetched and re-hosted, downscaled to 512px. Omit it and the service's site is checked for one."},"icon_base64":{"type":"string","description":"Alternative to icon_url: the image inline, as a data: URI or bare base64."},"accepts_mpp":{"type":"boolean"},"accepts_x402":{"type":"boolean"},"billing_model":{"type":"string"},"tags":{"type":"array","items":{"type":"string"}},"contact_email":{"type":"string","description":"Contact email for verification"}},"required":["name","url","category","description"]}}],"scan":{"score":60,"grade":"C","scanned_at":"2026-09-21T05:10:32.037Z","report":{"scannerVersion":"0.1.9","scannedAt":"2026-09-21T05:10:32.050Z","components":{"code":{"score":-1,"max":25,"notes":["remote-only server, no package to scan"]},"reliability":{"score":20,"max":20,"notes":["remote reachable in 299ms"]},"poisoning":{"score":15,"max":15,"notes":["7 tool descriptions checked"]},"auth":{"score":3,"max":15,"notes":["open endpoint exposes 1 write-action tools with no auth"]},"maintenance":{"score":3,"max":15,"notes":["no repository listed"]},"identity":{"score":4,"max":10,"notes":["verified namespace with website, no repo"]}},"findings":[{"id":"auth.open-write","severity":"high","component":"auth","title":"Write-action tools reachable without authentication"},{"id":"maint.no-repo","severity":"low","component":"maintenance","title":"No source repository listed"}],"inputs":{"probes":[{"url":"https://www.botfriendly.xyz/api/mcp","reachable":true,"authRequired":false,"latencyMs":299,"serverInfo":{"name":"botfriendly","version":"0.1.0"}}],"packages":[],"repo":{"found":false},"icon":{"url":"https://www.botfriendly.xyz/icon.svg?icon.0cd418f5.svg","source":"site"},"presence":{"stars":null,"forks":null,"downloadsWeek":null,"license":null,"lastPushAt":null,"score":8}}}},"grade_history":[],"reviews":[]}