Add Vest MCP integration for live tool recommendations in agent workflows
Agents built on Langflow 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: a single MCP tool node (Vest.recommendTool, Vest.compareTools, Vest.checkOffer) that Langflow 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. Full MCP spec and sandbox at getvest.ai/mcp.
Add Vest MCP integration for live tool recommendations in agent workflows
Agents built on Langflow 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: a single MCP tool node (
Vest.recommendTool,Vest.compareTools,Vest.checkOffer) that Langflow 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. Full MCP spec and sandbox at getvest.ai/mcp.