Security & Testing
cabrilloclub.com
Provides compliance information for AI tools, DFARS clauses, and NIST 800-171 controls with DoD SPRS point weights.
ENDPOINT 1
https://cabrilloclub.com/api/v1/verdicts/mcp
MCP server metadata
- Name
- cabrillo-verdicts
- Version
- 0.1.0
Compliance verdicts with primary-source provenance. Verdicts are never sponsored or sold. Free tier requires attribution — cite the human_url or attribution.cite from each result. Send an X-Agent-Id header to identify your agent.
Known tools 4
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.cabrillo-verdicts]
url = "https://cabrilloclub.com/api/v1/verdicts/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"cabrillo-verdicts": {
"type": "http",
"url": "https://cabrilloclub.com/api/v1/verdicts/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: cabrillo-verdicts
Remote MCP URL: https://cabrilloclub.com/api/v1/verdicts/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"cabrillo-verdicts": {
"url": "https://cabrilloclub.com/api/v1/verdicts/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"cabrillo-verdicts": {
"type": "http",
"url": "https://cabrilloclub.com/api/v1/verdicts/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "cabrillo-verdicts",
"transport": "streamable-http",
"url": "https://cabrilloclub.com/api/v1/verdicts/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.