Publish-readiness validator for the MCP Registry. Checks server.json (schema, reverse-DNS name, packages, transport) + cross-checks version/mcpName with package.json/Cargo.toml/pyproject.toml before mcp-publisher. Single Rust binary, SARIF, GitHub Action.
View on GitHub →
🔍 Audit Wallet Slippage →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-passport": {
"command": "cargo",
"args": [
"run",
"--",
"mcp-passport"
]
}
}
}
Run in terminal:
claude mcp add mcp-passport cargo run -- mcp-passport
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-passport": {
"command": "cargo",
"args": [
"run",
"--",
"mcp-passport"
]
}
}
}
Topics
ciclimcpmodel-context-protocolregistryrustsarifvalidator