vest_search_tools
ActiveTool of io.github.VestOSAI/vest-mcp
Search and browse AI tools available in Vest's cashback catalog. Returns names, slugs, categories, and live cashback rates. Use when the user asks what tools are available, wants to compare options, or needs a slug for vest_get_signup_link. Real triggers: 'what AI writing tools does Vest have?', 'show me coding tools with high cashback', 'find tools under $50/mo'. Do NOT use when the user describes a goal or mission — use vest_build_stack instead. Do NOT use to get a signup link — use vest_get_signup_link.
Parameters schema
{
"type": "object",
"required": [
"limit",
"verbose"
],
"properties": {
"limit": {
"type": "integer",
"default": 10,
"maximum": 50,
"minimum": 1,
"description": "Max number of results (default 10, max 50)."
},
"query": {
"type": "string",
"description": "Optional free-text search query to filter tools by name or description."
},
"cursor": {
"type": "string",
"description": "Optional pagination cursor from a previous response."
},
"verbose": {
"type": "boolean",
"default": false,
"description": "When true, include description, monthly_price_usd, and other extended fields."
},
"category": {
"enum": [
"coding",
"writing",
"research",
"video",
"image",
"audio",
"sales_marketing",
"productivity"
],
"type": "string",
"description": "Optional category filter."
},
"min_cashback_pct": {
"type": "number",
"maximum": 25,
"minimum": 0,
"description": "Optional minimum cashback percentage (0–25)."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.github.VestOSAI/vest-mcp
https://github.com/VestOSAI/vest-mcp
1/7 registries