Akeneo PIM REST API MCP Config
Akeneo PIM REST API API
Config URL
Use this URL in any MCP-compatible client to fetch the config automatically.
https://mcp-bridge.pages.dev/config/akeneo-com.jsonConfiguration JSON
Use curl https://mcp-bridge.pages.dev/config/akeneo-com.json to fetch programmatically.
{
"mcpServers": {
"akeneo-com": {
"command": "npx",
"args": ["-y","@mcp/akeneo-com"],
"env": {
"AKENEO_PIM_REST_API_API_KEY": "your_akeneo_pim_rest_api_api_key"
}
}
}
}How to Use
Cursor
Go to Cursor Settings → MCP Servers → Add with the JSON above.
CLI / curl
Fetch the config programmatically:
curl https://mcp-bridge.pages.dev/config/akeneo-com.jsonEnvironment Variables
AKENEO_PIM_REST_API_API_KEYReplace your_akeneo_pim_rest_api_api_key with your actual akeneo pim rest api api key
Endpoints
POST
/api/oauth/v1/tokenGet authentication token
GET
/api/rest/v1Get list of all endpoints
GET
/api/rest/v1/asset-categoriesGet list of PAM asset categories
POST
/api/rest/v1/asset-categoriesCreate a new PAM asset category
PATCH
/api/rest/v1/asset-categoriesUpdate/create several PAM asset categories
GET
/api/rest/v1/asset-categories/{code}Get a PAM asset category
PATCH
/api/rest/v1/asset-categories/{code}Update/create a PAM asset category
GET
/api/rest/v1/asset-familiesGet list of asset families
GET
/api/rest/v1/asset-families/{asset_family_code}/assetsGet the list of the assets of a given asset family
PATCH
/api/rest/v1/asset-families/{asset_family_code}/assetsUpdate/create several assets