Security & Testing
onyxprotocol.trade
Provides risk screening and compliance checks for cryptocurrency addresses, including sanctions, blacklists, and fraud detection.
ENDPOINT 1
https://onyxprotocol.trade/mcp
MCP server metadata
- Name
- onyx-aml
- Version
- 1.0.0
Screen a crypto address before sending funds to it. Start with onyx_decide: it returns allow, review or deny against a policy you provide, instead of raw data you have to interpret. A green result means no public risk markers were found; it is not a guarantee that funds are clean, and every response repeats that. Paid operations need an API key: call onyx_payment_info to see how to get one by paying on chain, with no account and no signup.
Known tools 8
onyx_decideReturn allow / review / deny for a counterparty address against your own risk policy, with the reasons named.
Inferred read-onlyonyx_screenReturn the raw risk markers for one address: risk zone, issuer blacklists, sanctions coverage, scam databases, community reports, address age, balance and exchange attribution where known.
Inferred read-onlyonyx_screen_batchScreen up to 50 addresses in a single call, for example before a mass payout.
Inferred read-onlyonyx_preflightOperational safety check for a payment, separate from risk screening.
Potential side effectsonyx_traceMulti-hop trace of outgoing flows from an address, with attribution where a node is known (exchange labels, deposit addresses).
Inferred read-onlyonyx_payment_infoMachine-readable payment terms: which asset and network to send, the address, prices per operation, and how to claim an API key from the address you paid from.
Potential side effectsCONNECT 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.onyx-aml]
url = "https://onyxprotocol.trade/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"onyx-aml": {
"type": "http",
"url": "https://onyxprotocol.trade/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: onyx-aml
Remote MCP URL: https://onyxprotocol.trade/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": {
"onyx-aml": {
"url": "https://onyxprotocol.trade/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"onyx-aml": {
"type": "http",
"url": "https://onyxprotocol.trade/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "onyx-aml",
"transport": "streamable-http",
"url": "https://onyxprotocol.trade/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.