🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@perpage/mcp-server

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@perpage/mcp-server

MCP server for PerPage — give AI agents clean, LLM-ready web data (scrape & extract) as native tools.

latest
npmnpm
Version
0.1.3
Version published
Weekly downloads
52
33.33%
Maintainers
1
Weekly downloads
 
Created
Source

@perpage/mcp-server

Give your AI agent clean, LLM-ready web access. An MCP server that exposes PerPage as native tools — your agent can scrape any URL into clean markdown and extract structured JSON, no HTML parsing or scraping infra.

Tools

ToolWhat it does
scrape_urlFetch a page → clean, LLM-ready markdown with token counts (optional RAG chunks).
extract_structured_dataPage + your JSON Schema → validated structured JSON.

Get a key

Subscribe to PerPage on RapidAPI (free plan available) and copy your RapidAPI key: https://rapidapi.com/infospectrum-inc-infospectrum-inc-default/api/perpage

Use with Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "perpage": {
      "command": "npx",
      "args": ["-y", "@perpage/mcp-server"],
      "env": { "PERPAGE_API_KEY": "YOUR_RAPIDAPI_KEY" }
    }
  }
}

Works the same in any MCP client (Cursor, Cline, Claude Code, etc.) — it's a stdio server.

Configuration

Env varRequiredDefaultNotes
PERPAGE_API_KEYYour RapidAPI key (or a direct PerPage key).
PERPAGE_API_URLhttps://perpage.p.rapidapi.comSet to https://api.perpage.dev for direct access.

Auth is routed automatically: a RapidAPI host uses X-RapidAPI-Key; a direct origin uses X-API-Key. So the same PERPAGE_API_KEY works for both channels.

Example

"Scrape https://example.com and summarize it." "Extract the price and title from this product page as JSON."

The agent calls scrape_url / extract_structured_data behind the scenes and gets back clean content — one request = one page, no credit multipliers.

© InfoSpectrum Inc.

Keywords

mcp

FAQs

Package last updated on 15 Jun 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts