ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use Salesforce with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Run SOQL queries, execute reports, view dashboards, and analyze CRM data in real-time through natural conversation.

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 · 6 capabilities

The complete Salesforce capability set.

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

Capability set01 / 02

01-03

3 capabilities in this set.

Part of 6 available through Salesforce.

  1. 01

    Sf record count

    Returns the total number of records. Use for quick data volume checks: "how many leads do we have?", "total number of accounts", or capacity planning. Accepts any standard or custom object API name. Get the total record count for any Salesforce object. Account, Contact, Lead, Opportunity, Case, or any custom object

  2. 02

    Sf run soql

    This is the most powerful and flexible capability. you can query any standard or custom object, apply filters, use aggregate functions, and join related objects. Example: SELECT Id, Name, Amount, StageName FROM Opportunity WHERE StageName = 'Closed Won' AND Amount > 10000 LIMIT 10. Use when no other capability covers the specific data need, or when the user requests a custom query. Execute a raw SOQL query against your Salesforce org to retrieve any data from standard or custom objects

  3. 03

    Sf get dashboard

    Each component includes its type, header, data values, and the source report. Dashboards provide pre-built visual summaries. Get the dashboard ID from sf_list_dashboards. Use when the user asks "show me the sales dashboard" or wants a visual summary of specific metrics. Get all component data from a specific Salesforce dashboard. charts, metrics, and tables with their underlying data

Capability set02 / 02

04-06

3 capabilities in this set.

Part of 6 available through Salesforce.

  1. 04

    Sf list dashboards

    Returns dashboard title, folder, last referenced date, and dashboard ID. Dashboards contain visual components (charts, tables, metrics) built from reports. Use to find dashboard IDs before fetching their component data with sf_get_dashboard. List available Salesforce dashboards with title, folder, and last referenced date to discover visualization assets

  2. 05

    Sf list reports

    Returns report name, folder path, report format (Tabular/Summary/Matrix), last run date, and report ID. Use when the user asks about available reports, wants to find a specific one, or needs report IDs before running them with sf_run_report. List available Salesforce reports with name, folder, format, and last run date to discover reporting assets

  3. 06

    Sf run report

    Get the report ID from sf_list_reports first. This is the read-only equivalent of clicking "Run Report" in the Salesforce UI. Returns up to 2000 rows. Use when the user asks for specific report data or wants to extract insights from a saved report. Execute a specific Salesforce report by ID and return its full data. all rows, columns, and groupings

Observed, not estimated

800ms average. Fast in production.

Salesforce is checked daily against the live service.

Daily averagePeak 1023ms
Aug 20Today
Fastest day
662ms
Slowest day
1023ms
14-day trend
Slowing+14%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 6 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 Salesforce, so you can see the experience inside your AI.

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

Salesforce Connector

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

Connector linkhttps://edge.vinkius.com/vk_preview_kh6AyZITJNy0d019FdgO60BVZMBDvJ1q2wzoI8TW/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 — Salesforce capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "salesforce-analytics-soql-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_kh6AyZITJNy0d019FdgO60BVZMBDvJ1q2wzoI8TW/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 Salesforce owners ask.

  • 01

    Can I run any SOQL query?

    Yes! Any valid SOQL query against standard or custom objects, respecting your field-level security.

  • 02

    Can I run existing Salesforce reports?

    Yes. list all reports, then run any by ID. Returns full row data.

  • 03

    Is this safe to use?

    All queries are read-only and respect your Salesforce permissions. The SOQL capability only reads data. it cannot modify records.