Getting started

Point your agent at Buyary's MCP server in three steps.

1. Create a key

Sign in and issue an MCP key from your dashboard. The key is shown once — copy it somewhere safe.

2. Add Buyary to your agent

Add the server to your MCP client (Claude Desktop or Claude Code), replacing YOUR_BUYARY_KEY with your key:

{
  "mcpServers": {
    "buyary": {
      "type": "http",
      "url": "https://services.buyary.com/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_BUYARY_KEY"
      }
    }
  }
}

Or, with the Claude Code CLI:

claude mcp add --transport http buyary https://services.buyary.com/mcp --header "Authorization: Bearer YOUR_BUYARY_KEY"

3. Call the tool

Your agent can now call get_product_intelligence with a product name. See the API docs for the full request and response shape.