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.
What can you do with 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.
Install
Add CompatAir to your client. Pick the one you use.
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`.
Score
39 / 100
Incomplete
- Documentation9/25
- Maintenance16/25
- Trust6/20
- Capability0/15
- Install experience12/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
Version history
| Versions | Published |
|---|---|
| 2.1.0Latest | Jul 16, 2026 |