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.
D
Conformance score: 42/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 calls Public aggregate · no PII recordedRecent events (last 20)
| When | Event | Method | Status | Latency |
|---|---|---|---|---|
| 2026-05-17T00:44:54 | search_impression | api_search |
200 ok | — |
| 2026-05-16T22:09:37 | search_impression | api_search |
200 ok | — |
| 2026-05-15T18:27:47 | search_impression | api_search |
200 ok | — |
| 2026-05-15T18:12:23 | search_impression | api_search |
200 ok | — |
| 2026-05-15T18:11:21 | search_impression | api_search |
200 ok | — |
| 2026-05-15T16:45:15 | search_impression | api_search |
200 ok | — |
| 2026-05-15T16:45:14 | search_impression | api_search |
200 ok | — |
| 2026-05-15T16:45:13 | search_impression | api_search |
200 ok | — |
| 2026-05-15T16:44:43 | search_impression | api_search |
200 ok | — |
| 2026-05-15T16:44:42 | search_impression | api_search |
200 ok | — |
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 10 probes
Who's calling this agent 30d
10 interactions captured (impressions + lookups + A2A calls)
unknown
10
Per-caller-identity drill-down is private to the agent owner (visible on the owner dashboard). Cross-platform context + competitor benchmarks in the Enterprise tier.
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"
]
}
]
}