io.github.WYRE-AI/salesforce-mcp

MCPcommunity
v1.0.5io.github.WYRE-AIUnknownUpdated 4d agoGitHub

MCP server for Salesforce CRM — Accounts, Contacts, Opportunities, Leads, Cases.

Automatically indexed from public sources. Not yet verified by the developer on Forge.Claim this listing →
1Forks
4d agoLast update
Needs 1 credential before it runs
  • SALESFORCE_CLIENT_SECRETOAuth apprequired

    Connected App consumer secret. Required when SALESFORCE_AUTH_FLOW=client_credentials.

  • SALESFORCE_PASSWORDAPI keyoptional

    Salesforce password. Only used when SALESFORCE_AUTH_FLOW=username_password.

  • SALESFORCE_TOKENAPI keyoptional

    Salesforce security token. Only used when SALESFORCE_AUTH_FLOW=username_password; optional if the org has IP allowlisting configured instead.

Declared by the author in the official MCP registry. Forge does not store, broker, or ever see these values — the config below is scaffolded with placeholders you fill in locally.

Package
Authorio.github.WYRE-AI
LicenseUnknown
Version1.0.5
Sourcemcp-registry
Trust Status
B
60/100Good
✓Listed in Forge index+10/10
—Publisher identity verified+0/30
→ Publisher: run `forge publish` from the repo to claim ownership
—Domain verification+0/10
→ Not currently available for this listing type — the domain-verification check only runs for npm-backed packages today, so this row cannot be earned here yet regardless of what's hosted at the domain.
✓Prompt-injection scan · clean+30/30
✓Obfuscation / exfil scan · clean+20/20
Paste into Claude Code, Cursor, or any AI assistant to fix all gaps
StatusCommunity-indexed
PublisherUnverified
SignatureUnsigned
Domain—
Provenance—
DependenciesNot audited
Tool surface6 tools · none privileged
Security scan✓ CleanvHEAD · todayHow well does this scan work?
EvalsNone
IndexedAug 27, 2026

Verification confirms publisher identity (repo ownership), not code safety. The security scan covers known CVEs and suspicious install scripts.

Tools

6 tools · none privileged
Statically extracted from the published packagevHEAD · 20h ago

Read out of the source npm actually ships, at scan time. The package was never executed. Tools registered dynamically at runtime, or hidden inside bundled or minified code, can be missed — so this is a floor on the tool surface, not a complete census of it.

salesforce_search_objectsSearch Salesforce objects by partial name. Returns matching standard and custom objects. Use this to discover which objects to query before describing or querying them. Example: "Account" returns Account, AccountHistory, AccountContactRelation, etc.

Search Salesforce objects by partial name. Returns matching standard and custom objects. Use this to discover which objects to query before describing or querying them. Example: "Account" returns Account, AccountHistory, AccountContactRelation, etc.

No input schema was published for this tool.

salesforce_describe_objectGet the full schema for a Salesforce object — all fields with types, labels, picklist values, and relationships. Use before constructing queries to know exact field names.

Get the full schema for a Salesforce object — all fields with types, labels, picklist values, and relationships. Use before constructing queries to know exact field names.

No input schema was published for this tool.

salesforce_query_recordsExecute a SOQL query against Salesforce. Supports parent-to-child and child-to-parent relationship queries. For aggregate queries (GROUP BY, COUNT, SUM), use salesforce_aggregate_query instead.

Execute a SOQL query against Salesforce. Supports parent-to-child and child-to-parent relationship queries. For aggregate queries (GROUP BY, COUNT, SUM), use salesforce_aggregate_query instead.

No input schema was published for this tool.

salesforce_aggregate_queryExecute a SOQL aggregate query (GROUP BY, COUNT, SUM, AVG, MIN, MAX, COUNT_DISTINCT). Use for reporting / rollups. HAVING clauses supported.

Execute a SOQL aggregate query (GROUP BY, COUNT, SUM, AVG, MIN, MAX, COUNT_DISTINCT). Use for reporting / rollups. HAVING clauses supported.

No input schema was published for this tool.

salesforce_dml_recordsPerform record-level data operations: insert, update, delete, or upsert. Operates on one object type per call; pass an array of records.

Perform record-level data operations: insert, update, delete, or upsert. Operates on one object type per call; pass an array of records.

No input schema was published for this tool.

salesforce_search_allCross-object search using SOSL. Searches multiple objects at once for text matches. Use when the customer wants to find a name/email/keyword without knowing which object it lives on.

Cross-object search using SOSL. Searches multiple objects at once for text matches. Use when the customer wants to find a name/email/keyword without knowing which object it lives on.

No input schema was published for this tool.

6 of 6 tools published a description.

Tool names and descriptions are written by the publisher and shown verbatim as inert text. They are the strings an MCP client passes to a model, so Forge scans them for prompt-injection patterns — any finding appears with the security scan above. “Privileged” is a keyword match on the tool name, not an audit of what the tool does: a benign-sounding name can still do anything.

About

MCP server for Salesforce CRM — Accounts, Contacts, Opportunities, Leads, Cases.

Keywords
mcp
Alternatives
Comparing tool surfaces…

No dependency coverage

This entry publishes no npm package, so Forge has no dependency tree for it. That is a gap in coverage — not a statement that it has no dependencies.