Analytics
toolsthatrank.com
Provides SEO analytics tools for computing SERP metrics like impression-weighted position, projected clicks, and share of voice.
ENDPOINT 1
https://toolsthatrank-mcp.lipmichal.workers.dev
MCP server metadata
- Name
- com.toolsthatrank/serp-metrics
- Version
- 1.0.0
SERP measurement maths: impression-weighted average position, click projection against a caller-supplied CTR curve, and share of voice. No CTR table is built in by design.
Known tools 3
impression_weighted_positionCompute the impression-weighted average SERP position for a set of query rows, alongside the plain arithmetic mean and the gap between them.
Inferred read-onlyproject_clicks_from_ctr_curveProject how many clicks a set of query rows would earn at a target position instead of their current position, using a CTR curve THAT YOU SUPPLY.
Inferred read-onlyshare_of_voiceCompute share of voice across competing entities over a keyword set.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.com-toolsthatrank-serp-metrics]
url = "https://toolsthatrank-mcp.lipmichal.workers.dev"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"com-toolsthatrank-serp-metrics": {
"type": "http",
"url": "https://toolsthatrank-mcp.lipmichal.workers.dev"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: com-toolsthatrank-serp-metrics
Remote MCP URL: https://toolsthatrank-mcp.lipmichal.workers.dev
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"com-toolsthatrank-serp-metrics": {
"url": "https://toolsthatrank-mcp.lipmichal.workers.dev"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"com-toolsthatrank-serp-metrics": {
"type": "http",
"url": "https://toolsthatrank-mcp.lipmichal.workers.dev"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "com-toolsthatrank-serp-metrics",
"transport": "streamable-http",
"url": "https://toolsthatrank-mcp.lipmichal.workers.dev"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for workers.dev was fetched 2026-07-25T21:40:35.686Z.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.