← Index

Meertrack

com.meertrack/mcp-server·v1.1.0·Other
Quality Score
95
/100

Competitive intelligence - track what competitors ship each week. 8 tools, 3 prompt workflows.

§01  Install
Remote endpoint

Streamable HTTP / SSE endpoint. Add to any MCP client that supports remote servers.

https://mcp.meertrack.com/mcp
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@meertrack/mcp"
      ],
      "env": {
        "MEERTRACK_API_KEY": "<your-meertrack_api_key>",
        "MEERTRACK_API_BASE_URL": "<meertrack_api_base_url>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@meertrack/mcp"
      ],
      "env": {
        "MEERTRACK_API_KEY": "<your-meertrack_api_key>",
        "MEERTRACK_API_BASE_URL": "<meertrack_api_base_url>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @meertrack/mcp
§02  Environment variables
MEERTRACK_API_KEY
requiredsecret

Meertrack production API key (mt_live_…). Mint at Settings → API Keys.

MEERTRACK_API_BASE_URL

Optional upstream override; defaults to https://api.meertrack.com/v1.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
20
installability
25
documentation
15
stability
10
§04  Alternatives in Other