transpareo-cli

transpareo/transpareo-cli
★ 0 stars Go Code/Dev Tools Updated today
Command-line tool, MCP server and Go client for the Transpareo platform
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": {
    "transpareo-cli": {
      "command": "go",
      "args": [
        "run",
        "github.com/transpareo/transpareo-cli@latest"
      ]
    }
  }
}

README Excerpt

One binary for the Transpareo API: a command-line tool for people and scripts, an MCP server and an agent skill for assistants, and an importable Go client. It logs in with the client credentials of an API consumer, reaches every endpoint of a workspace, and prints JSON that pipelines and assistants can read.