← netbrainis.co.za

INDIVIDUAL MCP TOOL

list_capabilities

Everything Netbrain builds, grouped by category, with the capabilities and technologies under each.

netbrainis.co.zanone authenticationAvailability not checked

LIVE ENDPOINT

https://www.netbrainis.co.za/mcp

No auth detected

Connect to this endpoint to inspect the live schema for list_capabilities and invoke it with your own arguments.

Indexed 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 server

netbrainis.co.za

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.za-co-netbrainis-catalogue]
url = "https://www.netbrainis.co.za/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "za-co-netbrainis-catalogue": {
      "type": "http",
      "url": "https://www.netbrainis.co.za/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: za-co-netbrainis-catalogue
Remote MCP URL: https://www.netbrainis.co.za/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": {
    "za-co-netbrainis-catalogue": {
      "url": "https://www.netbrainis.co.za/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "za-co-netbrainis-catalogue": {
      "type": "http",
      "url": "https://www.netbrainis.co.za/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "za-co-netbrainis-catalogue",
  "transport": "streamable-http",
  "url": "https://www.netbrainis.co.za/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_products — Free-text search across every Netbrain product and platform — names, descriptions, capabilities and technologies.
  • get_product — Full detail for a single Netbrain product or platform, by slug.
  • get_contact_info — How to get in touch, and which route suits which enquiry — partnerships, white-labelling the APIs, research collaboration, or access to the Veridix platform.