Skip to main content
The Databar MCP server lets AI assistants interact with your Databar account using natural language. No code, no HTTP calls. Just connect and ask.
Use the hosted MCP server (https://mcp.databar.ai/mcp). We ship new tools, fixes, and API alignment there first, so your client always talks to the current implementation without installing or upgrading anything locally.

Add to your AI client

The MCP server URL for all clients:
https://mcp.databar.ai/mcp
The recommended way to connect Claude is through the built-in Connectors UI. This uses OAuth so you never need to copy an API key.
1

Open Connectors

Open Claude (web or desktop) and go to Settings > Connectors. Scroll to the bottom and click Add custom connector.
2

Enter the server details

  • Name: Databar
  • Remote MCP Server URL: https://mcp.databar.ai/mcp
  • Leave Advanced settings blank.
  • Click Add.
Add custom connector dialog in Claude
3

Authorize

Claude will redirect you to Databar to authenticate. Click Authorize to grant access to your workspace, then you will be redirected back to Claude.
Databar authorization screen for Claude
4

Try it

Ask Claude: “What can the Databar MCP do?”
If you prefer to authenticate with an API key instead of OAuth, add this to your Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json on macOS):
{
  "mcpServers": {
    "databar": {
      "type": "http",
      "url": "https://mcp.databar.ai/mcp",
      "headers": {
        "Authorization": "Bearer your-api-key-here"
      }
    }
  }
}
Restart Claude after saving.

Next steps

Available tools

Full list of all 37 MCP tools with descriptions.

Agent Skills

Pre-built workflows that teach AI agents common Databar tasks.

Configuration

Environment variables, safe mode, and caching settings.

MCP Server overview

Full MCP server documentation.