Promptrack MCP
Make your assistant your GEO analyst
Ask your assistant which prompts you lost this week, who took your place, or which sources cite a competitor and not you. It calls the tools below against your own workspace.
Promptrack ships a Model Context Protocol server at https://promptrack.io/mcp, authenticated with the same Bearer tokens. Connect any MCP client and ask questions in plain language, and it calls the tools below against your workspace.
Tools
| list_projects | read |
| workspace_overview | read |
| list_prompts | read |
| prompt_results | read |
| list_competitors | read |
| competitor_detail | read |
| list_actions | read |
| list_reports | read |
| site_audit | read |
| traffic_summary | read |
| logs_summary | read |
| add_prompts | write |
| set_prompt_active | write |
| set_action_status | write |
Connect a client
In Claude Code, one command wires it up. Desktop & Cursor use the same URL and Bearer token. See the in-app setup for copy-paste configs.
Claude Code
claude mcp add promptrack \ --transport http https://promptrack.io/mcp \ --header "Authorization: Bearer prm_live_…"