Trackings MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Trackings MCP Servershow the consolidated keyword results for the latest run"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Trackings MCP Server
MCP server for Claude Desktop integration with trackings.ai.
Installation
uvx --from git+https://github.com/peterw/trackings-mcp trackings-mcpRelated MCP server: TaskFlow MCP Server
Configuration
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"
}
}
}
}Available Tools
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
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/peterw/trackings-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server