Skip to main content

Local MCP

Run @prodverdict/mcp in Cursor, Claude Code, or any MCP client. Evaluates all contracts including access (Stripe + DB) in your local environment.

Cursor config

npx prodverdict init --stack nextjs-stripe --mcp --cursor-rule

Or add manually to .cursor/mcp.json:

{
"mcpServers": {
"prodverdict": {
"command": "npx",
"args": ["-y", "@prodverdict/mcp"],
"env": {
"DATABASE_URL": "postgresql://readonly:...@host/db",
"STRIPE_SECRET_KEY": "rk_live_..."
}
}
}
}

Tools

ToolDescription
doctorFast credential diagnostics
check_access_contractStripe/Paddle vs DB
check_config_contractEnv drift
check_migration_contractSQL safety
check_all_contractsAll contracts in config
validate_configYAML parse only
suggest_fixRemediation hints from findings

Prompts

  • setup_prodverdict — scaffold workflow for agents
  • verify_before_pr — pre-PR checklist

Resources

Schema and example fixture URIs (prodverdict://examples/...) for agent context.

Run standalone

npx @prodverdict/mcp

Stdio transport for MCP clients.