Revuo
R
Revuo
/tools.search

tools.search

Search for MCP tools by capability. Each result is one (product, tool) pair — tools sharing a name across providers are NOT interchangeable, so each provider's

liveverifiedunknown~5s typical
mcpprobedrevuo
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-ai-revuo-revuo /tools.search for me.

Input

FieldTypeDescription
query*stringSearch query to find tools by name or capability. Natural-language phrases work best (sema
remoteOnlybooleanIf true, only return tools available via remote (network-hosted) MCP servers default false
accessstringOptional access-class filter: 'open' (callable anonymously), 'keyed', 'account', 'commerci
limitintegerMaximum number of results to return default 20

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"mcp-ai-revuo-revuo","endpoint":"/tools.search","input":{"query":"...","remoteOnly":false,"limit":20}}'
cli
npx cracked-ai run -p mcp-ai-revuo-revuo -e /tools.search -i '{"query":"...","remoteOnly":false,"limit":20}'
mcp
run_tool({ provider: "mcp-ai-revuo-revuo", endpoint: "/tools.search", input: {"query":"...","remoteOnly":false,"limit":20} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.