MCP Servers

模型上下文协议服务器、框架、SDK 和模板的综合目录。

MCP server for Preflight — TrustPilot for APIs, built for AI agents

创建于 3/20/2026
更新于 about 6 hours ago
Repository documentation and setup instructions

Preflight MCP Server

TrustPilot for APIs, built for AI agents. Independent reliability ratings for every API and MCP server — powered by synthetic probes and crowdsourced agent telemetry.

Install

pip install preflight-mcp

Usage

As a standalone MCP server

preflight-mcp

With Claude Desktop

Add to your Claude Desktop MCP config:

{
  "mcpServers": {
    "preflight": {
      "command": "preflight-mcp"
    }
  }
}

With Claude Code

/plugin install preflight@claude-plugins-official

Tools

check_reliability

Look up the independent reliability rating for any service.

check_reliability(service="openai-api")

compare_services

Compare ratings side by side to pick the most reliable provider.

compare_services(services=["openai-api", "anthropic-api"])

report_outcome

Leave a review — report what happened when you called a service. Improves ratings for everyone.

report_outcome(service="openai-api", outcome="success", latency_ms=200)

Configuration

| Variable | Default | Description | |----------|---------|-------------| | PREFLIGHT_API_URL | https://preflight.beamt.io | API base URL | | PREFLIGHT_API_KEY | (none) | API key for authenticated requests |

Get a free API key at beamt.io/preflight.

License

MIT

快速设置
此服务器的安装指南

安装包 (如果需要)

uvx preflight-mcp

Cursor 配置 (mcp.json)

{ "mcpServers": { "gsmethells-preflight-mcp": { "command": "uvx", "args": [ "preflight-mcp" ] } } }