Skip to main content
Glama
peterw

Trackings MCP Server

by peterw

Trackings MCP Server

MCP server for Claude Desktop integration with trackings.ai.

Installation

uvx --from git+https://github.com/peterw/trackings-mcp trackings-mcp

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 projects

  • list_scans - List scans for a project

  • list_scan_runs - List scan runs for a project or scan

  • get_scan_run - Get details for a scan run

  • get_scan_results - Get consolidated keyword results for a run

  • get_credits - Get current credit balance

  • create_scan - Create a scan configuration

  • trigger_scan_run - Trigger a scan run

Install Server
A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

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

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