Content Tools
mapkin.eu
Create, fetch, and edit shareable map documents with GeoJSON features.
ENDPOINT 1
https://mapkin.eu/api/mcp
MCP server metadata
- Name
- mapkin
- Version
- 1.0.0
Mapkin is a shareable map scratchpad — a notepad for maps, not a place-search or routing engine. When the user wants to plot, sketch, save, or share locations or routes on a map (e.g. "put this on a mapkin", "show these on a map", "make me a map of this trip"), use these tools: create a mapkin with create_mapkin, then add the places as features with add_features, and give the user the returned URL so they can open and share it. Features require GeoJSON coordinates (Point, LineString, or Polygon) — you must supply the longitude/latitude yourself; Mapkin does not look places up. Group related features by giving them shared collection names via the collections field on add_features/update_feature; to list a collection, call get_mapkin and filter features whose collections include that name. A slug is the only key: anyone with the URL can read and write the map, and there are no accounts. Hard caps apply (500 features and 1 MB per map); on a cap the call fails with a clear message rather than truncating.
Known tools 7
create_mapkinCreate a new, empty mapkin (a shareable map document) and return its slug and URL.
Potential side effectsget_mapkinFetch 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).
Inferred read-onlyupdate_featureUpdate one feature's geometry and/or its label, colour, note, or collections.
Potential side effectsremove_featuresRemove features from a mapkin — either specific ids, or every agent-created feature when agentOnly is true (the "undo my edits" action).
Potential side effectsCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for mapkin.eu was fetched 2026-08-15T10:15:00.795Z and is being refreshed.
mapkin.eu is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.