{
  "business": "Psychograph MCP",
  "endpoint": "https://localhost:3012/",
  "transport": "streamable-http",
  "protocolVersions": [
    "2025-06-18",
    "2025-03-26",
    "2024-11-05"
  ],
  "authentication": "none",
  "operations": {
    "read": [
      "get_business_profile",
      "search_business_info"
    ],
    "action": [
      "submit_inquiry"
    ]
  },
  "profile": {
    "llms": "https://localhost:3012/llms.txt",
    "llmsFull": "https://localhost:3012/llms-full.txt",
    "rest": "https://localhost:3012/v1/profile",
    "openapi": "https://localhost:3012/openapi.json"
  },
  "note": "MCP clients: POST JSON-RPC 2.0 to this URL. GET is answered with this description; a GET carrying Accept: text/event-stream returns 405, as this server is stateless and opens no server-initiated stream."
}