MCP Server

Use Peep from Claude, Cursor, and any MCP client.

The Peep MCP server exposes every endpoint as a tool, so agents in Claude, Cursor, VS Code, and any MCP-compatible client can scrape, crawl, search, and extract directly. It's a thin wrapper over the REST API and draws from the same Peep Card balance.

Install

Add Peep to your MCP client config, supplying your API key via the PEEP_API_KEY environment variable:

json
{
  "mcpServers": {
    "peep": {
      "command": "npx",
      "args": ["-y", "@shownomore/peep-mcp"],
      "env": { "PEEP_API_KEY": "peep_live_xxx" }
    }
  }
}

Tools

ParameterTypeDescription
peep_scrapetoolScrape a single URL (incl. YouTube).
peep_crawltoolCrawl a site and return the pages.
peep_maptoolDiscover URLs on a domain.
peep_searchtoolWeb / news / image search.
peep_extracttoolAI structured extraction.
peep_agenttoolAutonomous lead / data harvesting.
peep_creditstoolCheck your Peep Card balance.

Just Ask

Once configured, you can say "scrape example.com to markdown" in natural language and the client picks peep_scrape for you.