Squashed from chore/license-relicense. Full message preserved in the original branch commitbb77eb5. See ADR-0002 for the decision rationale. Refs: ADR-0002, commitbb77eb5
48 lines
No EOL
1.1 KiB
JSON
48 lines
No EOL
1.1 KiB
JSON
{
|
|
"$schema": "https://pulsemcp.com/schema.json",
|
|
"name": "pry",
|
|
"display_name": "Pry \u2014 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"
|
|
],
|
|
"_license": "MIT",
|
|
"_copyright": "Copyright (c) 2026 Rug Munch Media LLC"
|
|
} |