Adds missing standard artifacts: - README.md (if missing) - AGENTS.md (AI agent contract) - PLAN.md (current sprint) - STATUS.md (where we are) - DEVELOPMENT.md (dev workflow) - DEPLOYMENT.md (deploy procedure) - TESTING.md (test strategy) - DECISIONS.md (ADR index + templates) - .github/CODEOWNERS - .github/workflows/ci.yml Preserves all existing artifacts. Refs: RugMunchMedia/fleet-template
36 lines
1,003 B
JSON
36 lines
1,003 B
JSON
{
|
|
"$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"]
|
|
}
|