Salesforce MCP Server (SameerShrivastava-SF/Salesforce-MCP) is an MCP server listed on the M8ven Trust Index. It scores 46 out of 100, grade D. It declares 59 tools. No publisher has claimed this listing.
A comprehensive server that transforms Claude Desktop into a Salesforce IDE for managing metadata, executing SOQL queries, and automating multi-org operations. It provides 60 optimized tools for intelligent debugging, bulk data management, and Apex testing through natural language commands.
Caution. Specific findings reduced this grade. They are listed on the page. Grades reflect the full trust pyramid: code, verification depth, and reputation. New projects cap at C until adoption is earned.
How we verified
Verified is a snapshot. Live keeps it current, and builds your track record.
⚡ Connect GitHub → continuous verification on every pushwhy connect →Who stands behind it
SameerShrivastava-SF
Source: Glama
Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find. Or connect your repo for our deepest verification, Live Monitored: read-only, revoke anytime. What we access →
Install from
The grade above is for the source repository. Registries can serve a different version, so we mark the ones we were not able to read.
These names and descriptions are the publisher's own, read from the source code. We print them as written. Our assessment is the findings above, not this list.
compare_profilesCompare two Salesforce profiles and show their differences.
compare_permission_setsCompare two permission sets and show their differences.
compare_object_field_countsCompare field counts and field details for an object between same or different orgs.
find_similar_fields_across_objectsFind similar or matching fields between two different objects.
compare_org_object_countsCompare total object counts and types between two orgs.
list_batch_jobsList Batch Apex jobs.
get_batch_job_detailsGet detailed information about a batch job.
list_scheduled_jobsList scheduled Apex jobs.
abort_batch_jobAbort a running batch job.
delete_scheduled_jobDelete a scheduled job.
execute_anonymous_apexExecute anonymous Apex code.
get_debug_logsRetrieve recent debug logs.
get_debug_log_bodyGet the full body of a debug log.
get_bulk_job_statusGet status of a bulk API job.
deploy_metadataDeploy Salesforce metadata (create or update). Supports 16 metadata types.
fetch_metadataFetch Salesforce metadata by type and name. Supports 16 metadata types.
list_metadataList metadata of a specific type with optional filtering.
bulk_operationPerform bulk operations on Salesforce records using Bulk API 2.0.
export_dataExport Salesforce data in various formats.
soql_queryExecute SOQL query or build and execute using parameters.
get_object_metadataGet comprehensive object metadata including fields and relationships.
manage_user_permissionsManage user permissions, profiles, and permission sets.
get_record_countGet count of records in an object.
export_schema_to_jsonExport object schema(s) to JSON.
diagnose_and_fix_issueDiagnose and optionally fix Salesforce issues including triggers, flows, validation rules, layouts, fields, permissions, formulas, and more.
get_metadata_deploy_statusReturn the status and (optional) component failures/successes for a metadata deploy job.
fetch_object_metadataReturn describe() + record type info for any object.
execute_soql_querylist_connected_orgsList all connected Salesforce orgs.
switch_active_orgSwitch to a different connected org.
compare_metadata_between_orgsCompare metadata between two connected orgs.
compare_object_schemasCompare object schemas between two orgs.
get_org_differences_summaryGet a high-level summary of differences between two orgs.
salesforce_production_loginLogin to Salesforce production org.
salesforce_sandbox_loginLogin to Salesforce sandbox org.
salesforce_custom_loginLogin to custom Salesforce domain.
salesforce_logoutClear stored tokens.
salesforce_auth_statusCheck authentication status.
salesforce_get_domain_from_urlExtract the domain parameter from a Salesforce org URL for use with login.
salesforce_login_username_passwordLogin to Salesforce using username and password.
salesforce_health_checkComprehensive health check for Salesforce connection and org status.
get_org_limitsGet Salesforce org limits (API calls, storage, etc.).
get_org_infoGet Salesforce org information.
get_current_user_infoGet current user information.
list_installed_packagesList all installed managed packages in the org.
get_api_usage_statsGet API usage statistics for recent days.
query_with_related_recordsQuery parent records with related child records.
analyze_object_dependenciesAnalyze dependencies for an object.
find_unused_fieldsFind potentially unused fields on an object.
generate_object_diagramGenerate entity relationship diagram data for objects.
list_all_objectsList all objects in the org.
get_field_usage_statsGet statistics about field usage (null values, etc.).
test_field_analysisQuick test version of field analysis - analyzes ONE field only (for testing).
analyze_field_usageComprehensive field usage analysis - find where fields are used across all metadata.
run_apex_testsRun Apex tests and return results with code coverage.
get_apex_test_coverageGet code coverage for Apex classes.
list_apex_test_classesList all Apex test classes in the org.
list_available_profilesList all available profiles in the org.
list_available_permission_setsList all available permission sets in the org (excluding profile-based ones).
SFMCP_HTTP_HOSTSFMCP_HTTP_PORTRENDERSFMCP_OAUTH_DISABLEDPORTTool annotations
No tools have read-only/destructive annotations
Add readOnlyHint or destructiveHint annotations to every tool so hosts can warn users before invoking.
All four hints declared on every tool
59/59 tools missing one or more hints — compare_profiles (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); compare_permission_sets (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); compare_object_field_counts (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +56 more. OpenAI's directory rejects tools where any of the four hints are missing or non-boolean.
For every tool, set all four hints (readOnlyHint, destructiveHint, idempotentHint, openWorldHint) to explicit true/false values that match the handler’s actual behaviour.
Descriptions match behaviour
1 tool describes read intent but its handler mutates — analyze_field_usage (line 925: with open(csv_file_path, 'w', newline='', encoding='utf-8') as csvfile:)
Rename the tool, rewrite the description, or move the side-effect into a separate clearly-named tool.
Tool inputs are validated
47/59 tool handlers declare input schemas (80%)
Declare an inputSchema with zod/joi/yup on every tool definition.
Tool handlers catch errors
56/59 tool handlers wrap calls in try/catch (95%)
Wrap each tool handler body in try/catch and return a structured error response.
Tests exist
No test files found
Add tests that exercise each declared tool.
Tool description accuracy
analyze_field_usage: description implies read-only but handler writes/deletes/executes
Update tool descriptions to accurately reflect all capabilities — especially write, delete, or execute operations.
Claim the listing to review these findings one by one and send us a correction where you disagree, straight to the team. Claiming also means we tell you when the grade moves, and reach you first if we find anything urgent.
[](https://m8ven.ai/mcp/sameershrivastava-sf/salesforce-mcp)?variant=verified from the URL.Vetting this one by hand? Tool Check is an MCP that scores other MCPs. Add it once and ask Claude, ChatGPT, or any MCP client to grade a server, surface CVEs, check the publisher, and suggest safer alternatives — before you install.
https://m8ven.ai/api/mcp/tool-check