oilflow-mcp-server

rafaemush/oilflow-mcp-server
★ 0 stars TypeScript API Integration Updated today
MCP server for OilFlow Network: screen counterparties against 8 government sanctions lists and a first-party fraud-cluster registry, check tradability across 235 jurisdictions, run pre-deal checks. Three tools need no API key.
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": {
    "oilflow-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "rafaemush/oilflow-mcp-server"
      ]
    }
  }
}