Booking agent for darknetian.com. Discoverable via DNS-AID, callable via A2A, MCP, or plain HTTPS.
Status: live. Three protocol surfaces, one Anthropic Managed Agent behind them.
POST https://bookings.darknetian.com/ask — plain JSONPOST https://bookings.darknetian.com/a2a — A2A JSON-RPC message/sendPOST https://bookings.darknetian.com/mcp — MCP Streamable HTTP (2025-03-26)Rate limit: 2 calls / IP / day, shared across surfaces.
key65401)curl -sS https://bookings.darknetian.com/mcp -H 'content-type: application/json' -H 'accept: application/json, text/event-stream' -d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'