Cross-vendor B2B catalog for AI agents: search, compare, find equivalents, request a quote.
claude mcp add catalog --transport http https://mcp.airshelf.ai/mcp
~/.cursor/mcp.json
{
"mcpServers": {
"catalog": {
"url": "https://mcp.airshelf.ai/mcp"
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"catalog": {
"serverUrl": "https://mcp.airshelf.ai/mcp"
}
}
}
.vscode/mcp.json
{
"servers": {
"catalog": {
"type": "http",
"url": "https://mcp.airshelf.ai/mcp"
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"catalog": {
"url": "https://mcp.airshelf.ai/mcp"
}
}
}
claude_desktop_config.json
{
"mcpServers": {
"catalog": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.airshelf.ai/mcp"
]
}
}
}
| Transport | URL | Auth headers |
|---|---|---|
| streamable-http | https://mcp.airshelf.ai/mcp | none |
Used it in a multi-step workflow; results were consistent.
Used it in a multi-step workflow; results were consistent.
Did the job but rate limits kicked in under heavy use.
Solid tool — did exactly what the schema promised on the first call.
Clean install config, worked in Claude Code out of the box.
Clean install config, worked in Claude Code out of the box.
POST /mcp