Features How It Works   Admin Login
Model Context Protocol (MCP)

Connect AI Agents to Salesforce

A managed MCP server that lets AI tools like Claude, Cursor, and custom agents query and operate on your Salesforce org via the standard Model Context Protocol. Multi-tenant, secure, and ready to deploy.

8 MCP Tools
4 Auth Strategies
3 Storage Backends
MCP JSON-RPC
// List available Salesforce tools
POST /v1/managed/mcp
{"method": "tools/list"}
 
// Execute a SOQL query
{"method": "tools/call",
 "params": {"name": "sf_soql_query",
200 OK — 12 records returned
Capabilities

Enterprise-Grade MCP for Salesforce

A secure, multi-tenant MCP server that exposes Salesforce data and operations to any AI agent speaking the Model Context Protocol.

Salesforce-Native Tools

SOQL queries, SOSL search, object describe, tooling API, composite requests, bulk queries, and metadata deploy — all exposed as standard MCP tools.

Multi-Tenant Isolation

Each tenant gets their own API key, Salesforce credentials, tool allowlist, and quota limits. Full data isolation with shared infrastructure efficiency.

Flexible Authentication

Four Salesforce auth strategies: forwarded token, refresh token, client credentials, and JWT bearer. Secrets resolved from env vars or GCP Secret Manager.

Quota & Rate Limiting

Per-tenant daily and per-minute rate limits. Backends for in-memory, Redis, and Firestore ensure quotas scale from local dev to production.

Policy Gating

Read-only and read-write modes per tenant. The free tier is restricted to safe read operations, while higher plans unlock write and deploy capabilities.

Stdio & BYOC Runtime

Run locally with the MCP SDK stdio server for Claude Desktop and Cursor, or bring your own client. Works over both HTTP and stdio transports.

Getting Started

How It Works

Three steps to connect your AI agent to Salesforce via MCP.

1

Register a Tenant

Call /v1/public/register with your org name and plan. You get back a tenant ID and API key instantly.

2

Configure Auth

Set your Salesforce auth strategy — forwarded token, refresh token, client credentials, or JWT bearer — via the admin panel.

3

Connect Your Agent

Point your MCP-compatible AI agent (Claude, Cursor, or custom) at /v1/managed/mcp with your API key. Start querying Salesforce.

Ready to Connect Your AI Agent to Salesforce?

Register a tenant and start querying your Salesforce org in minutes.