veya-mcp

veyanet/veya-mcp
★ 0 stars TypeScript Browser/Web Updated today
@veyanet/mcp is the Model Context Protocol server for VEYA on Robinhood Chain providing Streamable HTTP tools for describe, chain ping, hashing, verify, and verifiable onchain reads.
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": {
    "veya-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "veyanet/veya-mcp"
      ]
    }
  }
}