Skip to content
MCP-Bridge
Developer ToolsAuto-generated

Ecosystem API MCP Server

Ecosystem API

Quick Setup

Transport: STDIO

Command: npx -y @mcp/apideck-com-ecosystem

Environment Variables

ECOSYSTEM_API_API_KEY

Example: your_ecosystem_api_api_key

MCP Server Configuration

Add this to your claude_desktop_config.json or Cursor MCP settings.

{
  "mcpServers": {
    "apideck-com-ecosystem": {
      "command": "npx",
      "args": ["-y","@mcp/apideck-com-ecosystem"],
      "env": {
      "ECOSYSTEM_API_API_KEY": "your_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