After deploying and connecting your MCP tools, you have multiple ways to access and use them. This guide covers the different methods of interacting with your tools.
All connected MCP tools are automatically available through the VeyraX API ecosystem. The VeyraX API provides a consistent interface for accessing all your tools through standard endpoints:
GET /get-tools: Retrieve a list of all available tools including your MCP tools
POST /tool-call: Execute specific tool methods with parameters
This method requires no additional setup beyond the initial connection and works automatically with all tools in your VeyraX account.
When you deploy an MCP tool with VeyraX, a unique SSE (Server-Sent Events) link is created for your tool. This link can be used with any MCP-compatible client:
Find your unique SSE link in the deployment dashboard
Open the JSON configuration, copy it
Add it to any MCP-compatible environment
Add it to your preferred MCP-compatible client:
Cursor
Claude
VS Code
Custom implementations with ISDK, Agent SDK
Any other MCP client
This method enables direct integration without dependency on the VeyraX API infrastructure.