ToolCenter MCP is the missing toolbox for agents. Fifteen curated tools —
search, scrape-to-markdown, screenshot, SEO audit, DNS, WHOIS, SSL, diff —
with outputs hand-tuned for LLM consumption. One npx
install; works with every major MCP client.
Paste a single block into your MCP client's config file and your agent instantly gains all fifteen tools. Same block across clients.
Free tier: 100 calls/mo, no credit card. Sign up →
See the right-hand snippet. Replace the key with yours.
Tools appear under the 🔌 menu. No auth flow, no OAuth, no seat setup.
// macOS: ~/Library/Application Support/Claude/claude_desktop_config.json // Windows: %APPDATA%\Claude\claude_desktop_config.json { "mcpServers": { "toolcenter": { "command": "npx", "args": ["-y", "toolcenter-mcp"], "env": { "TOOLCENTER_API_KEY": "tc_live_••••••" } } } }
MCP is a protocol, not a product. Same config block works everywhere — paste it into Claude Desktop today, Cursor tomorrow, a homegrown agent next week. No vendor lock-in.
Anthropic's flagship. Tools appear under the 🔌 menu.
~/Library/.../claude_desktop_config.jsonIDE settings → MCP → Add server. Same JSON block.
Settings · MCPOne-liner: claude mcp add toolcenter …
Context servers via the settings JSON file.
~/.config/zed/settings.jsonMCP Servers panel in the side menu.
Settings · MCP ServersConfig file inside your repo or global settings.
.continue/config.jsonUse any MCP SDK — TypeScript, Python. Stdio transport.
@modelcontextprotocol/sdkPoint at your own ToolCenter via TOOLCENTER_BASE_URL.
web_searchMCPClean SERP results with snippets. Built for agents.
scrape_urlMCPFetch → readable markdown. 500× fewer tokens than raw HTML.
screenshotMCPFull-page screenshots. Custom viewport, dark mode, element-scoped.
get_metadataMCPExtract title, description, OG, Twitter, canonical, favicon.
url_to_pdfMCPRender any URL to a print-ready PDF. Custom page size.
website_diffMCPDetect visual + content changes between two snapshots.
analyze_seoMCPScored report — issues grouped by severity with fixes.
analyze_accessibilityMCPWCAG 2.2 audit — violations by impact.
check_broken_linksMCPScan a page for 4xx/5xx/timeout links with status codes.
detect_tech_stackMCPFramework, CMS, analytics fingerprinting — Wappalyzer-grade.
preview_linkMCPSlack-style unfurl card: title, image, description, favicon.
dns_lookupMCPA, AAAA, MX, NS, TXT, CNAME, SOA, SRV, CAA records.
whois_lookupMCPRegistrar, creation/expiry, ownership, DNSSEC.
check_sslMCPTLS cert — issuer, validity, days to expiry, SANs, cipher.
check_statusMCPHTTP ping — up/down, status, response time, redirects.
Ask Claude: "Research Linear's top 3 competitors. For each, give me their pricing page, tech stack, SEO score, and a screenshot of the homepage."
Free tier: 100 calls/mo, forever. Upgrade when your agent ships. Cancel when it doesn't.