Odel
mcp server insumer

mcp server insumer

Local
@douglasborthwick-crypto1TypeScriptMITUpdated 4 days ago

Read-first blockchain verification. ECDSA-signed booleans across 38 chains. 27 tools.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmmcp-server-insumerv1.13.3

Run

npx -y mcp-server-insumer

MCP client config

{
  "mcpServers": {
    "mcp-server-insumer": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-server-insumer"
      ]
    }
  }
}