io.github.meltingpixelsai/zero-core-tools
io.github.meltingpixelsai/zero-core-toolsWeb scraping, code review, content gen, sentiment. Zero Core Tools.
Tools · 9
List all available Zero Core Tools with pricing and input requirements. Use this for discovery.
Check Zero Core Tools server status, uptime, and payment network configuration.
Scrape any URL and return cleaned text content. Powered by Playwright headless browser. Returns title, content, word count.
Take a full-page screenshot of any URL. Returns base64-encoded PNG image.
Scrape a URL then use AI to extract structured JSON data matching your schema description. Combines Playwright scraping with Grok LLM extraction.
AI-powered security and quality code review. Analyzes for vulnerabilities, anti-patterns, performance issues, and best practices. Returns issues with severity, suggestions, and an overall score.
Generate high-quality written content. Supports blog posts, product descriptions, documentation, social posts, and emails. Customizable tone, length, and keywords.
Analyze sentiment of text with entity extraction, confidence scores, and key phrase identification. Returns positive/negative/neutral/mixed with detailed breakdown.
Search the web via Google and return organic results with titles, links, and snippets. Optionally returns answer box if available.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"io.github.meltingpixelsai/zero-core-tools": {
"url": "https://tools.rugslayer.com/mcp",
"transport": "streamable-http"
}
}
}