PluginBench
MCP Server
Maintained

CompatAir MCP Server

io.github.bluetouff/compatair

What is the CompatAir MCP server?

Read-only pneumatic compatibility and evidence tools with stable IDs and canonical CompatAir URLs.

How to install CompatAir

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "compatair": {
      "url": "https://compatair.fr/mcp"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "compatair": {
      "serverUrl": "https://compatair.fr/mcp"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "compatair": {
      "type": "http",
      "url": "https://compatair.fr/mcp"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "compatair": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://compatair.fr/mcp"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http compatair https://compatair.fr/mcp

Related MCP servers

Read-only macro risk analysis, evidence, signals, and source-backed research from l0g.fr.

18
MDX
View repository →

13FLOW

Active

Source-linked SEC 13F research, quality checks, watchlists and audit trails for agents.

3
Python
AGPL-3.0
View repository →