Agent Preflight
com.lorensaisolutions.preflight/agent-preflightSix paid URL-intelligence tools for autonomous agents and agent swarms.
Tools · 7
Loss-leader URL access, login, and CAPTCHA check. Price: $0.05 USDC. Example: GET /v1/access-check?url=https://example.com
Discover OpenAPI, Swagger, GraphQL, MCP, and API documentation signals. Price: $0.10 USDC. Example: GET /v1/api-discovery?url=https://example.com
Fetch a URL and compare its content fingerprint with the prior KV observation. Price: $0.10 USDC. Example: POST /v1/change-check
Single-fetch URL intelligence, access checks, commerce signals, and risk. Price: $0.15 USDC. Example: GET /v1/preflight?url=https://example.com&intent=research
Extract product price, availability, add-to-cart, and commerce risk signals. Price: $0.15 USDC. Example: GET /v1/product-intel?url=https://example.com
Run standard preflight against as many as 10 URLs in one paid request. Price: $0.35 USDC. Example: POST /v1/batch-preflight
Triple-user-agent intelligence with five-hop redirect evidence, retries, access controls, commerce risk, can_proceed, and proof. Price: $0.75 USDC. Example: GET /v1/premium-preflight?url=https://examp…
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"agent_preflight": {
"url": "https://preflight.lorensaisolutions.com/mcp",
"transport": "streamable-http"
}
}
}