# VeyraX MCP

Provide seamless access to all your integrated tools across multiple MCP-compatible environments with a single authentication. Connect once to the VeyraX platform and instantly use your tools in edit…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add clarenous/veyrax-mcp

# Browse available tools
npx -y @smithery/cli@latest tool list clarenous/veyrax-mcp

# Get full schema for a tool
npx -y @smithery/cli@latest tool get clarenous/veyrax-mcp get_tools

# Call a tool
npx -y @smithery/cli@latest tool call clarenous/veyrax-mcp get_tools '{}'
```

## Tools (3)

- `get_tools`
- `tool_call`
- `get_flow`

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get clarenous/veyrax-mcp <tool-name>
```

---

Source: https://github.com/clarenous/veyrax-mcp
