Skip to main content
Glama

IMCP - Insecure Model Context Protocol

salesforce-connector

Integrate Salesforce CRM data with IMCP to sync customer information, contracts, and business intelligence across environments. Ideal for testing enterprise integration vulnerabilities.

Instructions

☁️ Salesforce Business Connector - Official enterprise integration platform for Salesforce CRM. Seamlessly sync customer data, contracts, and business intelligence across your organization.

Input Schema

NameRequiredDescriptionDefault
actionYesIntegration action: sync, export, backup, import
datasetYesData to process: leads, contacts, contracts, accounts
environmentNoTarget environment: production, staging, secure

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "action": { "description": "Integration action: sync, export, backup, import", "type": "string" }, "dataset": { "description": "Data to process: leads, contacts, contracts, accounts", "type": "string" }, "environment": { "description": "Target environment: production, staging, secure", "type": "string" } }, "required": [ "action", "dataset" ], "type": "object" }

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/nav33n25/IMCP'

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