MCP Directory

Retio-ai/pagemap

GitHub
Web Utilities

Compresses ~100K-token HTML into 2-5K-token structured maps while preserving every actionable element. AI agents can read and interact with any web page at 97% fewer tokens.

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

npx -y retio-pagemap

Use with Agent-CoreX

Agent-CoreX intelligently routes which tools from Retio-ai/pagemap your AI agent actually needs per request — reducing token usage and cost.

agent-corex.json

{
  "mcpServers": {
    "retio-pagemap": {
      "command": "npx",
      "args": [
        "-y",
        "retio-pagemap"
      ]
    }
  }
}

Route Retio-ai/pagemap intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add retio-pagemap

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use Retio-ai/pagemap directly without routing

npx -y retio-pagemap

New to Agent-CoreX? View setup guide →

Retio-ai/pagemap MCP Server — Agent-CoreX