Catalog
Perpage MCP Server
Officialby Cal-Dev-Tech
Give AI agents clean, LLM-ready web data — scrape any URL to markdown or extract structured JSON.
Scrape any URL to clean markdown or extract structured JSON for LLM processing.
README not available yet.
Install
Configuration
Environment variables
PERPAGE_API_KEYrequiredsecretYour RapidAPI key (subscribe to PerPage on RapidAPI to get one).
PERPAGE_API_URLOverride base URL. Default is the RapidAPI gateway; set to https://api.perpage.dev for direct access.
claude_desktop_config.json
{
"mcpServers": {
"perpage-mcp-server": {
"command": "npx",
"args": [
"-y",
"@perpage/mcp-server@0.1.3"
],
"env": {
"PERPAGE_API_KEY": "<YOUR_PERPAGE_API_KEY>",
"PERPAGE_API_URL": "<YOUR_PERPAGE_API_URL>"
}
}
}
}