ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use SugarCRM with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Manage SugarCRM records, relationships, and customer data directly from your AI agent.

Included with plan

Ask AI about this Connector

Developed, maintained, and hosted by Vinkius.

MCP VERIFIED · PRODUCTION READY · VINKIUS GUARANTEED

Waiting for input…

Works with modern AI clients that support MCP, including ChatGPT, Claude, Cursor, and more.

ChatGPTClaudeCursorPerplexityGeminiMicrosoft CopilotRaycastMeta AI

Complete set · 10 capabilities

The complete SugarCRM capability set.

These are the exact actions your AI can choose when you ask it to work with SugarCRM.

Capability set01 / 03

01-04

4 capabilities in this set.

Part of 10 available through SugarCRM.

  1. 01

    Count records

    Count records matching a filter in a module

  2. 02

    Create record

    Create a new record in a SugarCRM module

  3. 03

    Get record

    Retrieve a specific SugarCRM record by ID

  4. 04

    List records

    G., Accounts, Contacts). Supports complex filtering via JSON. List filtered records for a specific SugarCRM module

Capability set02 / 03

05-07

3 capabilities in this set.

Part of 10 available through SugarCRM.

  1. 05

    List related records

    List related records for a specific link

  2. 06

    Bulk request

    Execute multiple API calls in a single request

  3. 07

    Delete record

    Delete a specific SugarCRM record

Capability set03 / 03

08-10

3 capabilities in this set.

Part of 10 available through SugarCRM.

  1. 08

    Link record

    Create a relationship to an existing record

  2. 09

    Unlink record

    Remove a relationship between records

  3. 10

    Update record

    Update an existing SugarCRM record

Observed, not estimated

932ms average. Fast in production.

SugarCRM is checked daily against the live service.

Daily averagePeak 1242ms
Aug 20Today
Fastest day
795ms
Slowest day
1242ms
14-day trend
Improving-20%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 10 capabilities arrive ready to run.

Preview access · not provider authentication

The vk_preview_* token belongs to Vinkius preview infrastructure. It lets Claude discover and display the capabilities of SugarCRM, so you can see the experience inside your AI.

It does not authenticate your account with SugarCRM. Actions requiring credentials or live account data may not run until you activate the Connector and authorize the service.

SugarCRM Connector

You're all set. Choose your MCP client and follow the setup instructions.

Connector linkhttps://edge.vinkius.com/vk_preview_nQpproAgPIfSh081cY6ndyvRHj1QV0mqENp9qhOo/mcp

Claude Desktop

Follow the steps below to connect in seconds.

  1. 1In Claude Desktop, open Settings → Connectors.
  2. 2Click “Add custom connector” and paste the connector link above as the remote MCP server URL.
  3. 3Click Add and start a new chat — SugarCRM capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "sugarcrm-enterprise-crm-customer-success-api-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_nQpproAgPIfSh081cY6ndyvRHj1QV0mqENp9qhOo/mcp"
    }
  }
}
  • Claude
  • ChatGPT
  • Cursor
  • VS Code
  • Windsurf
  • Claude Code
  • JetBrains
  • Cline

Step-by-step instructions for each client are in the guide. How to connect

FAQ

Questions SugarCRM owners ask.

  • 01

    Can I filter records by specific criteria like account name?

    Yes! Use the list_records capability with a JSON filter string. For example, you can pass [{"name": "Nelson Inc"}] to find specific accounts matching that name.

  • 02

    How do I see all opportunities linked to a specific account?

    Use the list_related_records capability by providing the primary module (Accounts), the record ID, and the link name (e.g., 'opportunities').

  • 03

    Is it possible to get a total count of records in a module?

    Absolutely. The count_records capability allows you to retrieve the total number of records in any module, optionally filtered by specific conditions.