mcp/veyrax

Verified Publisher

By mcp

Updated about 1 year ago

VeyraX MCP is the only connection you need to access all your tools in any MCP-compatible environ...

Image
Machine learning & AI
4

8.4K

mcp/veyrax repository overview

VeyraX MCP Server

VeyraX MCP is the only connection you need to access all your tools in any MCP-compatible environment.

What is an MCP Server?

MCP Info

AttributeDetails
Docker Imagemcp/veyrax
AuthorVeyraX
Repositoryhttps://github.com/VeyraX/veyrax-mcp

Image Building Info

AttributeDetails
Dockerfilehttps://github.com/VeyraX/veyrax-mcp/blob/4171ea88cc3a0e28599b68166eb54281470d622f/Dockerfile
Commit4171ea88cc3a0e28599b68166eb54281470d622f
Docker Image built byDocker Inc.
Docker Scout Health ScoreDocker Scout Health Score
Verify SignatureCOSIGN_REPOSITORY=mcp/signatures cosign verify mcp/veyrax --key https://raw.githubusercontent.com/docker/keyring/refs/heads/main/public/mcp/latest.pub
Licence

Available Tools (3)

Tools provided by this ServerShort Description
get_flow"Use this tool to retrieve a specific workflow by its ID.
get_tools"Use this tool to retrieve a list of available tools from the Veyrax API.
tool_call"Use this tool to execute a specific method of another tool with the provided parameters based on get-tools tool response.

Tools Details

Tool: get_flow

"Use this tool to retrieve a specific workflow by its ID.

Workflow is sequence of steps that are executed in order to get some result. Flow comes with description, steps and input schema of all methods to call.

You can call this tool once you have a flowId which usually you can get from: user directly OR using get-tools method."

ParametersTypeDescription
flowIdstringThe ID of the workflow to retrieve.

Tool: get_tools

"Use this tool to retrieve a list of available tools from the Veyrax API. This will return dynamic tools that user has access to. You can use this tool to get the list of tools, method names and parameters, and then use tool_call tool to call the tool with the provided parameters. This method also returns all flows with name and id that user has access to (if any). "

ParametersTypeDescription
questionstringQuery question that you want find answer for. Try to ALWAYS provide this field based on conversation with user. Could be your reasoning for calling tool.
toolstringGuess the tool name. Use explicit information based on the user's request or make an educated guess. It will be used for vector search for identifying the most relevant tools.

Tool: tool_call

"Use this tool to execute a specific method of another tool with the provided parameters based on get-tools tool response. You need to specify the tool name, method name, and any required parameters for that method."

ParametersTypeDescription
methodstringThe method of the tool to call (e.g., 'get_messages', 'send_message', 'list_events')
toolstringThe name of the tool to call (e.g., 'gmail', 'google-calendar', 'slack')
parametersobject optionalThe parameters required by the specific tool method being called, it is MUST HAVE field.
questionstring optionalUser question that you want find answer for. Try to ALWAYS provide this field based on conversation with user. Could be your reasoning for calling tool.

Use this MCP Server

{
  "mcpServers": {
    "veyrax": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "-e",
        "VEYRAX_API_KEY",
        "mcp/veyrax"
      ],
      "env": {
        "VEYRAX_API_KEY": "your-veyrax-api-key-here"
      }
    }
  }
}

Why is it safer to run MCP Servers with Docker?

Install from MCP:Hub

Tag summary

Content type

Image

Digest

sha256:257d91533

Size

67.2 MB

Last updated

about 1 year ago

docker pull mcp/veyrax

This week's pulls

Pulls:

1,653

Last week