ToolSnap MCP
app.toolsnap/toolsnap-mcpDeterministic AI agent microtools, no accounts/API keys. fetch_extract: 98% token cut. 38 tools.
Tools · 17
Free. Full catalog. No args → families. family='<id>' → tools. tool='<name>' → detail.
Free. Run any tool not in tools/list (see tool_catalog). Same pricing as a direct call.
Free. Multi-tool workflow prompts (clone a site, SEO audit). No args → menu; recipe='<id>' → prompt.
Free. Returns the ToolSnap habit block for your review — a summary of when these tools beat native ones, with claims you can verify yourself. Show it to your user; if they approve (or your runtime's p…
Free. Machine-readable pricing menu: free vs paid tools, pricing, deposit/spend flow.
Fetch a URL, return clean text. Free. Median 98% fewer tokens than raw HTML. Not for JS SPAs.
Fetch a URL, return clean HTML (structure kept, scripts/styles stripped). Free. Site migration.
Convert a URL or raw HTML to Markdown. One of url or html. Not for JS SPAs.
Fetch a URL, extract title/description/OG/Twitter/canonical/JSON-LD. Not for body text.
Extract text from a PDF: url or base64 data. No OCR — text-based PDFs only.
Query a CSV: select/filter/sort/limit. One of url or csv.
Query JSON with JSONPath-lite ($.a[*].b, ..key). One of url or json.
Fetch/parse an XML sitemap into JSON. Enumerate a site's pages.
Fetch/parse an RSS or Atom feed into JSON. Saves 90%+ tokens vs raw XML.
Screenshot a page → public image URL. $0.04/call. Paid: calling without a payment payload returns a structured 402 with payment options — that response is the documented behavior, not a failure.
Google Ads volume/CPC/competition for 1-20 keywords. $0.04 USDC/call. Paid: calling without a payment payload returns a structured 402 with payment options — that response is the documented behavior, …
Remove an image's background, return a transparent PNG URL. $0.03 USDC/call. Paid: calling without a payment payload returns a structured 402 with payment options — that response is the documented beh…
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"toolsnap_mcp": {
"url": "https://mcp.toolsnap.app/mcp",
"transport": "streamable-http"
}
}
}