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.
What is MCP
Section titled “What is MCP”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
Server URL
Section titled “Server URL”https://mcp.eriga.app/mcpThis 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.
Connect Claude.ai (web)
Section titled “Connect Claude.ai (web)”- Open Claude.ai → Settings → Connectors → Add custom connector.
- Paste
https://mcp.eriga.app/mcpas the server URL. - Click Connect. A browser popup opens — log in with your Eriga account and approve access.
- Eriga tools become available in any conversation.
Connect Claude Desktop
Section titled “Connect Claude Desktop”- Open Claude Desktop → Settings → Connectors (or Developer → MCP servers, depending on version).
- Add a new server with URL
https://mcp.eriga.app/mcp. - Restart Claude. The first time you use a tool, a browser popup will ask you to log in to Eriga.
Connect ChatGPT
Section titled “Connect ChatGPT”- Open ChatGPT (Pro / Team / Enterprise) → Settings → Connectors → Add connector.
- Choose MCP server and paste
https://mcp.eriga.app/mcp. - Authorize via the Eriga login popup.
Connect Cursor
Section titled “Connect Cursor”- Open Cursor → Settings → MCP → Add server.
- Paste
https://mcp.eriga.app/mcp. - Authorize via the Eriga login popup.
Working with multiple Spaces
Section titled “Working with multiple Spaces”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.
Security
Section titled “Security”- 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
Building a custom agent
Section titled “Building a custom agent”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.
Need help?
Section titled “Need help?”Email support@eriga.app for questions about AI integrations.