Skip to content
MCP-BridgeMCP-Bridge
Developer Tools

Ecosystem API MCP Config

Ecosystem API

Config URL

Use this URL in any MCP-compatible client to fetch the config automatically.

https://mcpbridge.org/config/apideck-com-ecosystem.json

One-Click Install

Copy the snippet for your MCP client and paste it in — zero editing required.

Claude Desktop

Add to claude_desktop_config.json

{
  "mcpServers": {
    "apideck-com-ecosystem": {
      "command": "npx",
      "args": [
        "-y",
        "@mcp/apideck-com-ecosystem"
      ],
      "env": {
        "ECOSYSTEM_API_API_KEY": "your_ecosystem_api_api_key"
      }
    }
  }
}

Cursor

Settings → MCP Servers → Add

{
  "mcpServers": {
    "apideck-com-ecosystem": {
      "url": "https://mcpbridge.org/config/apideck-com-ecosystem.json"
    }
  }
}

VS Code

Use with MCP extension

{
  "mcpServers": {
    "apideck-com-ecosystem": {
      "url": "https://mcpbridge.org/config/apideck-com-ecosystem.json"
    }
  }
}

Configuration JSON

Use curl https://mcpbridge.org/config/apideck-com-ecosystem.json to fetch programmatically.

{
  "mcpServers": {
    "apideck-com-ecosystem": {
      "command": "npx",
      "args": ["-y","@mcp/apideck-com-ecosystem"],
      "env": {
      "ECOSYSTEM_API_API_KEY": "your_ecosystem_api_api_key"
}
    }
  }
}

How to Use

Claude Desktop

Paste the config JSON into your claude_desktop_config.json.

Full instructions →

Cursor

Go to Cursor Settings → MCP Servers → Add with the JSON above.

CLI / curl

Fetch the config programmatically:

curl https://mcpbridge.org/config/apideck-com-ecosystem.json

Environment Variables

ECOSYSTEM_API_API_KEY

Replace your_ecosystem_api_api_key with your actual ecosystem api api key

Endpoints

GET/ecosystems/{ecosystem_id}

Get ecosystem

GET/ecosystems/{ecosystem_id}/categories

List categories

GET/ecosystems/{ecosystem_id}/categories/{id}

Get category

GET/ecosystems/{ecosystem_id}/categories/{id}/listings

List category listings

GET/ecosystems/{ecosystem_id}/collections

List collections

GET/ecosystems/{ecosystem_id}/collections/{id}

Get collection

GET/ecosystems/{ecosystem_id}/collections/{id}/listings

List collection listings

GET/ecosystems/{ecosystem_id}/listings

List listings

GET/ecosystems/{ecosystem_id}/listings/{id}

Get listing

GET/ecosystems/{ecosystem_id}/products

List products