Agentforce MCP ServerServer

xlengelle-sf
GitHub
SalesforceMCPAPI Integration

Loading subscription status...

💡 Description

This MCP server provides tools to interact with the Salesforce Agentforce API, allowing for authentication, session creation, and message exchange with Agentforce agents.

📝 JSON Entries

{
  "mcpServers": [
    {
      "agentforce": {
        "env": {
          "SALESFORCE_ORG_ID": "your_org_id_here",
          "SALESFORCE_AGENT_ID": "your_agent_id_here",
          "SALESFORCE_CLIENT_ID": "your_client_id_here",
          "SALESFORCE_SERVER_URL": "your_server_url_here",
          "SALESFORCE_CLIENT_SECRET": "your_client_secret_here"
        },
        "args": [
          "/path/to/your/agentforce_mcp_server.py"
        ],
        "command": "python"
      }
    }
  ]
}

🛠️ Tools

authenticatecreate_agent_sessionsend_message_to_agentget_session_statuscomplete_agentforce_conversation

Features

  • Authentication with Agentforce API
  • Creating agent sessions
  • Exchanging messages with agents
  • Session status tracking

💬 Example Queries

  • Authenticate using my client email
  • Create a session with Agentforce agent
  • Send a message to the Agentforce agent
  • Get the current session status
  • Complete the Agentforce conversation