What is the Meertrack MCP server?
Competitive intelligence - track what competitors ship each week. 8 tools, 3 prompt workflows.
How to install Meertrack
Copy-paste configuration for popular MCP clients.
MEERTRACK_API_KEYrequiredsecretMeertrack production API key (mt_live_…). Mint at Settings → API Keys.
MEERTRACK_API_BASE_URLOptional upstream override; defaults to https://api.meertrack.com/v1.
AuthorizationrequiredsecretEither `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`.
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@meertrack/mcp"
],
"env": {
"MEERTRACK_API_KEY": "<YOUR_MEERTRACK_API_KEY>",
"MEERTRACK_API_BASE_URL": "<YOUR_MEERTRACK_API_BASE_URL>",
"Authorization": "<YOUR_AUTHORIZATION>"
}
}
}
}{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@meertrack/mcp"
],
"env": {
"MEERTRACK_API_KEY": "<YOUR_MEERTRACK_API_KEY>",
"MEERTRACK_API_BASE_URL": "<YOUR_MEERTRACK_API_BASE_URL>",
"Authorization": "<YOUR_AUTHORIZATION>"
}
}
}
}{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@meertrack/mcp"
],
"env": {
"MEERTRACK_API_KEY": "<YOUR_MEERTRACK_API_KEY>",
"MEERTRACK_API_BASE_URL": "<YOUR_MEERTRACK_API_BASE_URL>",
"Authorization": "<YOUR_AUTHORIZATION>"
}
}
}
}{
"servers": {
"mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@meertrack/mcp"
],
"env": {
"MEERTRACK_API_KEY": "<YOUR_MEERTRACK_API_KEY>",
"MEERTRACK_API_BASE_URL": "<YOUR_MEERTRACK_API_BASE_URL>",
"Authorization": "<YOUR_AUTHORIZATION>"
}
}
}
}claude mcp add mcp-server --env MEERTRACK_API_KEY=<YOUR_MEERTRACK_API_KEY> --env MEERTRACK_API_BASE_URL=<YOUR_MEERTRACK_API_BASE_URL> --env Authorization=<YOUR_AUTHORIZATION> -- npx -y @meertrack/mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.