{
  "protocolVersion": "0.3.0",
  "name": "Agent Interface",
  "description": "Delegate agent-readiness work: score a domain's Agent Coverage, retrieve service scope and pricing, or request a project brief.",
  "url": "https://theagentinterface.com",
  "provider": {"organization": "Agent Interface", "url": "https://theagentinterface.com"},
  "version": "0.1.0",
  "documentationUrl": "https://theagentinterface.com/agents/docs/tools.md",
  "capabilities": {"streaming": false, "pushNotifications": false},
  "defaultInputModes": ["text/plain"],
  "defaultOutputModes": ["text/plain", "application/json"],
  "skills": [
    {
      "id": "audit_domain",
      "name": "Audit a domain's Agent Coverage",
      "description": "Given a domain, probe its public agent surface (MCP endpoint, discovery files, auth posture) and return a scored Agent Coverage report with prioritized findings.",
      "tags": ["audit", "mcp", "agent-coverage"],
      "examples": ["audit stripe.com and report back", "what is our Agent Coverage score?"]
    },
    {
      "id": "scope_engagement",
      "name": "Scope an engagement",
      "description": "Return service lines, price bands, and timelines appropriate to an audit result.",
      "tags": ["pricing", "scope"],
      "examples": ["what would it cost to fix our MCP server?"]
    }
  ]
}
