← Registry

Security & Testing

netbrainis.co.za

Provides AML screening, KYC verification, and risk assessment for compliance against sanctions and watchlists.

3 endpoints8 known toolsFirst detected July 25, 2026Last detected July 29, 2026

ENDPOINT 1

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

No auth detected

MCP server metadata

Name
compliance-api
Version
1.0.0
Capabilities
tools
Server instructions

Compliance API MCP Server — provides KYC verification, AML sanctions screening, and regulatory risk assessment tools. Powered by real OFAC SDN and UN Security Council sanctions data with Jaro-Winkler fuzzy name matching. Data sources: US Treasury OFAC (~18,700 entries), UN Security Council (~1,000 entries). Tools are paid per call via x402 USDC micropayments on Base. The caller is responsible for signing the x402 challenge and attaching an X-PAYMENT header to the MCP HTTP request — the server forwards it to the underlying compliance API. Use kyc_check (cost: $0.01) for identity verification, aml_screen ($0.05) for sanctions/PEP screening, risk_report ($0.10) for comprehensive risk assessment, and wallet_screen ($0.05) for on-chain wallet address screening (OFAC sanctioned-address + counterparty/mixer exposure across Ethereum and Base).

Known tools 4

aml_screen

Screen an entity against Anti-Money Laundering (AML) watchlists including OFAC SDN and UN sanctions.

Inferred read-only
kyc_check

Run a KYC (Know Your Customer) identity verification check against OFAC and UN sanctions lists.

Inferred read-only
risk_report

Generate a comprehensive regulatory risk assessment report combining KYC verification, AML sanctions screening, and multi-jurisdiction risk analysis.

Inferred read-only
wallet_screen

Screen a blockchain wallet address for compliance risk.

Inferred read-only

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

ENDPOINT 2

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

No auth detected

Known tools 0

No tool metadata was available in the registry cache.

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

ENDPOINT 3

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

No auth detected

MCP server metadata

Name
za.co.netbrainis/catalogue
Version
1.1.0
Capabilities
tools
Server instructions

The Netbrain Integrated Solutions catalogue: developer tools and applied AI built in Johannesburg since 2010. Use search_products for a specific technology or problem, list_capabilities for an open "what do they do" question, get_product for full detail on one entry, and get_contact_info for how to make an enquiry. Entries are either products (bought in the store) or platforms (run by Netbrain, arranged by enquiry). Prices are not published here — direct pricing questions to the contact page.

Known tools 4

search_products

Free-text search across every Netbrain product and platform — names, descriptions, capabilities and technologies.

Inferred read-only
get_product

Full detail for a single Netbrain product or platform, by slug.

Inferred read-only
list_capabilities

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

Inferred read-only
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.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for netbrainis.co.za was fetched 2026-07-27T02:11:02.342Z and is being refreshed.

Trust status Trusted

netbrainis.co.za is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.