MCP Server

GoodBards MCP

Connect your AI assistant to GoodBards agents via the Model Context Protocol. List agents, invoke them, and manage conversations — all from your favorite MCP client.

Available Tools

📋
listAgents
List all available AI agents for your tenant, including their capabilities and tools.
🚀
invokeAgent
Send a message to an agent and get a response. Supports continuing existing sessions.

Quick Start

Add this to your MCP client configuration:
{
  "mcpServers": {
    "goodbards": {
      "type": "streamable-http",
      "url": "https://mcp.goodbards.ai/mcp",
      "headers": {
        "Authorization": "Bearer <YOUR_API_KEY>"
      }
    }
  }
}

Claude.ai Connector (OAuth 2.1)

To connect via Claude.ai, add as a custom MCP connector:
1. URL: https://mcp.goodbards.ai/mcp
2. Open Advanced Settings
3. Enter your Client ID and Client Secret
4. Authorize with your GoodBards API key

Server Info

Protocol MCP (Streamable HTTP)
Endpoint /mcp
Authentication Bearer Token / OAuth 2.1
Version 1.0.0