Meertrack MCP Server
Rank #13094pulsemcp/meertrack
Competitive intelligence — track what competitors ship each week. 8 tools, 3 prompt workflows.
Meertrack MCP Server is a Model Context Protocol (MCP) server published by meertrack. It ranks #13094 of 58,900 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. Meertrack MCP Server is listed across 2 registries — Official MCP and PulseMCP, with 2 tracked versions. It was first listed on Apr 23, 2026 and most recently updated on Apr 24, 2026.
Ranks ahead of 45,806 of 58,900 servers on MCP Toplist.
Use Meertrack MCP Server
Add Meertrack MCP Server to any MCP client (Claude, Cursor, VS Code, …) with one of the configs below.
{
"mcpServers": {
"meertrack": {
"url": "https://mcp.meertrack.com/mcp"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"meertrack": {
"command": "npx",
"args": [
"-y",
"@meertrack/mcp"
],
"env": {
"MEERTRACK_API_KEY": "<your MEERTRACK_API_KEY>",
"MEERTRACK_API_BASE_URL": "<your MEERTRACK_API_BASE_URL>"
}
}
}
}Replace each placeholder with your own value before saving.
Listed on 2 registries
meertrack
Available versions (2)
| Version | Published |
|---|---|
| 1.1.0 | Apr 24, 2026 |
| 1.0.2 | Apr 23, 2026 |
Frequently asked questions
- What is Meertrack MCP Server?
- Competitive intelligence — track what competitors ship each week. 8 tools, 3 prompt workflows.
- Who maintains Meertrack MCP Server?
- Meertrack MCP Server is maintained by meertrack, which publishes 1 MCP server (2 total versions) tracked on MCP Toplist.
- Is Meertrack MCP Server an official MCP server?
- Yes — Meertrack MCP Server is listed on the Official MCP Registry, alongside PulseMCP.
- How many versions does Meertrack MCP Server have?
- MCP Toplist tracks 2 versions of Meertrack MCP Server, most recently published on Apr 24, 2026.
- Where can I find the source code for Meertrack MCP Server?
- The source code for Meertrack MCP Server is hosted at github.com/meertrack/meertrack-mcp.