List MCP connections
GET /api/mcp-connections
Returns all registered MCP server connections for the tenant. MCP connections represent external servers that expose tools for your AI agents to interact with business systems (order management, CRM, inventory, etc.).
Authorizations
Section titled “Authorizations ”Responses
Section titled “ Responses ”All MCP connections for the tenant.
List of registered MCP server connections for the tenant.
An MCP (Model Context Protocol) connection represents a registered external MCP server that your AI agents can interact with. MCP servers expose tools that let agents query your business systems — for example, looking up order status, checking inventory, or creating quotes. Connections are configured with authentication credentials stored securely in Infisical.
object
Unique identifier for the connection.
Example
mc1a2b3c-5678-9abc-def0-1234567890abThe tenant this connection belongs to.
Example
a0b1c2d3-4567-89ab-cdef-0123456789abHuman-readable name identifying this connection.
Example
Order Management SystemThe URL of the MCP server endpoint.
Example
https://mcp.example.com/omsAuthentication method used to connect to the MCP server. ‘bearer’ sends a token in the Authorization header. ‘none’ means no authentication.
Example
bearerCurrent health status of the connection. ‘active’ means the last health check passed. ‘error’ means the server is unreachable or returned an error. ‘unknown’ means no health check has been performed.
Example
activeInstructions provided by the MCP server that help agents understand when and how to use its tools. These are included in the agent’s system prompt when the connection is assigned.
Example
Use this server to look up order status, shipping details, and return eligibility. Always pass the order_id as a string.Timestamp of the last successful or failed health check. Null if never tested.
Example
2026-03-25T12:00:00.000ZTimestamp when the connection was registered.
Example
2026-01-10T14:00:00.000ZTimestamp when the connection was last updated.
Example
2026-03-25T12:00:00.000Z