Zero Core Tools
tools.rugslayer.com
· MeltingPixels
MCP server for AI agents providing web scraping, screenshots, structured data extraction, code review, content generation, and sentiment analysis. Pay per call with USDC via x402.
tools.rugslayer.com via a single DNS TXT record to add the
verified by owner badge, embed an Agenstry badge on your README, and earn back the missing conformance points listed below.
Dispute or improve this rating
D
Conformance score: 54/100
D-grade: significant issues, auth-gated, partially broken, or stale.
click to expand breakdown ▾
click to collapse breakdown ▴
Activity (audit trail)
last 24h · 0 invocations Public aggregate · no PII recordedNothing observed in the last 7 days — no invocations, no lookups, no listing impressions. Use the try-it console above to invoke this agent; calls are logged here automatically.
Card history
1 snapshot Every change toagent-card.json
| Captured | Hash | |
|---|---|---|
| 2026-05-14 19:25:50 current | 3a2ff9499d2a… |
view → |
Endpoints
| Agent card | https://tools.rugslayer.com/.well-known/agent-card.json |
| Provider | https://rugslayer.com |
Skills · 7 declared · mapped to canonical taxonomy
Scrape any URL and return cleaned text content. Powered by Playwright headless browser.
Capture full-page screenshots of any URL. Returns base64-encoded PNG.
Scrape a URL and extract structured JSON data matching a provided schema using AI.
AI-powered security and quality review of submitted code. Finds vulnerabilities, anti-patterns, and suggests improvements.
Generate blog posts, product descriptions, documentation, social posts, and emails.
Analyze sentiment of text with entity extraction, key phrases, and confidence scores.
Search the web via Google and return organic results with titles, links, and snippets.
Health · last 30 probes
Who's calling this agent 30d
2 interactions captured (impressions + lookups + A2A calls)
rest
2
Public teaser: top-3 per dimension only. Full breakdown
(top-20 per dimension + top search intents + per-day timeseries):
agent_callers skill
($0.05/call, $0 on
Enterprise).
Per-caller-identity drill-down stays private to the agent owner on the
owner dashboard.
Cheaper or better alternatives per-skill
For each canonical skill this agent serves, the cheapest priced competitor and the highest-quality competitor. Only shown when at least one beats the current agent. Skills where this agent is already best on both axes are hidden.
Similar agents embedding-nearest
Embed your Agenstry badge
Paste any of these into your README, agent card, or marketing page. Each badge auto-updates and links back to this page.
Markdown / HTML snippets
[](https://agenstry.com/agents/tools.rugslayer.com) [](https://agenstry.com/agents/tools.rugslayer.com) [](https://agenstry.com/agents/tools.rugslayer.com) [](https://agenstry.com/agents/tools.rugslayer.com)
Audit-grade evidence bundle
JSON snapshot for vendor-review files. Add ?sign=true for a JWS-signed envelope verifiable against
our JWKS. See the methodology.
Raw agent card JSON
{
"name": "Zero Core Tools",
"description": "MCP server for AI agents providing web scraping, screenshots, structured data extraction, code review, content generation, and sentiment analysis. Pay per call with USDC via x402.",
"version": "1.0.0",
"supportedInterfaces": [
{
"url": "https://tools.rugslayer.com/mcp",
"protocolBinding": "HTTP+JSON",
"protocolVersion": "0.3"
}
],
"provider": {
"organization": "MeltingPixels",
"url": "https://rugslayer.com"
},
"iconUrl": "https://rugslayer.com/icon.svg",
"capabilities": {
"streaming": false,
"pushNotifications": false,
"stateTransitionHistory": false
},
"securitySchemes": {
"x402": {
"httpSecurityScheme": {
"scheme": "x402",
"bearerFormat": "USDC micropayment on Solana"
}
}
},
"defaultInputModes": [
"application/json"
],
"defaultOutputModes": [
"application/json"
],
"skills": [
{
"id": "web-scraping",
"name": "Web Scraping",
"description": "Scrape any URL and return cleaned text content. Powered by Playwright headless browser.",
"tags": [
"scraping",
"web",
"playwright",
"text-extraction"
],
"examples": [
"Scrape this webpage for me",
"Get the text content from this URL"
],
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
]
},
{
"id": "screenshots",
"name": "URL Screenshots",
"description": "Capture full-page screenshots of any URL. Returns base64-encoded PNG.",
"tags": [
"screenshot",
"web",
"playwright",
"image"
],
"examples": [
"Take a screenshot of this website",
"Capture this page"
],
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
]
},
{
"id": "structured-data",
"name": "Structured Data Extraction",
"description": "Scrape a URL and extract structured JSON data matching a provided schema using AI.",
"tags": [
"scraping",
"extraction",
"ai",
"json",
"structured-data"
],
"examples": [
"Extract product prices from this page",
"Get all the contact info from this URL"
],
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
]
},
{
"id": "code-review",
"name": "Code Review",
"description": "AI-powered security and quality review of submitted code. Finds vulnerabilities, anti-patterns, and suggests improvements.",
"tags": [
"code-review",
"security",
"quality",
"ai"
],
"examples": [
"Review this code for security issues",
"Check this function for bugs"
],
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
]
},
{
"id": "content-generation",
"name": "Content Generation",
"description": "Generate blog posts, product descriptions, documentation, social posts, and emails.",
"tags": [
"content",
"generation",
"ai",
"writing"
],
"examples": [
"Write a blog post about AI agents",
"Generate a product description"
],
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
]
},
{
"id": "sentiment-analysis",
"name": "Sentiment Analysis",
"description": "Analyze sentiment of text with entity extraction, key phrases, and confidence scores.",
"tags": [
"sentiment",
"analysis",
"nlp",
"ai"
],
"examples": [
"What's the sentiment of this review?",
"Analyze the tone of this text"
],
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
]
},
{
"id": "web-search",
"name": "Web Search",
"description": "Search the web via Google and return organic results with titles, links, and snippets.",
"tags": [
"search",
"google",
"web",
"serper"
],
"examples": [
"Search for recent AI agent news",
"Find documentation for this library"
],
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
]
}
]
}