Plug Rindler into your own AI agent
Rindler turns websites into deterministic APIs your agent can call: search jobs, browse products, fill carts, all through five MCP tools. Setup is one config block and takes about 5 minutes.
1. Add the MCP server
Fastest path for Claude Code, Cursor, or Windsurf: run this in your project root. It writes a .mcp.json for you, and leaves an existing one untouched.
curl https://rindler.ai/install | shPrefer to set it up by hand, or using Claude Desktop? Paste this into your MCP config instead. No key needed: you will be prompted to sign in on first use.
{ "mcpServers": { "rindler": { "type": "http", "url": "https://mcp.rindler.ai/mcp" } }}
File placement
~/
.mcp.json in your working directory for Claude Code, Cursor, or Windsurf (project-level)
Note: adding custom connections in the Claude Desktop app is a new beta feature.
2. Try it
Restart your agent so it picks up the config, then ask it something a website can answer:
Find 5 software engineering jobs at Spotify and show me the most interesting one.The agent will call start_session and follow the actions the server describes. No site-specific prompting needed; the tools are self-documenting.
What works today
Jobs platforms (Workday, Greenhouse, Lever, Ashby employers), grocery, retail, and housing sites, plus any site you map yourself: paste a URL into the mapper on chat.rindler.ai and it becomes an API your agent can use, with an honest coverage meter showing how much of the site we captured.
Something broke, or a site you need is missing? Tell us. That feedback is exactly what we want right now.