Skip to main content
Glama
133,407 tools. Last updated 2026-05-12 22:37

"salesforce" matching MCP tools:

  • Authenticate with Salesforce by automatically detecting when authentication is needed and handling the OAuth flow. Use this tool when Salesforce operations fail due to authentication issues.
    BSD 2-Clause "Simplified"
  • Configure Salesforce credentials including Client ID, Client Secret, and Instance URL to enable secure AI assistant integration with Salesforce data and operations.
    BSD 2-Clause "Simplified"
  • Explore Salesforce objects in your org by listing all available objects, including custom ones ending in __c, with search filtering capabilities.
    MIT
  • Retrieve comprehensive metadata for Salesforce objects including fields, relationships, picklist values, and record types to understand structure before querying or writing data.
    MIT

Matching MCP Servers

Matching MCP Connectors

  • Execute raw Salesforce REST API calls for endpoints not covered by other tools, including data queries, object management, and report operations.
    MIT
  • Search across multiple Salesforce objects simultaneously using keywords when you don't know which object contains the data, enabling full-text search across accounts, contacts, leads, and opportunities.
    MIT
  • Add new records to Salesforce by specifying the object type and field values. Use this tool to insert contacts, accounts, or other data into your Salesforce org.
    MIT
  • Retrieve a single Salesforce record by its ID to access all readable fields. Use this tool when you have a record ID and need complete record details from Salesforce.
    MIT
  • Back up Salesforce data and file attachments asynchronously. Choose full, incremental, or files-only backups with configurable options for objects, compression, and parallel downloads.
    BSD 2-Clause "Simplified"
  • Execute Salesforce Tooling API calls to query metadata and developer objects like Apex classes, triggers, custom fields, flows, and validation rules for development and inspection purposes.
    MIT
  • Execute SOQL queries with GROUP BY and aggregate functions to summarize and analyze Salesforce data. Group records by fields, calculate counts, sums, averages, and apply statistical analysis across grouped results.
    MIT
  • Execute SOQL queries with GROUP BY and aggregate functions to summarize and analyze Salesforce data. Group records by fields, apply statistical functions like COUNT, SUM, AVG, and filter results with HAVING clauses for data analysis.
    MIT