Skip to content
MCP-Bridge
Security

Axesso Api Claude Desktop Config

Add the Axesso Api MCP server to Claude Desktop with this ready-to-use configuration.

Setup Instructions

  1. Open Claude Desktop
  2. Go to Settings → Developer → Edit Config → claude_desktop_config.json
  3. Paste the JSON below into the file
  4. Set your credentials in the env section
  5. 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_KEY

Replace your_axesso_api_api_key with your actual axesso api api key

Endpoints

GET/amz/amazon-lookup-buy-recommendations

request buy recommendations to a given product

GET/amz/amazon-lookup-product

lookup product information

GET/amz/amazon-search-by-keyword

fetch results auf a keyword search on Amazon

GET/amz/sort-options

request available sort options to use in keyword search