Live Production Endpoint: https://mcp.corre.bond
Connect AI Agents to Corre (MCP Server)
Turn ChatGPT, Claude, or Cursor into your personal AI trader. Connect directly via https://mcp.corre.bond to analyze stock holdings, check vault yields, and execute transactions hands-free.
1. ChatGPT (Developer Mode & Connectors)
ChatGPT supports native MCP connectors over SSE. Connect Corre's live endpoint directly:
Step-by-Step ChatGPT Setup
- In ChatGPT, navigate to Settings → Security & Login and ensure Developer mode is enabled.
- Go to the Plugins / Connectors menu (via Advanced Settings or the
+icon in your chat composer). - Select Add MCP Server / Connector.
- Set the connection protocol to SSE and enter our production URL:
https://mcp.corre.bond✨ Once connected, all Corre tools (e.g. list_available_stocks, get_user_portfolio, prepare_buy_stock, get_savings_yield) will automatically be available in your ChatGPT session!
2. Claude (Connectors & Claude Desktop)
Claude allows you to add custom Remote MCP Connectors in app settings or via your desktop configuration file.
Option A: Claude App Settings (Connectors)
- Open Claude and navigate to Settings → Integrations / Connectors.
- Click Add Custom MCP Connector.
- Enter our production SSE endpoint URL:
https://mcp.corre.bond
Option B: Config File (claude_desktop_config.json)
{
"mcpServers": {
"corre-yield-hub": {
"url": "https://mcp.corre.bond"
}
}
}3. Cursor & Windsurf IDE
In Cursor Settings → Features → MCP, click Add New Server:
- Name:
corre-yield-hub - Type:
sse - URL:
https://mcp.corre.bond
4. Other MCP Clients (Goose, Raycast, Open-WebUI)
Use our production SSE endpoint URL directly:
https://mcp.corre.bond