← tooloracle.io

INDIVIDUAL MCP TOOL

check_ranking

Check where a domain ranks for a specific keyword in Google top 100

tooloracle.ionone authenticationAvailability not checked

LIVE ENDPOINT

https://tooloracle.io/mcp

No auth detected

Connect to this endpoint to inspect the live schema for check_ranking 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

tooloracle.io

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.rankoracle]
url = "https://tooloracle.io/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "rankoracle": {
      "type": "http",
      "url": "https://tooloracle.io/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: rankoracle
Remote MCP URL: https://tooloracle.io/mcp

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": {
    "rankoracle": {
      "url": "https://tooloracle.io/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "rankoracle": {
      "type": "http",
      "url": "https://tooloracle.io/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "rankoracle",
  "transport": "streamable-http",
  "url": "https://tooloracle.io/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • keyword_research — Research keyword volume, difficulty, CPC, trends, and related keywords
  • serp_snapshot — Get top 10 Google results for a keyword with SERP features
  • domain_overview — Domain SEO overview: organic keywords, traffic estimate, position distribution
  • content_score — Analyze URL for on-page SEO quality: score, readability, technical checks, recommendations
  • competitor_gap — Find keywords your competitor ranks for — identify content gaps and opportunities
  • title_optimizer — Analyze current title tag and generate SEO-optimized title suggestions
  • meta_generator — Analyze and generate optimized meta title + description for a URL
  • heading_analysis — Analyze H1-H4 heading structure of a page with SEO recommendations