# apiclaw-api-server

Real-time Amazon data API built for AI agents. 200M+ products, 1B+ reviews, live BSR, pricing, and competitor data as clean JSON. 10 agent skills for market research, competitor monitoring, pricing a…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add apiclaw/apiclaw-api-server

# Browse available tools
npx -y @smithery/cli@latest tool list apiclaw/apiclaw-api-server

# Get full schema for a tool
npx -y @smithery/cli@latest tool get apiclaw/apiclaw-api-server openapi_v2_products_search

# Call a tool
npx -y @smithery/cli@latest tool call apiclaw/apiclaw-api-server openapi_v2_products_search '{}'
```

## Direct MCP Connection

Endpoint: `https://apiclaw-api-server--apiclaw.run.tools`

**Required config:**
- `apiKey` (header) — string
Location: header
Required: on
Description: APIClaw API key (starts with hms_live_)

## Tools (10)

- `openapi_v2_products_search` — Products Search V2
- `openapi_v2_competitors` — Competitor Lookup V2
- `openapi_v2_products_history` — Product History V2
- `openapi_v2_markets_search` — Markets Search V2
- `openapi_v2_categories` — Categories V2
- `openapi_v2_realtime_product` — Realtime Product V2
- `openapi_v2_realtime_reviews` — Realtime Reviews V2
- `openapi_v2_reviews_analysis` — Reviews Analyze V2
- `openapi_v2_reviews_search` — Reviews Search V2
- `openapi_v2_prompt_injection_detect` — Detect prompt injection attacks

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get apiclaw/apiclaw-api-server <tool-name>
```
