MCP server for Salesforce CRM — Accounts, Contacts, Opportunities, Leads, Cases.
SALESFORCE_CLIENT_SECRETApp OAuthobbligatoriaConnected App consumer secret. Required when SALESFORCE_AUTH_FLOW=client_credentials.
SALESFORCE_PASSWORDChiave APIfacoltativaSalesforce password. Only used when SALESFORCE_AUTH_FLOW=username_password.
SALESFORCE_TOKENChiave APIfacoltativaSalesforce security token. Only used when SALESFORCE_AUTH_FLOW=username_password; optional if the org has IP allowlisting configured instead.
Dichiarato dall’autore nel registro MCP ufficiale. Forge does not store, broker, or ever see these values — the config below is scaffolded with placeholders you fill in locally.
La verifica conferma l’identità del publisher (la proprietà del repo), non la sicurezza del codice. L’analisi di sicurezza copre i CVE noti e gli script di installazione sospetti.
Letto dal codice che npm distribuisce davvero, al momento dell’analisi. Il pacchetto non è mai stato eseguito. Gli strumenti registrati dinamicamente a runtime, o nascosti in codice impacchettato o minificato, possono sfuggire — quindi questo è un limite inferiore della superficie di strumenti, non un censimento completo.
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.
Per questo strumento non è stato pubblicato alcuno schema di input.
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.
Per questo strumento non è stato pubblicato alcuno schema di input.
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.
Per questo strumento non è stato pubblicato alcuno schema di input.
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.
Per questo strumento non è stato pubblicato alcuno schema di input.
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.
Per questo strumento non è stato pubblicato alcuno schema di input.
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.
Per questo strumento non è stato pubblicato alcuno schema di input.
6 strumenti su 6 hanno pubblicato una descrizione.
I nomi e le descrizioni degli strumenti sono scritti dal publisher e mostrati alla lettera come testo inerte. Sono le stringhe che un client MCP passa a un modello, quindi Forge vi cerca schemi di prompt injection — ogni rilievo compare insieme all’analisi di sicurezza qui sopra. «Privilegiato» è una corrispondenza di parola chiave sul nome dello strumento, non una verifica di ciò che fa: un nome innocuo può comunque fare qualsiasi cosa.
MCP server for Salesforce CRM — Accounts, Contacts, Opportunities, Leads, Cases.
I nomi collegati aprono l’indice Forge di tutte le voci osservate esporre quello strumento. Sfoglia tutti gli strumenti indicizzati.
Questa voce non pubblica alcun pacchetto npm, quindi Forge non ha un albero delle dipendenze per essa. È una lacuna di copertura, non l'affermazione che non abbia dipendenze.