FAQs
Is MCP specific to Anthropic's Claude, or can any AI tool use it? MCP was originally
introduced by Anthropic, but it is an open standard. It has since been adopted by other major AI platforms, including OpenAI and Microsoft Copilot, and by enterprise platforms like Salesforce and HubSpot. Any AI client built to understand MCP can, in principle, connect to any MCP server.
Does MCP replace traditional Salesforce or ERP APIs?
No. MCP servers are typically built on top of existing APIs — they don’t replace REST APIs, Apex, or ERP web services; they standardize how AI agents discover and call them, so the underlying integration logic doesn’t need to be reinvented for every new AI tool.
Is MCP secure enough for enterprise data?
MCP’s design includes permissioning and consent mechanisms, and Salesforce has paired its MCP support with Agentforce’s governance and trust layer. That said, security in practice depends heavily on how narrowly an organization scopes what each MCP server exposes — a well-designed MCP server limits access to specific, approved tools and data rather than granting broad access by default.
Do we need to rebuild our existing Salesforce integrations to use MCP?
Not necessarily. Existing integrations can often continue running as-is for scheduled, deterministic processes. MCP is most useful for new, AI-driven, user-initiated use cases — you can adopt it incrementally rather than replacing everything at once.