Labsco
RapidoCloud logo

MCP Force

β˜… 18

from RapidoCloud

Expose Salesforce APIs as tools for AI agents, enabling natural language interaction with Salesforce organizations.

πŸ”₯πŸ”₯πŸ”₯βœ“ VerifiedAccount requiredNeeds API keys

MCP Force : an MCP server to expose Salesforce APIs as tools for AI Agents

This program provides an MCP (Model Context Protocol) server that exposes Salesforce APIs as tools for use in AI agents. It enables AI assistants like Claude Desktop and VS Code to interact with your Salesforce organization through natural language.

Currently, the following APIs are covered :

  • Salesforce Platform APIs : REST API, Bulk v2 API, GraphQL API, Tooling API, Auth API

EXPERIMENTAL

This package is experimental.

Please use it ONLY in a sandbox, a developer org or a scratch org. NEVER use this in production : you have been warned.

The APIs provided by MCP Force are defined in the @rapidocloud/mcp-tools package on NPMjs.org. All Salesforce APIs will be connected, depending on user requests : open an issue to ask for more.

Finally, user authentication is manual, for the time being : set an OAuth2 access token in the .env file. This will be improved very soon.

Features

  • Connect to Salesforce organizations
  • Query and manipulate Salesforce data
  • Execute SOQL queries
  • Manage Salesforce records
  • Integration with VS Code and Claude Desktop