← Registry

Design

printm.app

MCP server for printm.app that finds places and map styles and generates editor links for creating customizable map posters.

1 endpoint3 known toolsFirst detected September 22, 2026Last detected September 22, 2026

ENDPOINT 1

https://printm.app/mcp

No auth detected

MCP server metadata

Name
printmap
Version
1.0.0
Capabilities
tools
Server instructions

Build poster links with create_map_poster. Places with their own page resolve by name; for anything else pass lat and lng. Full URL contract: https://printm.app/for-ai

Known tools 3

create_map_poster

Build a printm.app editor link that opens with the poster already set up — place, style, paper size, caption, contour lines, 3D terrain.

Inferred read-only
find_place

Search the 324 cities and 205 countries that have their own page on printm.app.

Inferred read-only
list_map_styles

The 25 map styles available, with their ids for create_map_poster.

Inferred read-only

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.printmap]
url = "https://printm.app/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "printmap": {
      "type": "http",
      "url": "https://printm.app/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "printmap": {
      "type": "http",
      "url": "https://printm.app/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "printmap",
  "transport": "streamable-http",
  "url": "https://printm.app/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 printm.app was fetched 2026-09-23T13:25:43.674Z.

Trust status Neutral

printm.app is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.