LIVE ENDPOINT
https://shelf.thirdmade.net/mcp
Connect to this endpoint to inspect the live schema for image_gen and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
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.
Related tools
robots— Parses robots.llms_txt— Fetches and normalizes llms.page_meta— Extracts OG tags, canonical URL, title, and meta description from any web page.domain_facts— Live-checks a domain: is it up, does it have TLS, what's the title?link_graph— Extracts all outbound links from a page, classified by domain.scrape— Scrapes any public web page and returns clean structured JSON (title, text, length).captcha_eval— Classifies captcha type (reCAPTCHA, hCaptcha, Turnstile) and difficulty.geo_time— Geocode + timezone + currency context for any location string.