streamable-httpupdated 1mo ago
This is the source directory for the minimal public bluetouff/compatair-mcp repository. It contains no compatibility engine, merchant feed or private operational configuration.
CompatAir 能做什么?
CompatAir MCP public contracts
This is the source directory for the minimal public bluetouff/compatair-mcp repository. It contains no compatibility engine, merchant feed or private operational configuration.
Published contract:
- Streamable HTTP endpoint:
https://compatair.fr/mcp - method version:
2026.07 - response schema:
schemas/result.schema.json - AirGraph schema:
schemas/airgraph.schema.json - compatibility receipt schema:
schemas/compatibility-receipt.schema.json - example:
examples/compatibility-result.json
The deterministic public export also includes the UCP capability contracts under ucp/. It is generated from an explicit allowlist and never contains the compatibility engine, merchant feeds or production configuration.
Run the dependency-free contract checks with npm test.
No open-source license is granted by this repository. The files are public for inspection and integration against the published contracts; all other rights are reserved unless stated otherwise.
安装
把 CompatAir 添加到你的客户端。选择你正在使用的那个。
claude mcp add --transport http compatair https://compatair.fr/mcpcodex mcp add compatair --url https://compatair.fr/mcp{
"mcpServers": {
"compatair": {
"url": "https://compatair.fr/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"compatair": {
"type": "http",
"url": "https://compatair.fr/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"compatair": {
"url": "https://compatair.fr/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"compatair": {
"serverUrl": "https://compatair.fr/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
评分
39 / 100
不完整
- 文档9/25
- 维护16/25
- 可信度6/20
- 能力0/15
- 安装体验12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 47 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
版本历史
| 版本 | 发布于 |
|---|---|
| 2.1.0最新 | 2026年7月16日 |