# peec-ai-mcp

Connect your AI assistant to your Peec AI account to monitor and analyze your brand's visibility across AI search engines like ChatGPT, Perplexity, and Gemini. Ask questions about brand visibility, c…

## Quick Start

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

# Browse available tools
npx -y @smithery/cli@latest tool list peec-ai/peec-ai-mcp

# Get full schema for a tool
npx -y @smithery/cli@latest tool get peec-ai/peec-ai-mcp list_projects

# Call a tool
npx -y @smithery/cli@latest tool call peec-ai/peec-ai-mcp list_projects '{}'
```

## Direct MCP Connection

Endpoint: `https://peec-ai-mcp--peec-ai.run.tools`

## Tools (11)

- `list_projects` — List active projects the authenticated user has access to. By default, only projects with an active status (CUSTOMER, P…
- `list_topics` — List topics in a project. Topics are folder-like groupings — each prompt belongs to exactly one topic. Use this tool to…
- `list_tags` — List tags in a project. Tags are cross-cutting labels that can be assigned to any prompt. Use this tool to resolve tag …
- `list_brands` — List brands tracked in a project — includes the user's own brand and competitors. Use this tool to resolve brand names …
- `list_models` — List AI engines (models) tracked by Peec. Use this tool to resolve model names (e.g., "ChatGPT", "Perplexity", "Gemini"…
- `list_prompts` — List prompts (conversational questions tracked daily across AI engines) in a project. Supports filtering by topic_id an…
- `list_chats` — List chats (individual AI responses) for a project over a date range. Each chat is produced by running one prompt again…
- `get_chat` — Get the full content of a single chat (one AI engine's response to one prompt on one date). Returns:
- `get_brand_report` — Get a report on brand visibility, sentiment, and position across AI search engines.
- `get_domain_report` — Get a report on source domain visibility and citations across AI search engines.
- `get_url_report` — Get a report on source URL visibility and citations across AI search engines.

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