Overview
Connect your custom MCP servers to any BoostGPT agent to give them access to custom tools.Quick Start
1
Create MCP Server
Dashboard -> MCP Servers -> Create ServerImport your OpenAPI spec or Postman collection
2
Get MCP URL
Copy your server URL:
3
Open Agent
Go to any agent -> Tools tab
4
Add Tool
- Click Add Tool
- Click Add New
- Paste your MCP URL
- Click Connect
5
Test
Open Playground and test your custom tools
Example Usage
After connecting your MCP server:Multiple MCP Servers
Connect multiple MCP servers to one agent:Use Cases
Customer Support Agent
Sales Assistant
Internal Tools Agent
Managing Connected Tools
View Connected Tools
Agent -> Tools Tab shows all connected MCP servers and their toolsDisconnect Tool
Click Remove next to disconnectUpdate MCP Server
Changes to your MCP server automatically reflect in all connected agentsAuthentication
MCP servers use authentication configured in Agent tool settings:- Dashboard -> Agents -> Your Agent -> Tools -> Your Tool
- Configure API keys or OAuth client details
- Save changes
Monitoring
Tool Usage
Agent -> Insights Tab -> Tool Analytics- See which MCP tools are being used
- Track success/failure rates
- Monitor response times
MCP Server Logs
Dashboard -> MCP Servers -> Your Server -> Logs- View all requests from agents
- Debug failed tool calls
- Monitor authentication issues
Best Practices
- Group related tools - One MCP server per system/API
- Clear tool names - Help agent understand what each tool does
- Test thoroughly - Use Playground before deploying
- Monitor usage - Check Insights regularly
- Update documentation - Keep tool descriptions current
Troubleshooting
MCP server won't connect
MCP server won't connect
Check that your MCP URL is correct and the server is running in Dashboard -> MCP Servers
Tools not working
Tools not working
Verify authentication is configured correctly in MCP server settings
Slow responses
Slow responses
Check MCP server logs for timeout issues. Optimize API response times.