This page explains how to connect the BriteCore Connector to Anthropic, OpenAI, and Cursor clients. Each client uses the same BriteCore tenant URL and browser-based BriteCore sign-in. You do not need to copy or store an access token.
Once connected, your AI assistant can work with policies, claims, quotes, underwriting rules, reports, and forms. Available actions depend on your BriteCore role. Your client may ask for confirmation before changing data.
What you need first
Before connecting, gather the following:
-
A BriteCore tenant URL. For production deployments your URL is
https://<your-tenant>.britecorepro.com/mcp. - An active BriteCore account. The client opens the BriteCore sign-in when it first connects. Your connection applies only to your BriteCore tenant.
Anthropic
Choose the Marketplace Connector after BriteCore appears in Anthropic's Connectors Directory. Use the Custom Connector when a BriteCore administrator gives you a tenant URL directly.
Marketplace connector
- Open Claude or Claude Desktop.
- Open Customize > Connectors, then select the + button.
- Browse the Connectors Directory and select BriteCore Connector.
- Review the listed capabilities and read/write permissions.
- Select Connect or Install, then finish the BriteCore sign-in.
- In a conversation, open the + menu, select Connectors, and enable BriteCore for that conversation.
Team and Enterprise Owners may need to add BriteCore to the organization before members can connect their accounts. See Anthropic's directory instructions for organization and tool-permission controls.
Custom connector
Use this route when BriteCore provides an exact tenant URL and your organization allows custom remote MCP connectors.
Claude on the web and Claude Desktop
Claude and Claude Desktop share connector settings. Team and Enterprise organizations may require an Owner to add the connector before members can use it.
- Open Customize > Connectors.
- Select the + button, then Add custom connector.
- Enter
BriteCore Connectoras the name and your tenant URL as the remote MCP URL. - Leave the optional OAuth Client ID and Client Secret empty.
- Select Add, then Connect, and finish the BriteCore sign-in.
- In a conversation, open the + menu, select Connectors, and enable BriteCore for that conversation.
See Anthropic's custom connector instructions for plan and organization controls.
Claude Code
Add BriteCore from a terminal:
claude mcp add --transport http britecore https://<tenant>.britecorepro.com/mcp
Start Claude Code and enter /mcp. Select britecore, authenticate, and finish the browser sign-in. Use claude mcp list to check the connection. See the Claude Code MCP guide for configuration scopes and authentication management.
OpenAI
ChatGPT desktop app
- Open Settings > MCP servers.
- Select Add server.
- Enter
BriteCoreas the name, choose Streamable HTTP, and enter your tenant URL. - Save the server and restart the app.
- Return to MCP servers and select Authenticate for BriteCore.
- Finish the browser sign-in. Enter
/mcpin the composer to check the connection.
ChatGPT on the web
ChatGPT web uses BriteCore through an installed plugin. Once the BriteCore plugin is available to your workspace, install it from the Plugins tab, connect your BriteCore account, and enable its tools in the conversation.
Codex CLI and IDE extension
Add BriteCore and sign in from a terminal:
codex mcp add britecore --url https://<tenant>.britecorepro.com/mcp codex mcp login britecore codex mcp list
The ChatGPT desktop app, Codex CLI, and Codex IDE extension share MCP settings on the same computer. In the IDE extension, open the gear menu and select MCP servers to inspect or authenticate the connection. See the official OpenAI MCP documentation for configuration and approval options.
Cursor
Add BriteCore to ~/.cursor/mcp.json for all projects, or to .cursor/mcp.json for one project:
{
"mcpServers": {
"britecore": {
"url": "https://<tenant>.britecorepro.com/mcp"
}
}
}
Save the file and restart Cursor. Open Customize > MCP, find britecore, and finish the BriteCore sign-in. Cursor Agent CLI users can authenticate and check the available tools with:
cursor-agent mcp login britecore cursor-agent mcp list-tools britecore
Do not add OAuth credentials or authorization headers. The browser sign-in handles authentication. See the Cursor MCP documentation for configuration locations and team controls.
Verify the connection
Ask the client to list the perils available for a claim. This calls get_all_perils with no arguments. Expect your carrier's peril list. If you receive a FORBIDDEN response, ask your BriteCore administrator to check your role's permissions.
If BriteCore offers more than one role, use list_my_roles, then select_my_role, before using business tools.