{"name":"net.thirdmade/shelf","slug":"thirdmade-shelf","title":"ThirdMade Shelf","description":"26 pay-per-call tools for agents: scrape, verify, guards, crypto. x402 USDC on Base.","url":"https://mcp.market/server/thirdmade-shelf","rating":null,"grade":"C","score":69,"certified":false,"status":"active","category":"finance","tags":["finance"],"presence":{"score":8,"stars":null,"forks":null,"downloads_week":null,"last_push_at":null,"license":null},"uptime":{"percent":100,"checks":6,"ok":6,"last_checked_at":"2026-09-21T00:35:59.166Z","last_ok_at":"2026-09-21T00:35:59.166Z","latency_ms":291},"claimed":false,"transport":"remote","callable_via_gateway":true,"default_price_micros":0,"repository":null,"website":"https://thirdmade.net","version":"3.1.0","remotes":[{"type":"streamable-http","url":"https://shelf.thirdmade.net/mcp"}],"packages":[],"tools":[{"name":"captcha_eval","description":"Classifies captcha type (reCAPTCHA, hCaptcha, Turnstile) and difficulty. Eval only — we do NOT solve captchas. [price: $0.01/call USDC via x402]","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"type":{"type":"string","description":"Captcha type: recaptcha, hcaptcha, turnstile, image, slider, puzzle"}}}},{"name":"chain_stats","description":"Block height + chain stats for Base or Ethereum. [price: $0.001/call USDC via x402]","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"chain":{"type":"string","description":"base (default), ethereum, or arbitrum"}}}},{"name":"domain_facts","description":"Live-checks a domain: is it up, does it have TLS, what's the title? Quick domain health check for agents evaluating links. [price: $0.001/call USDC via x402]","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"domain":{"type":"string","description":"Domain name"}},"required":["domain"]}},{"name":"ens_lookup","description":"ENS name resolution + reverse lookup via public Ethereum RPC. [price: $0.001/call USDC via x402]","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"name":{"type":"string","description":"ENS name or address"}},"required":["name"]}},{"name":"entity_find","description":"Extracts named entities (people, companies, places) from text. Wikidata resolution next iteration. [price: $0.001/call USDC via x402]","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"text":{"type":"string","description":"Input text"}},"required":["text"]}},{"name":"gas_now","description":"Current gas prices in Gwei for Base, Ethereum, or Arbitrum via public RPC. [free]","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"chain":{"type":"string","description":"base (default), ethereum, or arbitrum"}}}},{"name":"geo_time","description":"Geocode + timezone + currency context for any location string. [price: $0.001/call USDC via x402]","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"q":{"type":"string","description":"Location string"}},"required":["q"]}},{"name":"hallucination_check","description":"Entailment scoring: does the provided context support this claim? Research agents use this to self-check outputs. [price: $0.001/call USDC via x402]","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"context":{"type":"string","description":"Evidence/context text"},"claim":{"type":"string","description":"Claim to check"}},"required":["context","claim"]}},{"name":"image_gen","description":"Generates 1 PNG from a text prompt (FLUX.1-dev, 512px). Async: returns job ID + poll URL. GPU-backed via RunPod ComfyUI, scale-to-zero. [price: $0.02/call USDC via x402]","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"prompt":{"type":"string","description":"Image prompt"}},"required":["prompt"]}},{"name":"image_status","description":"Poll image-gen job status by job ID. Returns image base64 PNG when COMPLETED. [free]","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"job":{"type":"string","description":"Job ID from image_gen"}},"required":["job"]}},{"name":"json_guard","description":"Validates JSON, detects PII inside values, reports schema stats. Pipeline agents use this as a data-quality gate. [price: $0.001/call USDC via x402]","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"json":{"type":"string","description":"JSON text to validate"}},"required":["json"]}},{"name":"jsonify","description":"Coerces messy text (key=value lines, CSV-ish, sentences) into clean JSON. [price: $0.001/call USDC via x402]","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"text":{"type":"string","description":"Input text"}},"required":["text"]}},{"name":"link_graph","description":"Extracts all outbound links from a page, classified by domain. Shows where a page links to and which domains dominate. [price: $0.001/call USDC via x402]","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"url":{"type":"string","description":"Target webpage URL"}},"required":["url"]}},{"name":"llms_txt","description":"Fetches and normalizes llms.txt / llms-full.txt from any site — the emerging standard for making websites readable to AI agents. [free]","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"url":{"type":"string","description":"Target webpage URL"}},"required":["url"]}},{"name":"nonce","description":"Current transaction nonce for any address on Base or Ethereum. Agent tx bots need this before sending transactions. [price: $0.001/call USDC via x402]","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"address":{"type":"string","description":"EVM address"},"chain":{"type":"string","description":"base (default) or ethereum"}},"required":["address"]}},{"name":"page_meta","description":"Extracts OG tags, canonical URL, title, and meta description from any web page. Useful for link previews, SEO audits, and content enrichment. [price: $0.001/call USDC via x402]","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"url":{"type":"string","description":"Target webpage URL"}},"required":["url"]}},{"name":"pii_guard","description":"Detects PII (emails, phones, SSNs, credit cards) in any text with character spans. Compliance agents use this before processing user data. [price: $0.001/call USDC via x402]","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"text":{"type":"string","description":"Input text"}},"required":["text"]}},{"name":"prompt_guard","description":"Scores prompt-injection / jailbreak risk for LLM inputs. Agent builders use this to sanitize user inputs before hitting their LLM. [price: $0.01/call USDC via x402]","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"text":{"type":"string","description":"Input text"}},"required":["text"]}},{"name":"robots","description":"Parses robots.txt for any domain — shows crawl rules, disallowed paths, sitemaps. Agents use this to check if they're allowed to scrape a site before doing it. [free]","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"url":{"type":"string","description":"Target webpage URL"}},"required":["url"]}},{"name":"scrape","description":"Scrapes any public web page and returns clean structured JSON (title, text, length). The workhorse — agents use this for real data extraction. [price: $0.01/call USDC via x402]","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"url":{"type":"string","description":"Target webpage URL"}},"required":["url"]}},{"name":"search_verify","description":"Checks if a URL supports a claim. Returns confidence score. Research agents use this to verify sources. [price: $0.01/call USDC via x402]","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"url":{"type":"string","description":"Source URL"},"claim":{"type":"string","description":"Claim to verify"}},"required":["url","claim"]}},{"name":"sentiment","description":"Sentiment classification (positive/negative/neutral) + emotion keyword hits. [price: $0.001/call USDC via x402]","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"text":{"type":"string","description":"Input text"}},"required":["text"]}},{"name":"similar_domains","description":"Finds similar/competitor domains by name-similarity. Lead-gen agents use this for prospecting. [price: $0.001/call USDC via x402]","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"domain":{"type":"string","description":"Domain name"}},"required":["domain"]}},{"name":"summarize","description":"Extractive summary (3 sentences) + top-5 keywords from any text. [price: $0.001/call USDC via x402]","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"text":{"type":"string","description":"Input text"}},"required":["text"]}},{"name":"sweep","description":"One verify-loop lane: confidence-labeled findings on any topic. The flagship teaser — full sweeps at $0.50-5 ship when this crosses BUILD. [price: $0.05/call USDC via x402]","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"topic":{"type":"string","description":"Research topic"}},"required":["topic"]}},{"name":"token_security","description":"Token security heuristics: honeypot signals, proxy detection, LP data. Trading agents use this to avoid rugs. [price: $0.01/call USDC via x402]","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"address":{"type":"string","description":"Token contract address"},"chain":{"type":"string","description":"base (default)"}},"required":["address"]}}],"scan":{"score":69,"grade":"C","scanned_at":"2026-09-20T20:57:25.471Z","report":{"scannerVersion":"0.1.9","scannedAt":"2026-09-20T20:57:25.447Z","components":{"code":{"score":-1,"max":25,"notes":["remote-only server, no package to scan"]},"reliability":{"score":20,"max":20,"notes":["remote reachable in 667ms"]},"poisoning":{"score":15,"max":15,"notes":["26 tool descriptions checked"]},"auth":{"score":10,"max":15,"notes":["open endpoint, read-only tools"]},"maintenance":{"score":3,"max":15,"notes":["no repository listed"]},"identity":{"score":4,"max":10,"notes":["verified namespace with website, no repo"]}},"findings":[{"id":"maint.no-repo","severity":"low","component":"maintenance","title":"No source repository listed"}],"inputs":{"probes":[{"url":"https://shelf.thirdmade.net/mcp","reachable":true,"authRequired":false,"latencyMs":667,"serverInfo":{"name":"thirdmade-shelf","version":"4.6.0"}}],"packages":[],"repo":{"found":false},"icon":{"url":null,"source":"none"},"presence":{"stars":null,"forks":null,"downloadsWeek":null,"license":null,"lastPushAt":null,"score":8}}}},"grade_history":[],"reviews":[]}