GeoRanker Model‑Context‑Protocol server (MCP)
Georanker mcp mcp server connects Georanker MCP to AI assistants that speak the Model Context Protocol. GeoRanker Model‑Context‑Protocol server (MCP).
An agent-friendly Model Context Protocol (MCP) server for the GeoRanker High‑Volume API.
Once connected, the assistant can call these 11 tools directly:
Smithery — friendly discovery** via /.well-known/mcp/server-card.jsongeoranker — //serp/{id}OpenAPI — http://127.0.0.1:3333/openapi.jsongeoranker_serp.create — georanker_serp.getgeoranker_serp.delete — georanker_serp.batch_creategeoranker_serp.batch_get — georanker_serp.compare_locationsgeoranker_keywords.create — georanker_keywords.getgeoranker_keywords.delete — georanker_keywords.batch_creategeoranker_keywords.batch_get — georanker_keywords.suggestgeoranker_domain.whois — georanker_domain.technologiesgeoranker_regions.list — georanker_account.getThe server is distributed via npm as georanker-mcp, so most clients can run it without a manual build step. Add it to your MCP client's configuration and restart the client to pick it up — the copy-paste configs for Claude Desktop, Claude Code and Cursor are on this page.
Before the server will start you need to supply 5 environment variables: GEORANKER_API_KEY, GEORANKER_API_BASE_URL, MCP_AUTH_TOKEN, MCP_PUBLIC_URL, YOUR_KEY. Keep credentials in your client's env block or a secrets manager rather than committing them.
Search and scraping servers exist to fix the single most common failure of any assistant: answering from stale training data instead of what is on the web today. Georanker MCP sits in that group, and the shape of its toolset — Smithery, georanker, OpenAPI among others — tells you what it is really for. Worth comparing against the other search web scraping servers in this directory before you commit to one, since several overlap in scope but differ sharply in setup cost and permissions.
| Tool | What it does |
|---|---|
| Smithery | friendly discovery** via /.well-known/mcp/server-card.json |
| georanker | //serp/{id} |
| OpenAPI | http://127.0.0.1:3333/openapi.json |
| georanker_serp.create | georanker_serp.get |
| georanker_serp.delete | georanker_serp.batch_create |
| georanker_serp.batch_get | georanker_serp.compare_locations |
| georanker_keywords.create | georanker_keywords.get |
| georanker_keywords.delete | georanker_keywords.batch_create |
| georanker_keywords.batch_get | georanker_keywords.suggest |
| georanker_domain.whois | georanker_domain.technologies |
| georanker_regions.list | georanker_account.get |
{
"mcpServers": {
"georanker": {
"command": "npx",
"args": ["-y", "georanker-mcp"],
"env": {
"GEORANKER_API_KEY": "your-value",
"GEORANKER_API_BASE_URL": "your-value",
"MCP_AUTH_TOKEN": "your-value",
"MCP_PUBLIC_URL": "your-value",
"YOUR_KEY": "your-value"
}
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
| Variable | Description | Required |
|---|---|---|
| GEORANKER_API_KEY | Credential the server authenticates with. | Yes |
| GEORANKER_API_BASE_URL | Endpoint or connection string the server talks to. | Yes |
| MCP_AUTH_TOKEN | Credential the server authenticates with. | Yes |
| MCP_PUBLIC_URL | Endpoint or connection string the server talks to. | Yes |
| YOUR_KEY | Credential the server authenticates with. | Yes |
The simplest web tool that matters — fetch any URL and get model-ready markdown back.
Industrial-strength web extraction — render, scrape, crawl and search entire sites into clean markdown.
Puppeteer-powered browser control that drives pages from the accessibility tree instead of pixels.
Search built for AI, not humans — semantic web search that returns model-ready content, plus code context.
Answers, not links — delegate questions to Perplexity's search-grounded models and get cited responses back.
Put 6,000+ pre-built scrapers at your assistant's fingertips through one MCP endpoint.