Content is loading…
Fuzzy-search across every Toolsy web tool by name, tags, or description.
search_toolsy_tools#search#tool discovery#toolsy catalog#fuzzy matchSearch the Toolsy catalog of over 350 specialized utilities. Provide a search string in "query" and optionally filter by "category" or "tier" to receive a list of matching tool slugs, names, and descriptions. Use the returned slugs to call specific tools or construct web URLs.
| Name | Type | Required | Description |
|---|---|---|---|
query | string | required | Free-text search query — what the user wants to do |
category | string | optional | Restrict to a category: developer, text, security, ai, converter, design, math, seo, image, pdf, network, apps, audio, video, game |
tier | enum ("free" | "premium") | optional | Restrict to free or premium tools |
limit | number | optional | Max results. Default 10, max 30. |
{
"query": "pdf merge",
"limit": 5
}curl -X POST https://toolsy.my/api/mcp \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-H "Accept: application/json, text/event-stream" \
-d '{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "search_toolsy_tools",
"arguments": {
"query": "pdf merge",
"limit": 5
}
}
}'Generate a free API key or set up an OAuth connector for Claude.ai.