Catalog
com.agentictotem/web-extractor
Official1 toolAgenticTotem Web Extractor
AI web extraction: send URLs + a JSON Schema, get clean structured data. Pay-per-use via x402.
Extracts structured data from URLs using JSON schemas with pay-per-use pricing.
Captured live from the server via tools/list.
web_extract
Extract structured data from web pages. Send 1-10 URLs and a JSON Schema describing the data shape you want. Returns extracted data for each URL. Costs $0.01 USDC per URL via x402 or MPP.
Parameters (2)
- urlsarrayrequired
URLs to extract data from (http/https only)
- schemaobjectrequired
JSON Schema with type "object" and properties describing desired output shape
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"web-extractor": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://agentictotem.com/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.