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_KEYExample: 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/introspectPerforms introspection of the provided Bearer JWT token
POST
/api/v1/itemusagesRetrieves item usages
POST
/api/v1/signinattemptsRetrieves sign-in attempts