INDIVIDUAL MCP TOOL
discover_api
Detect OpenAPI, Swagger, GraphQL, API documentation, developer portals, machine-readable endpoints, and recommended integration method.
LIVE ENDPOINT
https://preflight.lorensaisolutions.com/mcp
Connect to this endpoint to inspect the live schema for discover_api and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.agent-preflight]
url = "https://preflight.lorensaisolutions.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"agent-preflight": {
"type": "http",
"url": "https://preflight.lorensaisolutions.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: agent-preflight
Remote MCP URL: https://preflight.lorensaisolutions.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"agent-preflight": {
"url": "https://preflight.lorensaisolutions.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"agent-preflight": {
"type": "http",
"url": "https://preflight.lorensaisolutions.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "agent-preflight",
"transport": "streamable-http",
"url": "https://preflight.lorensaisolutions.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
preflight_url— Full URL intelligence for reachability, redirects, page type, login and CAPTCHA signals, product data, API and PDF clues, robots guidance, evidence, risks, and recommended automation.check_access_barriers— Detect reachability, redirects, login requirements, CAPTCHA, bot protection, browser requirements, robots restrictions, risk flags, and recommended access method.extract_product_intelligence— Extract product name, price, currency, stock or availability, structured commerce data, action links, confidence, and recommended commerce action.check_url_changes— Compare a URL with a prior snapshot or fingerprint and detect status, redirect, access, product, API, risk, and recommended-action changes.batch_preflight— Safely inspect up to five URLs in one request for agent swarms, autonomous research, commerce comparisons, and multi-site workflows.