{"mcp_version":"2025-11-25","name":"harvey-tools","display_name":"Zero Core Tools - General-Purpose Agent Tools","description":"MCP server for AI agents. Web scraping, screenshots, structured data extraction, code review, content generation, and sentiment analysis. Pay per call with USDC via x402.","version":"1.0.0","vendor":"MeltingPixels","homepage":"https://tools.rugslayer.com","endpoints":{"streamable_http":"https://tools.rugslayer.com/mcp"},"pricing":{"model":"paid","free_tools":["list_tools","health"],"paid_tools":{"scrape_url":"$0.005","screenshot_url":"$0.005","extract_structured_data":"$0.02","review_code":"$0.03","generate_content":"$0.05","analyze_sentiment":"$0.01","search_web":"$0.01"},"payment_methods":["x402_usdc_solana"]},"rate_limits":{"x402":"unlimited (pay per call)"},"tools":[{"name":"list_tools","description":"List all available tools with pricing and input requirements.","price":"FREE","input_schema":{"type":"object","properties":{}}},{"name":"health","description":"Server status, uptime, and payment network configuration.","price":"FREE","input_schema":{"type":"object","properties":{}}},{"name":"scrape_url","description":"Scrape any URL and return cleaned markdown text. Powered by Playwright.","price":"$0.005 USDC","input_schema":{"type":"object","required":["url"],"properties":{"url":{"type":"string","description":"URL to scrape"},"max_length":{"type":"number","description":"Max content length in chars (default: 10000)"}}}},{"name":"screenshot_url","description":"Full-page screenshot of any URL. Returns base64-encoded PNG.","price":"$0.005 USDC","input_schema":{"type":"object","required":["url"],"properties":{"url":{"type":"string","description":"URL to screenshot"},"full_page":{"type":"boolean","description":"Capture full page (default: true)"},"width":{"type":"number","description":"Viewport width (default: 1280)"},"height":{"type":"number","description":"Viewport height (default: 720)"}}}},{"name":"extract_structured_data","description":"Scrape URL then extract structured JSON via AI per your schema description.","price":"$0.02 USDC","input_schema":{"type":"object","required":["url","schema_description"],"properties":{"url":{"type":"string","description":"URL to scrape"},"schema_description":{"type":"string","description":"Description of data to extract and desired JSON structure"}}}},{"name":"review_code","description":"AI-powered security and quality code review.","price":"$0.03 USDC","input_schema":{"type":"object","required":["code"],"properties":{"code":{"type":"string","description":"Code to review"},"language":{"type":"string","description":"Programming language (auto-detected if omitted)"},"focus":{"type":"string","description":"Focus area: security, quality, performance, or all (default: all)"}}}},{"name":"generate_content","description":"Generate blog posts, product descriptions, documentation, social posts, emails.","price":"$0.05 USDC","input_schema":{"type":"object","required":["type","topic"],"properties":{"type":{"type":"string","description":"Content type: blog_post, product_description, documentation, social_post, email"},"topic":{"type":"string","description":"Topic or subject to write about"},"tone":{"type":"string","description":"Tone: professional, casual, technical, friendly (default: professional)"},"length":{"type":"string","description":"Length: short, medium, long (default: medium)"},"keywords":{"type":"string","description":"Comma-separated keywords to include"}}}},{"name":"analyze_sentiment","description":"Sentiment analysis with entity extraction and key phrases.","price":"$0.01 USDC","input_schema":{"type":"object","required":["text"],"properties":{"text":{"type":"string","description":"Text to analyze"}}}},{"name":"search_web","description":"Search the web via Google. Returns organic results with titles, links, and snippets.","price":"$0.01 USDC","input_schema":{"type":"object","required":["query"],"properties":{"query":{"type":"string","description":"Search query"},"num_results":{"type":"number","description":"Number of results (default: 10, max: 50)"}}}}],"install":{"npm":"npx -y @meltingpixels/harvey-tools","claude_code":"claude mcp add harvey-tools --transport http https://tools.rugslayer.com/mcp","claude_desktop":{"command":"npx","args":["-y","@meltingpixels/harvey-tools"],"env":{}}},"categories":["web-scraping","code-review","content-generation","analysis","web-search"],"tags":["scraping","playwright","ai","code-review","content","sentiment","search","x402","usdc"]}