← brainstorm.co
INDIVIDUAL MCP TOOL
msp_evidence_verify
Verify the integrity of an evidence hash chain.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
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.brainstorm-co]
url = "https://brainstorm.co/api/v1/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"brainstorm-co": {
"type": "http",
"url": "https://brainstorm.co/api/v1/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: brainstorm-co
Remote MCP URL: https://brainstorm.co/api/v1/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": {
"brainstorm-co": {
"url": "https://brainstorm.co/api/v1/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"brainstorm-co": {
"type": "http",
"url": "https://brainstorm.co/api/v1/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "brainstorm-co",
"transport": "streamable-http",
"url": "https://brainstorm.co/api/v1/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
msp_brain_query— Hybrid search across the MSP knowledge base with citations.msp_brain_coverage— CIS safeguard coverage map showing which controls are implemented, partially implemented, or missing.msp_brain_gaps— Coverage gap analysis identifying missing or weak security controls.msp_evidence_list— List recent evidence records from the SHA-256 hash chain.msp_devices_list— Unified device inventory across all connected RMM platforms.msp_devices_summary— Device counts grouped by type and status.msp_compliance_frameworks— List available compliance frameworks (CIS v8, NIST CSF, SOC 2, HIPAA, CMMC).msp_compliance_score— Overall compliance score as a percentage across active frameworks.