Skip to content

AI integrations (MCP)

Eriga is accessible to AI agents through the Model Context Protocol (MCP) — an open standard that lets assistants like Claude or ChatGPT read your data and act on the system, always under your authorization.

MCP is an open protocol that lets AI agents:

  • Read your Eriga data — resources, units, certificates, compliance state
  • Act on your behalf — create resources, issue certificates, generate reports
  • Under your control — every connection requires you to log in to Eriga and authorize access
https://mcp.eriga.app/mcp

This is the only piece of configuration you need. Every supported client follows the same flow: paste the URL, log in to Eriga in the browser when prompted, approve access. No tokens, no JSON files.

  1. Open Claude.ai → SettingsConnectorsAdd custom connector.
  2. Paste https://mcp.eriga.app/mcp as the server URL.
  3. Click Connect. A browser popup opens — log in with your Eriga account and approve access.
  4. Eriga tools become available in any conversation.
  1. Open Claude Desktop → SettingsConnectors (or DeveloperMCP servers, depending on version).
  2. Add a new server with URL https://mcp.eriga.app/mcp.
  3. Restart Claude. The first time you use a tool, a browser popup will ask you to log in to Eriga.
  1. Open ChatGPT (Pro / Team / Enterprise) → SettingsConnectorsAdd connector.
  2. Choose MCP server and paste https://mcp.eriga.app/mcp.
  3. Authorize via the Eriga login popup.
  1. Open Cursor → SettingsMCPAdd server.
  2. Paste https://mcp.eriga.app/mcp.
  3. Authorize via the Eriga login popup.

Eriga tools accept a space parameter — pass the Space name in the conversation (“get expiring certificates for ACME”), the agent figures out the right Space to query. Your account’s default Space is used when omitted.

  • Every connection goes through OAuth — you log in to Eriga and explicitly approve access
  • Connections can be revoked at any time from Settings > Connections
  • Every action is recorded in the audit trail
  • Tokens are short-lived and scoped to your user

If you’re integrating MCP from code or building a custom agent, see the developer reference for OAuth discovery, audience requirements and the full tool catalog.

Email support@eriga.app for questions about AI integrations.