Skip to main content
Glama
mintmcp

Salesforce MCP Server

by mintmcp

restful

Execute raw Salesforce REST API calls for endpoints not covered by other tools, including data queries, object management, and report operations.

Instructions

Execute a raw Salesforce REST API call. This is an escape hatch for API endpoints not covered by other tools.

    Common paths:
    - sobjects/ — list all objects
    - sobjects/Account/describe/ — describe an object
    - analytics/reports/ — list reports
    - analytics/reports/{id} — run a report
    - limits/ — API usage limits
    - tooling/query/?q=SOQL — query metadata

    The path is relative to /services/data/vXX.0/. Method defaults to GET.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYes
methodNoGET
paramsNo
dataNo

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/mintmcp/salesforce-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server