Skip to content
MCP-Bridge
SecurityAuto-generated

Events API MCP Server

1Password Events API Specification.

Quick Setup

Transport: STDIO

Command: npx -y @mcp/1password-com-events

Environment Variables

EVENTS_API_API_KEY

Example: your_events_api_api_key

MCP Server Configuration

Add this to your claude_desktop_config.json or Cursor MCP settings.

{
  "mcpServers": {
    "1password-com-events": {
      "command": "npx",
      "args": ["-y","@mcp/1password-com-events"],
      "env": {
      "EVENTS_API_API_KEY": "your_events_api_api_key"
}
    }
  }
}

Endpoints

GET/api/auth/introspect

Performs introspection of the provided Bearer JWT token

POST/api/v1/itemusages

Retrieves item usages

POST/api/v1/signinattempts

Retrieves sign-in attempts