Axesso Api Claude Desktop Config
Add the Axesso 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": {
"axesso-de": {
"command": "npx",
"args": [
"-y",
"@mcp/axesso-de"
],
"env": {
"AXESSO_API_API_KEY": "your_axesso_api_api_key"
}
}
}
}Environment Variables
AXESSO_API_API_KEYReplace your_axesso_api_api_key with your actual axesso api api key
Endpoints
GET
/amz/amazon-lookup-buy-recommendationsrequest buy recommendations to a given product
GET
/amz/amazon-lookup-productlookup product information
GET
/amz/amazon-search-by-keywordfetch results auf a keyword search on Amazon
GET
/amz/sort-optionsrequest available sort options to use in keyword search