Scraper MCP Installation Guide
Before You Start
API key, MCP endpoint, and authentication for the Geonode Scraper MCP server.
You'll need a Geonode API key. It's in your Geonode dashboard under API Keys. Keep it private.
Endpoint
https://scraper.geonode.io/mcpAuthentication
Geonode MCP reads your API key from the X-Api-Key HTTP header. Clients that can't set custom headers can instead pass the key as an api_key argument on each tool call. The header is the better option, so the client guides below use it.
Replace YOUR_API_KEY
Replace YOUR_API_KEY with your real key in every example below.