Mmcp.market

Provar MCP Server

by ProvarTesting·io.github.ProvarTesting/provar·v1.6.5

Provar MCP: AI-powered Salesforce test automation. Generate, validate, migrate, and run tests.

A88/100grade A
What users say
No reviews yet
Be the first
Safety scan
A88/100

full report

Adoption
Growing

1 stars1.7k downloads/wk

Reviews

Write one

Nobody has reviewed Provar MCP Server yet.

If you have run it, two minutes of your experience saves the next person an afternoon.

Provar MCP Server tools (43, 5 write)

write = sends, deletes, buys or posts

Read from the package source without running it. The installed server may list more.

  • provar_ant_generate
  • provar_ant_validate
  • provar_automation_compile
  • provar_automation_config_load
  • provar_automation_metadata_download
  • provar_automation_setup
  • provar_automation_testrun
  • provar_connection_list
  • provar_nitrox_discover
  • provar_nitrox_generate
  • provar_nitrox_patchwrite action
  • provar_nitrox_read
  • provar_nitrox_validate
  • provar_org_describe
  • provar_pageobject_generate
  • provar_pageobject_validate
  • provar_project_inspect
  • provar_project_validate
  • provar_properties_generate
  • provar_properties_read
  • provar_properties_set
  • provar_properties_validate
  • provar_qualityhub_connect
  • provar_qualityhub_defect_createwrite action
  • provar_qualityhub_display
  • provar_qualityhub_examples_retrieve
  • provar_qualityhub_testcase_retrieve
  • provar_qualityhub_testrun
  • provar_qualityhub_testrun_abort
  • provar_qualityhub_testrun_report
  • provar_step_schema
  • provar_testcase_generate
  • provar_testcase_step_edit
  • provar_testcase_validate
  • provar_testplan_add-instance
  • provar_testplan_createwrite action
  • provar_testplan_create-suitewrite action
  • provar_testplan_remove-instancewrite action
  • provar_testplan_validate
  • provar_testrun_rca
  • provar_testrun_report_locate
  • provar_testsuite_validate
  • provardx_ping

Public scan report

scanner v0.1.9 · 2026-09-24 · same rubric, same numbers if you re-run it

no findings
  • Code scan153 source files scanned25/25
  • –Live reliabilityno gateway calls yet and no remote to proben/a
  • –Tool poisoningtools not inspected (local package is not executed); not countedn/a
  • Auth qualitylocal package, no credentials required12/15
  • Maintenancelast push 62 days ago12/15
  • Maintainer identityregistry namespace matches repository owner; GitHub account older than a year8/10
Overall 88/100. Components that don't apply are left out of the denominator. Any critical finding is an F.RubricAppeal a findingJSON

What the publisher says

From the Provar MCP Server repository's README, as published. We do not edit it. Read it on GitHub

@provartesting/provardx-cli

What is the ProvarDX CLI?

The Provar DX CLI is a Salesforce CLI plugin for Provar customers who want to automate the execution of tests using Provar Automation, and the reporting of test results and other quality-related metrics to Provar Quality Hub.

Installation, Update, and Uninstall

Requires Node.js 18–24 (LTS 22 recommended). Node 25+ is not yet supported due to a breaking change in a transitive dependency. Check with node --version.

Install the plugin

$ sf plugins install @provartesting/provardx-cli

Update plugins

$ sf plugins update

Uninstall the plugin

$ sf plugins uninstall @provartesting/provardx-cli

MCP Server (AI-Assisted Quality)

The Provar DX CLI includes a built-in Model Context Protocol (MCP) server that connects AI assistants (Claude Desktop, Claude Code, Cursor) directly to your Provar project. Once connected, an AI agent can inspect your project structure, generate Page Objects and test cases, validate every level of the test hierarchy with quality scores, and work with NitroX (Hybrid Model) component page objects for LWC, Screen Flow, Industry Components, Experience Cloud, and HTML5.

Validation runs in two modes: local only (structural rules, no key required) or Quality Hub API (170+ rules, quality scoring — requires a pvk API key). Don't have an account? Request access.

Quick setup

Requires: Provar Automation IDE installed with an activated license. Node.js 18–24 must be on your PATH.

Option A — Zero-install (recommended for Claude Desktop)

No prior setup needed. Paste this into your Claude Desktop config file and restart the app:

  • macOS: ~/Library/Application Support/Claude/claudedesktopconfig.json
  • Windows: %APPDATA%\Claude\claudedesktopconfig.json
{
  "mcpServers": {
    "provar": {
      "command": "npx",
      "args": ["-y", "@provartesting/provardx-cli", "mcp", "start", "--allowed-paths", "/path/to/your/provar/project"]
    }
  }
}

npx -y downloads the package automatically on first use — no sf or separate install step required.

Claude Code — run once to register the server:

claude mcp add provar -s user -- npx -y @provartesting/provardx-cli mcp start --allowed-paths /path/to/your/provar/project

Option B — Global sf plugin install

Prefer a persistent global install? Install once, then use the sf command:

# 1. Install the plugin
sf plugins install @provartesting/provardx-cli

# 2. (Optional) Authenticate for full 170+ rule validation
sf provar auth login

Claude Desktop config using the global install:

{
  "mcpServers": {
    "provar": {
      "command": "sf",
      "args": ["provar", "mcp", "start", "--allowed-paths", "/path/to/your/provar/project"]
    }
  }
}

Windows (Claude Desktop): Use sf.cmd instead of sf if the server fails to start.

Claude Code using the global install:

claude mcp add provar -s user -- sf provar mcp start --allowed-paths /path/to/your/provar/project

📖 docs/mcp.md — full setup, all 43 tools, 6 resources, 11 MCP prompts, troubleshooting.

Commands

Shortened. The full README is on GitHub.

Nothing above is checked by us. What we check is on the safety report.

Install directly

Runs npx -y @provartesting/provardx-cli on your machine. Read the scan report first; the gateway never runs local packages.

claude mcp add provar -- npx -y @provartesting/provardx-cli
Add to Cursor

Provar MCP Server: common questions

Is Provar MCP Server safe?
Yes, by our scan: it is graded A (88/100). Read the Provar MCP Server safety report
How do I install Provar MCP Server?
It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
Does Provar MCP Server need an API key?
Not as far as the registry entry and our scan can tell: no credentials are declared or required.
Is Provar MCP Server maintained?
The last commit was 63 days ago (2026-07-24). The latest release is v1.6.5.

Alternatives to Provar MCP Server

Same job from other publishers: the closest match first, then the best rated.

All Provar MCP Server alternatives →
  • Salesforce
    Salesforce CRM MCP server: accounts, contacts, opportunities, leads, tasks, and custom objects
    A
  • Salesforce Cloud
    AI-powered Salesforce CRM: opportunity intelligence, conversation analysis, SOQL, analytics
    B
  • sf-intelligence — Salesforce org intelligence for AI agents
    Offline, read-only MCP knowledge base for one Salesforce org's metadata, deps & impact.
    A
  • Salesforce Metadata
    The only Salesforce MCP with Agentforce, OmniStudio & DevOps Center tools — 228 total.
    B
  • Agentforce Action Audit
    13 rules on a Salesforce Agentforce topic file, before the deploy and before Article 50
    A

More from ProvarTesting →