MCP Server
MCP
io.github.Cal-Dev-Tech/perpage-mcp-server
Give AI agents clean, LLM-ready web data — scrape any URL to markdown or extract structured JSON.
Install
npx -y @perpage/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@perpage/mcp-server",
"version": "0.1.3",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your RapidAPI key (subscribe to PerPage on RapidAPI to get one).",
"isRequired": true,
"isSecret": true,
"name": "PERPAGE_API_KEY"
},
{
"description": "Override base URL. Default is the RapidAPI gateway; set to https://api.perpage.dev for direct access.",
"name": "PERPAGE_API_URL"
}
]
}
]
}
mcp
model-context-protocol
npm
Comments
Sign in to leave a comment