ortho32-mcp

BEL-ESPRIT-D-ACCORD-TRUST-HOLDINGS/ortho32-mcp
★ 0 stars Awk Code/Dev Tools Updated today
ORTHO-32 MCP Server — connects VS Code, Cursor, Claude Code, JetBrains to the ORTHO platform via Model Context Protocol
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": {
    "ortho32-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "BEL-ESPRIT-D-ACCORD-TRUST-HOLDINGS/ortho32-mcp"
      ]
    }
  }
}

README Excerpt

Deterministic stdio MCP server implemented in AWK. This repository is intentionally small. The MCP server reads one JSON-RPC message per line from `stdin`, dispatches methods in AWK, and writes one JSON-RPC response per line to `stdout`. Diagnostics go to `stderr`. `stdout` is protocol only. ```text MCP client

Tools (6)

awk_countawk_fieldsawk_filterawk_regexawk_transforminitialize