loading…
Search for a command to run...
loading…
Integrates Claude Desktop with trackings.ai to manage projects, configure keyword scans, and trigger run executions. It allows users to retrieve consolidated ke
Integrates Claude Desktop with trackings.ai to manage projects, configure keyword scans, and trigger run executions. It allows users to retrieve consolidated keyword results and monitor credit balances through natural language commands.
MCP server for Claude Desktop integration with trackings.ai.
uvx --from git+https://github.com/peterw/trackings-mcp trackings-mcp
Add to your Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json):
{
"mcpServers": {
"trackings": {
"command": "uvx",
"args": ["--from", "git+https://github.com/peterw/trackings-mcp", "trackings-mcp"],
"env": {
"TRACKINGS_API_KEY": "your-api-key",
"TRACKINGS_API_URL": "https://your-convex-deployment.convex.site"
}
}
}
}
list_projects - List all projectslist_scans - List scans for a projectlist_scan_runs - List scan runs for a project or scanget_scan_run - Get details for a scan runget_scan_results - Get consolidated keyword results for a runget_credits - Get current credit balancecreate_scan - Create a scan configurationtrigger_scan_run - Trigger a scan runДобавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"trackings-mcp-server": {
"command": "npx",
"args": []
}
}
}