
PREFLIGHT — URL Routing for AI Agents
Choose HTTP, browser, machine endpoint, or avoid before an agent visits an unfamiliar URL.
Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeRead-only
What it can do
What data it sees
Do you need an account
No: the server works without sign-in
Choose HTTP, browser, machine endpoint, or avoid before an agent visits an unfamiliar URL.
Server tool list (2)
Raw names from tools/list. Only developers need these.
| preflight_check | Before fetching, crawling, scraping, opening, or browser-rendering an unfamiliar http/https URL, call this with the ACTUAL destination URL. Returns the best first route: HTTP, BROWSER, MACHINE_ENDPOINT, or AVOID, plus access/JS/size/cost hints. Do not substitute example.com when a real task URL is available. |
| preflight_feedback | After following a PREFLIGHT recommendation, report whether the chosen route worked so PREFLIGHT can improve future recommendations. |