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
| Parameter | Type | Description |
|---|---|---|
peep_scrape | tool | Scrape a single URL (incl. YouTube). |
peep_crawl | tool | Crawl a site and return the pages. |
peep_map | tool | Discover URLs on a domain. |
peep_search | tool | Web / news / image search. |
peep_extract | tool | AI structured extraction. |
peep_agent | tool | Autonomous lead / data harvesting. |
peep_credits | tool | Check 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.