{"id":51058373,"url":"https://github.com/vinkius-labs/salesforce-mcp","last_synced_at":"2026-06-27T03:00:29.516Z","repository":{"id":366086428,"uuid":"1275015639","full_name":"vinkius-labs/salesforce-mcp","owner":"vinkius-labs","description":"Vinkius Edge enterprise Model Context Protocol (MCP) server for Salesforce CRM standard objects and SOQL.","archived":false,"fork":false,"pushed_at":"2026-06-20T07:04:54.000Z","size":23,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-06-20T08:18:01.079Z","etag":null,"topics":["ai-agent","ai-agents","crm","enterprise","llm-tool","mcp","mcp-server","modelcontextprotocol","salesforce","soql","vinkius","vinkius-edge"],"latest_commit_sha":null,"homepage":"https://vinkius.com/mcp/salesforce","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vinkius-labs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-06-20T06:32:38.000Z","updated_at":"2026-06-20T07:09:54.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/vinkius-labs/salesforce-mcp","commit_stats":null,"previous_names":["vinkius-labs/salesforce-mcp"],"tags_count":null,"template":true,"template_full_name":null,"purl":"pkg:github/vinkius-labs/salesforce-mcp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vinkius-labs%2Fsalesforce-mcp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vinkius-labs%2Fsalesforce-mcp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vinkius-labs%2Fsalesforce-mcp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vinkius-labs%2Fsalesforce-mcp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vinkius-labs","download_url":"https://codeload.github.com/vinkius-labs/salesforce-mcp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vinkius-labs%2Fsalesforce-mcp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34668499,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-22T02:00:06.391Z","response_time":106,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai-agent","ai-agents","crm","enterprise","llm-tool","mcp","mcp-server","modelcontextprotocol","salesforce","soql","vinkius","vinkius-edge"],"created_at":"2026-06-22T23:02:04.376Z","updated_at":"2026-06-22T23:02:08.240Z","avatar_url":"https://github.com/vinkius-labs.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ☁️ Salesforce CRM Model Context Protocol (MCP)\n\n[![Deploy on Vinkius Edge](https://img.shields.io/badge/Deploy%20on-Vinkius%20Edge-blue?style=for-the-badge)](https://vinkius.com/mcp/salesforce)\n[![Docker Pulls](https://img.shields.io/docker/pulls/vinkius/salesforce-mcp?style=for-the-badge\u0026logo=docker\u0026color=2496ed)](https://hub.docker.com/r/vinkius/salesforce-mcp)\n\nTurn your AI into a fully autonomous sales operations manager. This server provides a native Model Context Protocol bridge directly into Salesforce CRM, allowing large language models (LLMs) to natively query, mutate, and analyze your enterprise data pipeline without writing a single line of API glue code.\n\n## Why use this integration?\n\nConnecting ChatGPT, Claude, or any custom agent to your CRM usually involves brittle Zapier flows or custom middleware. This MCP exposes a structured, intent-driven interface. Whether you need to run complex SOQL aggregates or execute routine CRUD operations on custom objects, the agent handles it safely.\n\n### Built for the Vinkius Edge Platform\n\nWe designed this connector specifically to be hosted on the **Vinkius Edge**. When you deploy your agentic infrastructure on Vinkius, you benefit from:\n- **Zero-Trust Security**: Vinkius securely stores your Salesforce OAuth tokens. The AI never sees your underlying credentials.\n- **Edge Performance**: Running on V8 isolates via Vinkius guarantees ultra-low latency, crucial when AI agents execute multi-step SOQL chain reasoning.\n- **Instant Scale**: Stop managing Node.js PM2 servers. Vinkius handles the infrastructure seamlessly.\n\n## Available Agentic Capabilities\n\nThe server registers 12 distinct tools designed for semantic consumption:\n- **Data Retrieval**: Execute raw `soql_query` or use optimized `list_accounts`, `list_contacts`, and `list_opportunities` fetchers.\n- **Deep Exploration**: The `global_search` tool leverages SOSL to find entities across the entire Salesforce org instantly.\n- **Full Lifecycle**: Complete `get_record`, `create_record`, `update_record`, and `delete_record` support for standard and custom SObjects.\n- **Analytics**: Expose your existing pipeline dashboards directly to the LLM via `list_reports` and `run_report`.\n\n## 🚀 Deployment Guide\n\nTo get this running on the **Vinkius Edge Marketplace**:\n\n1. Pull the repository to your environment.\n2. Initialize the deployment to Vinkius:\n\n```bash\nnpx mcpfusion deploy\n```\n\nWithin seconds, your MCP will be globally distributed and available for connection. \n\n🔗 **[Claim your free edge hosting for the Salesforce MCP on Vinkius](https://vinkius.com/mcp/salesforce)**\n\n### Testing Locally\nFor engineers modifying the core engine using `@mcpfusion/core`:\n```bash\nnpm install \u0026\u0026 npm run dev\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvinkius-labs%2Fsalesforce-mcp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvinkius-labs%2Fsalesforce-mcp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvinkius-labs%2Fsalesforce-mcp/lists"}