← Registry

Data Collection

thirdmade.net

Fetches and parses web page metadata, robots.txt, llms.txt, domain facts, and link graphs for web analysis.

x402 supported1 endpoint26 known toolsFirst detected August 31, 2026Last detected September 3, 2026

ENDPOINT 1

https://shelf.thirdmade.net/mcp

No auth detected

MCP server metadata

Name
thirdmade-shelf
Version
4.0.0
Capabilities
toolsresources
Server instructions

ThirdMade Shelf: pay-per-call data tools for agents. Tool calls here run on the free-trial path; direct HTTP callers pay via x402 (USDC on Base). Catalog: https://thirdmade.net/AGENTS.md

Known tools 26

robots

Parses robots.

Inferred read-only
llms_txt

Fetches and normalizes llms.

Inferred read-only
page_meta

Extracts OG tags, canonical URL, title, and meta description from any web page.

Inferred read-only
domain_facts

Live-checks a domain: is it up, does it have TLS, what's the title?

Inferred read-only
link_graph

Extracts all outbound links from a page, classified by domain.

Inferred read-only
scrape

Scrapes any public web page and returns clean structured JSON (title, text, length).

Inferred read-only
captcha_eval

Classifies captcha type (reCAPTCHA, hCaptcha, Turnstile) and difficulty.

Inferred read-only
geo_time

Geocode + timezone + currency context for any location string.

Inferred read-only
entity_find

Extracts named entities (people, companies, places) from text.

Inferred read-only
search_verify

Checks if a URL supports a claim.

Inferred read-only
similar_domains

Finds similar/competitor domains by name-similarity.

Inferred read-only
gas_now

Current gas prices in Gwei for Base, Ethereum, or Arbitrum via public RPC.

Inferred read-only
chain_stats

Block height + chain stats for Base or Ethereum.

Inferred read-only
nonce

Current transaction nonce for any address on Base or Ethereum.

Inferred read-only
token_security

Token security heuristics: honeypot signals, proxy detection, LP data.

Inferred read-only
ens_lookup

ENS name resolution + reverse lookup via public Ethereum RPC.

Inferred read-only
summarize

Extractive summary (3 sentences) + top-5 keywords from any text.

Inferred read-only
jsonify

Coerces messy text (key=value lines, CSV-ish, sentences) into clean JSON.

Inferred read-only
sentiment

Sentiment classification (positive/negative/neutral) + emotion keyword hits.

Inferred read-only
image_gen

Generates 1 PNG from a text prompt (FLUX.

Inferred read-only
image_status

Poll image-gen job status by job ID.

Inferred read-only
pii_guard

Detects PII (emails, phones, SSNs, credit cards) in any text with character spans.

Inferred read-only
prompt_guard

Scores prompt-injection / jailbreak risk for LLM inputs.

Inferred read-only
hallucination_check

Entailment scoring: does the provided context support this claim?

Inferred read-only
json_guard

Validates JSON, detects PII inside values, reports schema stats.

Inferred read-only
sweep

One verify-loop lane: confidence-labeled findings on any topic.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.thirdmade-shelf]
url = "https://shelf.thirdmade.net/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "thirdmade-shelf": {
      "type": "http",
      "url": "https://shelf.thirdmade.net/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: thirdmade-shelf
Remote MCP URL: https://shelf.thirdmade.net/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "thirdmade-shelf": {
      "url": "https://shelf.thirdmade.net/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "thirdmade-shelf": {
      "type": "http",
      "url": "https://shelf.thirdmade.net/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "thirdmade-shelf",
  "transport": "streamable-http",
  "url": "https://shelf.thirdmade.net/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.