MCP server
Sigrex provides an MCP (Model Context Protocol) server that allows AI agents, developer tools, and external applications to interact with the Sigrex platform in a standardized way.
Using the MCP protocol, compatible clients can automatically discover available tools and capabilities exposed by the platform without requiring manual integration.
Server Endpoint
The MCP server is available at:
https://mcp.sigrex.ioClients connect to this endpoint to perform discovery and retrieve available tools.
Connecting to the MCP Server
To connect your MCP-compatible client, configure the server URL:
{
"mcp": {
"servers": {
"sigrex.io": {
"type": "http",
"url": "https://mcp.sigrex.io"
}
}
}
}After configuration, the client will automatically perform a discovery request and list the available tools.
Last updated