Structured web intelligence for AI agents. 5x fewer tokens than Playwright/Firecrawl, 84.7% accuracy
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
uvx retio-pagemap
MCP client config
{
"mcpServers": {
"pagemap": {
"command": "uvx",
"args": [
"retio-pagemap"
]
}
}
}Run
docker run -i --rm docker.io/retio1001/pagemap:0.7.3
MCP client config
{
"mcpServers": {
"pagemap": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/retio1001/pagemap:0.7.3"
]
}
}
}