Toolbox Service
Give your AI Agent superpowers with MCP tools. The Toolbox Service connects your agent to Model Context Protocol (MCP) servers, enabling file operations, web browsing, code execution, and custom tool integrations.
Key Features
- MCP Integration: Connect to any MCP server with simple configuration
- Built-in Tools: File system, web browsing, Git operations, and more
- Custom Tools: Add your own MCP servers for domain-specific functionality
- Auto-discovery: Automatically exposes MCP tools to your AI model
- Type Safety: Full TypeScript support for tool parameters and responses
Quick Start
1. Add ToolboxService to Your Agent
2. Configure MCP Servers
Create an mcp.json file in your project root. If you want these to work in the cloud, then you will need to post these to use SSE configuration.
3. Test and iterate!
You're now set. Launch your project locally and call the agent chat endpoint! The agent, when relevant, pickup tools from the MCPs you have registered in the toolbox.
Related Documentation
- MCP Framework - Learn more about Model Context Protocol
- Agent SDK - Advanced agent patterns
- Platform Services - Backend services for agents