Ecosystem API Claude Desktop Config
Add the Ecosystem API MCP server to Claude Desktop with this ready-to-use configuration.
Setup Instructions
- Open Claude Desktop
- Go to Settings → Developer → Edit Config →
claude_desktop_config.json - Paste the JSON below into the file
- Set your credentials in the
envsection - Restart Claude Desktop
Configuration JSON
Copy the entire block into your 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"
}
}
}
}Environment Variables
ECOSYSTEM_API_API_KEYReplace your_ecosystem_api_api_key with your actual ecosystem api api key
Endpoints
GET
/ecosystems/{ecosystem_id}Get ecosystem
GET
/ecosystems/{ecosystem_id}/categoriesList categories
GET
/ecosystems/{ecosystem_id}/categories/{id}Get category
GET
/ecosystems/{ecosystem_id}/categories/{id}/listingsList category listings
GET
/ecosystems/{ecosystem_id}/collectionsList collections
GET
/ecosystems/{ecosystem_id}/collections/{id}Get collection
GET
/ecosystems/{ecosystem_id}/collections/{id}/listingsList collection listings
GET
/ecosystems/{ecosystem_id}/listingsList listings
GET
/ecosystems/{ecosystem_id}/listings/{id}Get listing
GET
/ecosystems/{ecosystem_id}/productsList products