{"$schema":"https://modelcontextprotocol.io/schemas/server-card/draft.json","version":"0.1.0","protocolVersion":"2025-06-18","serverInfo":{"name":"CanAgentUse Scanner","version":"0.1.0"},"description":"Scanner service exposing web quality and agent-readiness diagnostics.","capabilities":{"tools":{"listChanged":false},"resources":{},"prompts":{}},"transports":[{"type":"streamable-http","url":"https://canagentuse.com/api/mcp","headers":{"content-type":"application/json"}}],"tools":[{"name":"create_scan","description":"Create a public website readiness scan.","inputSchema":{"type":"object","properties":{"url":{"type":"string","format":"uri"},"dryRun":{"type":"boolean","default":false}},"required":["url"]},"outputSchema":{"type":"object","properties":{"tool":{"const":"create_scan"},"url":{"type":"string","format":"uri"},"dryRun":{"type":"boolean"},"accepted":{"type":"boolean"},"scanId":{"type":"string"},"statusUrl":{"type":"string","format":"uri"},"reportUrl":{"type":"string","format":"uri"},"exportUrl":{"type":"string","format":"uri"},"promptUrl":{"type":"string","format":"uri"},"rateLimit":{"type":"object","additionalProperties":true}},"required":["tool","url","dryRun","accepted"]}}],"resources":[{"uri":"can-agent-use://service","name":"Scanner service metadata","mimeType":"application/json"}],"prompts":[{"name":"scan_website","description":"Prompt template for creating an agent readiness scan.","arguments":[{"name":"url","description":"Public website URL to scan.","required":true}]}],"resultFlow":{"poll":"https://canagentuse.com/api/scans/{scanId}","report":"https://canagentuse.com/reports/{scanId}","export":"https://canagentuse.com/api/scans/{scanId}/export?format=json","pdfExport":"https://canagentuse.com/api/scans/{scanId}/export?format=pdf","prompt":"https://canagentuse.com/api/scans/{scanId}/prompt"},"exportFormats":["json","csv","xlsx","pdf"],"reportVisibility":{"default":"failed, warning, and informational checks","passedChecks":"Requires a plan with canViewPassedChecks=true."},"errors":[{"code":-32602,"meaning":"Invalid tool name, missing URL, private URL, or validation failure."},{"code":-32029,"meaning":"Scan rate limit reached; inspect error.data.rateLimit."}],"documentationUrl":"https://canagentuse.com/llms.txt"}