{ "$schema": "https://pulsemcp.com/schema.json", "name": "pry", "display_name": "Pry — Web Scraping & Browser Automation", "description": "Scrape, crawl, extract, and automate any website. Self-hosted, x402 pay-per-call, MCP-compatible.", "version": "3.0.0", "license": "MIT", "author": "Rug Munch Media LLC", "homepage": "https://pry.dev", "repository": "https://github.com/cryptorugmuncher/pry", "categories": ["Web Scraping", "Browser Automation", "Data Extraction"], "install": { "type": "pip", "package": "pry", "command": "python3 -m mcp_production" }, "transports": { "stdio": { "command": "python3 -m mcp_production" }, "sse": { "url": "https://mcp.pry.dev/sse" } }, "tools": [ "pry_scrape", "pry_crawl", "pry_extract", "pry_template", "pry_search_templates", "pry_enrich", "pry_x402_pricing", "pry_referrals" ], "tags": ["scraping", "automation", "extraction", "x402", "self-hosted"] }