← toolsthatrank.com

INDIVIDUAL MCP TOOL

project_clicks_from_ctr_curve

Project 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.

toolsthatrank.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://toolsthatrank-mcp.lipmichal.workers.dev

No auth detected

Connect to this endpoint to inspect the live schema for project_clicks_from_ctr_curve and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

toolsthatrank.com

CONNECT 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.

Related tools

  • impression_weighted_position — Compute the impression-weighted average SERP position for a set of query rows, alongside the plain arithmetic mean and the gap between them.
  • share_of_voice — Compute share of voice across competing entities over a keyword set.