MCP server for the Waikay brand visibility API
Project description
waikay-mcp
An MCP (Model Context Protocol) server for the Waikay brand visibility API. Built by DixonJones. Lets Claude and other MCP-compatible AI assistants query your brand's visibility across ChatGPT, Claude, Gemini, and Sonar (Perplexity) directly in conversation.
Requirements
- Python 3.10+
- A Waikay account on Level 2 or above ($69.95/month)
- Your Waikay API key (from account settings)
Installation
pip install waikay-mcp
Configuration
Add to your Claude Code settings.json (~/.claude/settings.json):
{
"mcpServers": {
"waikay": {
"command": "python",
"args": ["-m", "waikay_mcp"],
"env": {
"WAIKAY_API_KEY": "your_api_key_here"
}
}
}
}
Available Tools
| Tool | Description |
|---|---|
list_projects |
List all tracked projects with their IDs |
get_overview |
Brand mention counts by AI model — 7-day window |
get_rankings |
Share of voice and competitive positioning — 30-day window |
get_sources |
Citation and URL analysis across AI models — 30-day window |
get_scores |
AI knowledge scores by model and date — 365-day window |
list_prompts |
List all tracked prompts for a project |
create_prompt |
Create a new tracked prompt |
update_prompt |
Update models, frequency, audience, or active status |
delete_prompt |
Soft-delete a tracked prompt |
The tracking tools (get_overview, get_rankings, get_sources) accept an optional prompt_id to drill down to a specific prompt rather than project-level aggregates.
Example usage
Once configured, ask Claude things like:
- "List my Waikay projects"
- "What's my brand's share of voice on ChatGPT vs Claude this month?"
- "Which URLs are being cited for my brand in Gemini?"
- "Show me my AI knowledge scores over the past year"
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file waikay_mcp-0.2.0.tar.gz.
File metadata
- Download URL: waikay_mcp-0.2.0.tar.gz
- Upload date:
- Size: 15.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1a457beb104c17301c658a3751fbd5b6863c57144f92cb439b6342b7ab476ae0
|
|
| MD5 |
ad40ff67b728ffa91697c12d04a58ed1
|
|
| BLAKE2b-256 |
11a52a138cab95b9cdf186da5b2f94eb6d4d782477d1b118fab29741c0bd9cbf
|
File details
Details for the file waikay_mcp-0.2.0-py3-none-any.whl.
File metadata
- Download URL: waikay_mcp-0.2.0-py3-none-any.whl
- Upload date:
- Size: 16.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6f946b1197d7241a0b3478c232fc894d0d4c61cb2ef5ee1b2465c9dd8074826d
|
|
| MD5 |
68aaaec365d3821d52b14f09f69bca8a
|
|
| BLAKE2b-256 |
0ca2811af5fe78f8781e5e4f632ec6d1a567f2400952998717ccdd6a17df8e54
|