Design
printm.app
MCP server for printm.app that finds places and map styles and generates editor links for creating customizable map posters.
ENDPOINT 1
https://printm.app/mcp
MCP server metadata
- Name
- printmap
- Version
- 1.0.0
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_posterBuild a printm.app editor link that opens with the poster already set up — place, style, paper size, caption, contour lines, 3D terrain.
Inferred read-onlyfind_placeSearch the 324 cities and 205 countries that have their own page on printm.app.
Inferred read-onlyCONNECT 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.
printm.app is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.