PREFLIGHT — URL Routing for AI Agents
Rank #56,686io.github.GSterlingPress/preflight
Choose HTTP, browser, machine endpoint, or avoid before an agent visits an unfamiliar URL.
PREFLIGHT — URL Routing for AI Agents is a Model Context Protocol (MCP) server published by GSterlingPress. It ranks #56,686 of 115,460 servers tracked on MCP Toplist. PREFLIGHT — URL Routing for AI Agents is listed on Official MCP, with 2 tracked versions. It was first listed on Aug 11, 2026 and most recently updated on Aug 14, 2026.
Ranks ahead of 58,774 of 115,460 servers on MCP Toplist.
Use PREFLIGHT — URL Routing for AI Agents
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http preflight https://preflight-api-production-01a2.up.railway.app/mcp[mcp_servers.preflight]
url = "https://preflight-api-production-01a2.up.railway.app/mcp"Add to ~/.codex/config.toml.
https://preflight-api-production-01a2.up.railway.app/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"preflight": {
"url": "https://preflight-api-production-01a2.up.railway.app/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"preflight": {
"type": "http",
"url": "https://preflight-api-production-01a2.up.railway.app/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"preflight": {
"serverUrl": "https://preflight-api-production-01a2.up.railway.app/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"preflight": {
"url": "https://preflight-api-production-01a2.up.railway.app/mcp"
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.GSterlingPress%2Fpreflight)<a href="https://mcptoplist.com/server/io.github.GSterlingPress%2Fpreflight"><img src="https://mcptoplist.com/badge/io.github.GSterlingPress%2Fpreflight.svg" alt="MCP Toplist: Top 50% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
GSterlingPress
Other servers by GSterlingPress
- ONCE#13,850 · 1 ver
- RECOVER — Safe Next-Step Decisions After Machine Failures#17,307 · 1 ver
- FRESH#19,303
- POSTFACT — Resolve Ambiguous Side Effects Before Retry#20,060 · 1 ver
- MAILTYPE — Email Domain Capability Intelligence#20,629 · 1 ver
Available versions (2)
| Version | Published |
|---|---|
| 0.7.5 | Aug 14, 2026 |
| 0.6.0 | Aug 11, 2026 |
Frequently asked questions
- Who maintains PREFLIGHT — URL Routing for AI Agents?
- PREFLIGHT — URL Routing for AI Agents is maintained by GSterlingPress, which publishes 7 MCP servers (6 total versions) tracked on MCP Toplist.
- Is PREFLIGHT — URL Routing for AI Agents listed on the Official MCP Registry?
- Yes — PREFLIGHT — URL Routing for AI Agents is listed on the Official MCP Registry.
- How many versions does PREFLIGHT — URL Routing for AI Agents have?
- MCP Toplist tracks 2 versions of PREFLIGHT — URL Routing for AI Agents, most recently published on Aug 14, 2026.
- Where can I find the source code for PREFLIGHT — URL Routing for AI Agents?
- The source code for PREFLIGHT — URL Routing for AI Agents is hosted at github.com/GSterlingPress/preflight-api.