What problem does it solve?
Automates repetitive and error-prone Salesforce CRM operations by enabling programmatic creation, search, update, and querying of leads, contacts, accounts, opportunities, and tasks through Composio's Rube MCP, reducing manual UI work and schema confusion.
Core Features & Use Cases
- Lead and Contact Management: Create, search, list, update leads and contacts, add leads to campaigns, and apply assignment rules.
- Account & Opportunity Workflows: Create accounts, associate contacts, create and retrieve opportunities, and enforce required fields like Name, StageName, and CloseDate.
- SOQL Queries & Reporting: Run custom SOQL queries with pagination support to power reports and ad-hoc data retrieval using API field names.
- Task and Ownership Operations: Search, update, and complete tasks and perform mass ownership transfers when needed.
- Use Case: Programmatically find all open opportunities over $50,000 closing this quarter and export results for pipeline review.
Quick Start
Connect Rube MCP to Salesforce with the salesforce toolkit, confirm the connection is ACTIVE via RUBE_MANAGE_CONNECTIONS, call RUBE_SEARCH_TOOLS for current schemas, and then run a SOQL query to list open opportunities over $50,000 closing this quarter.