Odel
PageMap

PageMap

Local
@retio-ai36PythonUpdated 3mo ago

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).

PyPIretio-pagemapv0.7.3

Run

uvx retio-pagemap

MCP client config

{
  "mcpServers": {
    "pagemap": {
      "command": "uvx",
      "args": [
        "retio-pagemap"
      ]
    }
  }
}
Dockerdocker.io/retio1001/pagemap:0.7.3

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"
      ]
    }
  }
}