← mapkin.eu
INDIVIDUAL MCP TOOL
create_mapkin
Create a new, empty mapkin (a shareable map document) and return its slug and URL.
Input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
- A tool name or description suggests retrieving external content.
Parent endpoint
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-eu]
url = "https://mapkin.eu/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mapkin-eu": {
"type": "http",
"url": "https://mapkin.eu/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mapkin-eu
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-eu": {
"url": "https://mapkin.eu/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mapkin-eu": {
"type": "http",
"url": "https://mapkin.eu/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mapkin-eu",
"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
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_view— Reposition a mapkin's default view by setting its centre and zoom.set_title— Rename a mapkin.