Trackings MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| TRACKINGS_API_KEY | Yes | Your trackings.ai API key | |
| TRACKINGS_API_URL | Yes | Your Convex deployment URL for trackings.ai (e.g., https://your-convex-deployment.convex.site) |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_projectsB | List all projects in Trackings |
| list_scansC | List scans for a project |
| list_scan_runsC | List scan runs by project or scan |
| get_scan_runC | Get details for a scan run |
| get_scan_resultsC | Get consolidated keyword results for a scan run |
| get_creditsB | Get current credit balance and subscription info |
| create_scanC | Create a scan configuration |
| trigger_scan_runC | Trigger a scan run for an existing scan configuration |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 8 tools
Every tool has a clearly distinct purpose targeting specific resources and actions in the tracking/scanning domain. For example, create_scan configures scans, trigger_scan_run executes them, get_scan_results retrieves keyword data, and get_scan_run fetches run details—no overlap or ambiguity exists.
All tools follow a consistent verb_noun pattern with snake_case, such as create_scan, get_credits, list_projects, and trigger_scan_run. This uniformity makes the toolset predictable and easy for agents to navigate without confusion.
With 8 tools, the server is well-scoped for managing scans, projects, and runs in a tracking system. Each tool earns its place by covering distinct operations like creation, listing, triggering, and retrieval, avoiding bloat or thin coverage.
The toolset provides strong CRUD/lifecycle coverage for scans and projects, including create, list, get, and trigger operations. A minor gap exists in update/delete functionality for scans or projects, but agents can work around this for core workflows.