blackpoint-mcp

WYRE-AI/blackpoint-mcp
★ 0 stars TypeScript Other Updated today
Blackpoint Cyber MCP server for the WYRE MCP Gateway
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "blackpoint-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "WYRE-AI/blackpoint-mcp"
      ]
    }
  }
}