VeyraX MCP Server
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more
Install and connect
Installation and connection instructions are shown only when supported by retained package, repository, or endpoint evidence.
No verified installation or connection method is available in the retained evidence yet.
Identity
| Canonical slug | veyrax-4b53b991 | Deployment | Insufficient Evidence |
|---|---|---|---|
| Canonical package | — | Repository | VeyraX/veyrax-mcp |
| First published | — | Latest release | — |
| Last security verification | Aug 25, 2026 | Classification confidence | 10% |
| Publication | Published | Official distribution | Yes |
Distributions
| Channel | Identifier | Current version | Versions | Source |
|---|---|---|---|---|
| source_git | veyrax/veyrax-mcp | 4171ea88cc3a0e28599b68166eb54281470d622f | 1 | Repository |
Current release
| Package | Version | Published / observed | Inventory | Security scan |
|---|---|---|---|---|
| source_gitveyrax/veyrax-mcp | 4171ea88cc3a0e28599b68166eb54281470d622fCurrent | Aug 25, 2026 | 3 toolsSucceeded · 0 resources · 0 prompts | Verified clean |
Continuously monitor this MCP for security risk
Independently scan the exact version your agents use, receive alerts when its risk changes, and investigate every finding with retained version evidence.
- Independent exact-version security scans
- Continuous release and vulnerability monitoring
- Risk-change alerts with capability context
- Historical evidence and API exports
Current version evidence
| Provenance | immutable_git_commit | Signature | — |
|---|---|---|---|
| MCP SDK | — | Artifact SHA-256 | 8f77c2a859be3a20f2ffbbbcee26be9c0980dc11175bfca15031ff0e96f03f19 |
| Scanner | mcp-proof-engine 0.1.0 | Scan completed | Aug 25, 2026 |
| Security rating | — | Methodology | — |
Current protocol inventory
Tools 3
| Tool | Category | Annotations | Risk |
|---|---|---|---|
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."
Input schema{
"type": "object",
"properties": {
"flowId": {
"type": "string",
"description": "The ID of the workflow to retrieve."
}
},
"required": [
"flowId"
],
"additionalProperties": false,
"$schema": "http://json-schema.org/draft-07/schema#"
} | — | — | |
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).
"
Input schema{
"type": "object",
"properties": {
"question": {
"type": "string",
"description": "Query 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."
},
"tool": {
"type": "string",
"description": "Guess 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."
}
},
"required": [
"question",
"tool"
],
"additionalProperties": false,
"$schema": "http://json-schema.org/draft-07/schema#"
} | — | — | |
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."
Input schema{
"type": "object",
"properties": {
"tool": {
"type": "string",
"description": "The name of the tool to call (e.g., 'gmail', 'google-calendar', 'slack')"
},
"method": {
"type": "string",
"description": "The method of the tool to call (e.g., 'get_messages', 'send_message', 'list_events')"
},
"parameters": {
"type": "object",
"additionalProperties": {},
"default": {},
"description": "The parameters required by the specific tool method being called, it is MUST HAVE field."
},
"question": {
"type": "string",
"description": "User 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."
}
},
"required": [
"tool",
"method"
],
"additionalProperties": false,
"$schema": "http://json-schema.org/draft-07/schema#"
} | — | — |
Resources 0
- None observed.
Resource templates 0
- None observed.
Prompts 0
- None observed.
Remote endpoints
| Endpoint | Transport | Authentication | Health | Observed |
|---|---|---|---|---|
| No verified remote endpoint is linked. | ||||
VeyraX MCP Server questions
How do I install VeyraX MCP Server?
No verified package installation command is available in the retained catalog evidence.
What tools does VeyraX MCP Server provide?
VeyraX MCP Server exposed 3 tools during independent protocol observation, including get_flow, get_tools, tool_call.
Is VeyraX MCP Server secure?
Our scanner tested version 4171ea88cc3a0e28599b68166eb54281470d622f without proving a finding in the methods exercised. This is not a guarantee that every deployment is secure.
Explore related MCP server guides
Curated product and capability guides containing this catalog record.