Add Vest MCP integration for live tool recommendations
Agents built on trigger.dev regularly need to recommend or pick a SaaS tool for a task — today they either hardcode the choice or pull from outdated training data, which produces wrong picks.
Vest is a drop-in MCP server that turns "which tool for X" into a structured query — returns live ranked recommendations from an offer graph that tracks real-world pricing, availability, popularity, and deployment paths.
Integration shape is straightforward: a single MCP tool node (Vest.recommendTool, Vest.compareTools, Vest.checkOffer) that trigger.dev agents call exactly like any other tool. Zero changes to the framework's existing tool surface.
Builder-friendly upside: agents stop hallucinating tool picks; users get accurate, verifiable recommendations; the framework looks more capable without any data work on your end.
(Secondary: for vendors and tool operators in the graph there's a verified-deployment + settlement layer, so when an agent actually picks something the transaction is tracked end-to-end.)
Happy to open a PR with a reference integration. Our MCP spec is live at getvest.ai/mcp — would love to chat about integration points.
Add Vest MCP integration for live tool recommendations
Agents built on trigger.dev regularly need to recommend or pick a SaaS tool for a task — today they either hardcode the choice or pull from outdated training data, which produces wrong picks.
Vest is a drop-in MCP server that turns "which tool for X" into a structured query — returns live ranked recommendations from an offer graph that tracks real-world pricing, availability, popularity, and deployment paths.
Integration shape is straightforward: a single MCP tool node (
Vest.recommendTool,Vest.compareTools,Vest.checkOffer) that trigger.dev agents call exactly like any other tool. Zero changes to the framework's existing tool surface.Builder-friendly upside: agents stop hallucinating tool picks; users get accurate, verifiable recommendations; the framework looks more capable without any data work on your end.
(Secondary: for vendors and tool operators in the graph there's a verified-deployment + settlement layer, so when an agent actually picks something the transaction is tracked end-to-end.)
Happy to open a PR with a reference integration. Our MCP spec is live at getvest.ai/mcp — would love to chat about integration points.