Integrating Dust Agents with Your API Using MCP Protocol
Hi, I’m POC-ing Dust and new to agents in general. I want to provide to a Dust agent access to an API that we have developed, let it choose which endpoint to call and provide its output (nicely formatted). I’ve the impression that it’s what the MCP protocol is there for, but it’s not clear to me:
how I could setup our app to act as an MCP server (do I just need a /list endpoint with a json schema of all our endpoints?)
how would I connect our MCP server to Dust? I’ve seen this doc but on “add Tools” I don’t see the “add MCP server” button
Is this the right approach or is there a simpler way to do it? Should I build something myself, for example by creating an app, using the block “curl” to call /list, passing it to a block “chat” to decide which endpoint to call and then adding a “curl” again?