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
| Tool | Description |
|---|---|
doctor | Fast credential diagnostics |
check_access_contract | Stripe/Paddle vs DB |
check_config_contract | Env drift |
check_migration_contract | SQL safety |
check_all_contracts | All contracts in config |
validate_config | YAML parse only |
suggest_fix | Remediation hints from findings |
Prompts
setup_prodverdict— scaffold workflow for agentsverify_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.