# OpenClaw Intel

Access detailed market intelligence and competitive analysis for software development agents. Monitor GitHub growth trends, historical comparisons, and real-time ecosystem statistics to make informed…

## Quick Start

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

# Browse available tools
npx -y @smithery/cli@latest tool list openclaw-ai/intel

# Get full schema for a tool
npx -y @smithery/cli@latest tool get openclaw-ai/intel get_ai_market_report

# Call a tool
npx -y @smithery/cli@latest tool call openclaw-ai/intel get_ai_market_report '{}'
```

## Direct MCP Connection

Endpoint: `https://intel--openclaw-ai.run.tools`

## Tools (6)

- `get_ai_market_report` — Get the latest AI agent market intelligence report. Covers GitHub stars, releases, growth trends, and competitive analy…
- `get_report_by_id` — Get a specific AI market intelligence report by its ID. Pro API key required for full content.
- `list_reports` — List available AI market intelligence reports with titles, dates, and content tier.
- `get_market_stats` — Get real-time OpenClaw Intel ecosystem stats: active Pro users, report count, data freshness, and coverage metrics. Alw…
- `purchase_api_key` — Get machine-readable payment instructions to purchase an OpenClaw Intel Pro API key ($9 one-time). Returns multiple pay…
- `validate_api_key` — Check if an API key is valid and see remaining daily quota. Use this to verify key status before making calls.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get openclaw-ai/intel <tool-name>
```
