← mapkin.eu

INDIVIDUAL MCP TOOL

set_view

Reposition a mapkin's default view by setting its centre and zoom.

mapkin.eunone authenticationAvailability not checked

LIVE ENDPOINT

https://mapkin.eu/api/mcp

No auth detected

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

mapkin.eu

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.mapkin]
url = "https://mapkin.eu/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "mapkin": {
      "type": "http",
      "url": "https://mapkin.eu/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: mapkin
Remote MCP URL: https://mapkin.eu/api/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": {
    "mapkin": {
      "url": "https://mapkin.eu/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "mapkin": {
      "type": "http",
      "url": "https://mapkin.eu/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "mapkin",
  "transport": "streamable-http",
  "url": "https://mapkin.eu/api/mcp"
}
MCP Inspector

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

Related tools

  • create_mapkin — Create a new, empty mapkin (a shareable map document) and return its slug and URL.
  • get_mapkin — Fetch a mapkin's full state: title, view, basemap, current usage against the caps, and every feature as a GeoJSON FeatureCollection (each feature carries its id and provenance).
  • add_features — Add one or more features (Point, LineString, or Polygon) to a mapkin.
  • update_feature — Update one feature's geometry and/or its label, colour, note, or collections.
  • remove_features — Remove features from a mapkin — either specific ids, or every agent-created feature when agentOnly is true (the "undo my edits" action).
  • set_title — Rename a mapkin.