PluginBench
MCP Server
Active

PREFLIGHT — URL Routing for AI Agents MCP Server

io.github.GSterlingPress/preflight

What is the PREFLIGHT — URL Routing for AI Agents MCP server?

Choose HTTP, browser, machine endpoint, or avoid before an agent visits an unfamiliar URL.

How to install PREFLIGHT — URL Routing for AI Agents

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "preflight": {
      "url": "https://preflight-api-production-01a2.up.railway.app/mcp"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "preflight": {
      "serverUrl": "https://preflight-api-production-01a2.up.railway.app/mcp"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "preflight": {
      "type": "http",
      "url": "https://preflight-api-production-01a2.up.railway.app/mcp"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "preflight": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://preflight-api-production-01a2.up.railway.app/mcp"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http preflight https://preflight-api-production-01a2.up.railway.app/mcp

Related MCP servers

Email-domain intelligence: MX capability, provider, disposable status, SPF, DMARC, and MTA-STS.

0
JavaScript
View repository →

Resolve whether an uncertain side-effecting action completed before software retries it.

0
JavaScript
View repository →

Deterministic next-step decisions after failed API, MCP, automation, or AI-agent actions.

0
JavaScript
View repository →

Know whether an AI agent should REUSE or REFETCH a URL before retrieving it again.

Prevent duplicate AI-agent side effects with idempotency, verification, and durable receipts.

View repository →