Readable by machines
Rabbytte's entire index is open to software — free, no keys, no signup. Every entry was approved by a human, which makes this some of the highest-signal grounding data an AI can get.
For AI assistants — MCP
The rabbytte-mcp package plugs the index into Claude, Cursor, and anything else that speaks MCP. Claude Desktop config:
{ "mcpServers": {
"rabbytte": { "command": "npx", "args": ["-y", "rabbytte-mcp"] }
} }
For everything else — HTTP
Search: GET /api/search?q=towing — ranked results with titles, URLs, descriptions, tags, sitelinks, addresses, coordinates, and image paths.
Ask: GET /api/ask?q=what+is+the+best+towing+app — an answer grounded strictly in the index, with sources. Rate-limited.
Images: GET /api/images?q=towing — matching sites' preview images, served from this server.
Machine descriptions: openapi.json · llms.txt. CORS is open; per-IP rate limits apply. Be a good rabbit.