{
  "name": "prosper-public",
  "title": "Prosper AI Consulting - public agent surface",
  "description": "Public, anonymous Model Context Protocol server for prosperconsulting.ai. Provides discovery, search, and contact tools so AI agents can interact with the site without scraping.",
  "endpoint": "/api/mcp",
  "transport": {
    "protocol": "streamable-http",
    "specification": "https://modelcontextprotocol.io",
    "request_headers": {
      "Content-Type": "application/json",
      "Accept": "application/json, text/event-stream"
    },
    "response": "JSON-RPC framed as Server-Sent Events"
  },
  "auth": {
    "required": false,
    "type": "none"
  },
  "first_call": {
    "method": "tools/call",
    "tool": "about",
    "purpose": "Self-describing overview of what the server does, when to use it, and what each tool is for."
  },
  "documentation": "/llms.txt",
  "full_content": "/llms-full.txt",
  "rate_limit_advice": "request_contact: 10 calls per IP per hour. Other tools: best-effort, please be polite.",
  "contact": "austin.anderson@prosperconsulting.ai"
}
