Skip to main content

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 tools

Disconnect Tool

Click Remove next to disconnect

Update MCP Server

Changes to your MCP server automatically reflect in all connected agents

Authentication

MCP servers use authentication configured in Agent tool settings:
  1. Dashboard -> Agents -> Your Agent -> Tools -> Your Tool
  2. Configure API keys or OAuth client details
  3. 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

  1. Group related tools - One MCP server per system/API
  2. Clear tool names - Help agent understand what each tool does
  3. Test thoroughly - Use Playground before deploying
  4. Monitor usage - Check Insights regularly
  5. Update documentation - Keep tool descriptions current

Troubleshooting

Check that your MCP URL is correct and the server is running in Dashboard -> MCP Servers
Verify authentication is configured correctly in MCP server settings
Check MCP server logs for timeout issues. Optimize API response times.

Next Steps

Create MCP Server

Build your first custom MCP server

Claude Desktop

Use MCP servers with Claude Desktop