Fast, token-efficient web content extraction for AI agents - converts websites to clean Markdown while preserving links. Features Mozilla Readability, smart caching, polite crawling with robots.txt support, and concurrent fetching.
Run the underlying MCP server directly — without Agent-CoreX routing.
npx -y mcp-read-website-fastAgent-CoreX intelligently routes which tools from just-every/mcp-read-website-fast your AI agent actually needs per request — reducing token usage and cost.
agent-corex.json
{
"mcpServers": {
"mcp-read-website-fast": {
"command": "npx",
"args": [
"-y",
"mcp-read-website-fast"
]
}
}
}Connect in 2 minutes. Only pay for the tools your agent actually uses.
Recommended: intelligent tool routing, lower costs
uvx agent-corex mcp add mcp-read-website-fastAgent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.
Use just-every/mcp-read-website-fast directly without routing
npx -y mcp-read-website-fastNew to Agent-CoreX? View setup guide →