Data Collection
thirdmade.net
Fetches and parses web page metadata, robots.txt, llms.txt, domain facts, and link graphs for web analysis.
ENDPOINT 1
https://shelf.thirdmade.net/mcp
MCP server metadata
- Name
- thirdmade-shelf
- Version
- 4.0.0
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
page_metaExtracts OG tags, canonical URL, title, and meta description from any web page.
Inferred read-onlyscrapeScrapes any public web page and returns clean structured JSON (title, text, length).
Inferred read-onlycaptcha_evalClassifies captcha type (reCAPTCHA, hCaptcha, Turnstile) and difficulty.
Inferred read-onlytoken_securityToken security heuristics: honeypot signals, proxy detection, LP data.
Inferred read-onlysentimentSentiment classification (positive/negative/neutral) + emotion keyword hits.
Inferred read-onlypii_guardDetects PII (emails, phones, SSNs, credit cards) in any text with character spans.
Inferred read-onlyhallucination_checkEntailment scoring: does the provided context support this claim?
Inferred read-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.