Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name, description or schema mentions credentials.
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.brainstormmsp-ai]
url = "https://brainstormmsp.ai/api/v1/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"brainstormmsp-ai": {
"type": "http",
"url": "https://brainstormmsp.ai/api/v1/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: brainstormmsp-ai
Remote MCP URL: https://brainstormmsp.ai/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": {
"brainstormmsp-ai": {
"url": "https://brainstormmsp.ai/api/v1/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"brainstormmsp-ai": {
"type": "http",
"url": "https://brainstormmsp.ai/api/v1/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "brainstormmsp-ai",
"transport": "streamable-http",
"url": "https://brainstormmsp.ai/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_evidence_verify— Verify the integrity of an evidence 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).