Skip to main content
The Dedalus SDK is a full MCP client. Connect your agents to any server that implements the Model Context Protocol, hosted by you, us, or anyone else. Local tools handle your custom logic, MCP servers add hosted capabilities (search, databases, SaaS APIs, etc.).

Connect MCP server in one line

The agent discovers the server’s tools and uses them when relevant.

Combine with local tools

MCP servers and local tools work together. Pass both to runner.run().

External MCP URL

You can connect directly to any external MCP server URL (Streamable HTTP). This is useful when:
  • You’re testing a server without registering it
  • You’re connecting to a self-hosted MCP deployment
  • You’re using an MCP server that isn’t in the marketplace

Next steps

Structured Outputs

Validate and parse JSON into schemas

Streaming

Watch tool use + output in real time

Use Cases

End-to-end MCP agent patterns
Last modified on June 30, 2026