Meertrack✓
com.meertrack/mcp-server · v1.1.0
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "com.meertrack/mcp-server",
"description": "Competitive intelligence - track what competitors ship each week. 8 tools, 3 prompt workflows.",
"title": "Meertrack",
"repository": {
"url": "https://github.com/meertrack/meertrack-mcp",
"source": "github"
},
"version": "1.1.0",
"websiteUrl": "https://meertrack.com",
"packages": [
{
"registryType": "npm",
"identifier": "@meertrack/mcp",
"version": "1.1.0",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Meertrack production API key (mt_live_…). Mint at Settings → API Keys.",
"isRequired": true,
"isSecret": true,
"name": "MEERTRACK_API_KEY"
},
{
"description": "Optional upstream override; defaults to https://api.meertrack.com/v1.",
"name": "MEERTRACK_API_BASE_URL"
}
]
}
],
"remotes": [
{
"type": "streamable-http",
"url": "https://mcp.meertrack.com/mcp",
"headers": [
{
"description": "Either `Bearer mt_live_…` (static API key) or an OAuth 2.1 access token obtained via the authorization server advertised at `/.well-known/oauth-protected-resource`.",
"isRequired": true,
"isSecret": true,
"name": "Authorization"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}