Pick your agent format
Use the config that matches the AI tool you already work in.
MCP demo
Agents are not always perfect at finding the right tool for you, we help with that.
Connect Detour, ask for the outcome, and let your agent use routes to find the product most suited to the task with options for growth later.
Use the config that matches the AI tool you already work in.
Paste the command or JSON into that tool's MCP settings.
Use plain language. Detour helps the agent find the route, filters, and product path.
Run this in your project terminal, then ask Claude to use Detour when choosing tools.
claude mcp add --transport http detour https://api.detour.sh/mcp
Paste this into an agent chat when you want it to understand Detour and use the public route tools.
A rough request becomes a route call, then a focused answer with useful options.
user I need an auth platform that supports Google login, is free, and can support multiple projects at the same time. agent I can use Detour to check the auth route before picking products. tool call detour.routes.discover({ "q": "auth platform google login free multiple projects", "tag": "free tier", "category": "Developer tools" }) detour Matched route: simple app auth Follow-up filters: hosted UI, social login, project count, user limits, free tier, app framework agent Start with Firebase Auth or Clerk. Firebase is strong when you want Google login, free start, and multiple projects under one console. Clerk is strong when you want faster hosted auth UI and a clearer developer experience. I would check user limits, project limits, and whether you need organization/team accounts before choosing.
Run a public route query and see the request shape plus the JSON your agent can use.
https://api.detour.sh/api/public/search?q=auth%20platform%20google%20login%20free%20multiple%20projects Run the search to see route output.
These read-only endpoints are free starting points for agents that need route discovery.
Returns what Detour can help with and which route questions work well.
https://api.detour.sh/api/public/overview Use q for an open-ended job, product, feature, outcome, or constraint.
https://api.detour.sh/api/public/search?q=email%20api Use q, tag, and category to narrow route candidates.
https://api.detour.sh/api/public/routes?q=logs&tag=free%20tier&category=Infrastructure