{
  "status": "MCP Server Ready",
  "message": "This is an MCP (Model Context Protocol) endpoint. Use Claude Code or Claude Desktop to connect.",
  "instructions": {
    "claude_code": {
      "recommended": true,
      "description": "Works reliably with MCP servers",
      "command": "claude mcp add --transport http exact-online \"https://api.praatmetjeboekhouding.nl/mcp/YOUR_API_KEY\"",
      "then": "Run: claude"
    },
    "claude_desktop": {
      "description": "Custom connectors have a known bug (Dec 2025)",
      "url": "https://api.praatmetjeboekhouding.nl/mcp/YOUR_API_KEY",
      "steps": [
        "Customize → Connectors → Add custom connector",
        "Paste URL, click Continue if that button appears, then click Add"
      ],
      "warning": "May not work due to OAuth bug"
    },
    "sse_transport": {
      "description": "SSE streaming for long-running operations",
      "url": "https://api.praatmetjeboekhouding.nl/sse/YOUR_API_KEY",
      "headers": {
        "Accept": "text/event-stream"
      },
      "note": "Send GET with Accept: text/event-stream to establish stream"
    },
    "documentation": "https://praatmetjeboekhouding.nl/docs",
    "dashboard": "https://praatmetjeboekhouding.nl/dashboard"
  },
  "api_key_detected": null,
  "version": "0.2.0",
  "transport": "http"
}