MCPHub

0 serversUpdated Aug 28, 2026

ServersTrendingCategories
MCPHub

Catalog

  • Servers
  • Trending
  • Categories

Company

  • About

Shout out

  • Formatly
  • Hirime

Searchable catalog of Model Context Protocol servers. Find tools that connect your AI assistant to the services and data you use.

PrivacyTerms

© 2026 MCPHub

Servers/Code Execution/Salesforce MCP Server
Code ExecutionOfficial
S

Salesforce MCP Server

Salesforce integration using OAuth2. Write operations disabled by default per integration. 700+ tools covering SOQL, SOSL, REST, and CRUD, individually selectable. Requires a DataGrout account.

0 starsUpdated Aug 28, 2026
View on GitHub

Ads

Overview

DataGrout's Salesforce MCP Server connects AI agents to Salesforce through OAuth2, using DataGrout's application credentials or your own. Write operations are disabled by default and require explicit configuration per integration. 700+ tools cover CRM objects — leads, opportunities, cases, campaigns — via SOQL, SOSL, REST, and CRUD, individually selectable rather than exposed as one fixed set. Go to the DataGrout GitHub and set up using command line interface - <u>https://github.com/DataGrout/conduit-sdk</u>

Installation

Installation instructions are not available yet.

Configuration

{
  "mcpServers": {
    "DataGrout": {
      "url": "https://gateway.datagrout.ai/servers/YOUR_UUID/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_TOKEN"
      }
    }
  }
}

Capabilities

  • Query CRM records with SOQL

    ask your assistant to run a `salesforce@v1/soql@v1` SELECT query to retrieve leads, opportunities, cases, or campaigns.

  • Call any Salesforce REST endpoint

    instruct your assistant to use `salesforce@v1/rest@v1` to GET data from a specific REST API endpoint.

  • Search across objects with SOSL

    have your assistant perform a text-based search across multiple CRM objects using one of the enabled SOSL tools.

  • Perform CRUD operations on CRM objects

    once write access is explicitly enabled per tool, your assistant can create, update, or delete records via the appropriate CRUD tools.

Tags

  • customer-ops
  • crm
  • marketing-automation
  • security
  • identity

Related MCP servers

C

Context7 MCP

Official

Official Context7 MCP server that brings up-to-date, version-specific library documentation and code examples into AI coding prompts.

61.3kCode ExecutionUpdated Today
C

Chrome DevTools MCP

Official

Official Chrome DevTools MCP server for controlling and inspecting a live Chrome browser from coding agents such as Gemini, Claude, Cursor, and Copilot.

49.9kCode ExecutionUpdated Today
M

Mastra/mcp

Official

Client implementation for Mastra, providing seamless integration with MCP-compatible AI models and tools.

27.5kCode ExecutionUpdated Today

GitHub MCP Server

Official

Connect your AI assistant to GitHub repositories, issues, pull requests, and search.

12.4kCode ExecutionUpdated 2 days ago