Events API MCP Config
1Password Events API Specification.
Config URL
Use this URL in any MCP-compatible client to fetch the config automatically.
https://mcp-bridge.pages.dev/config/1password-com-events.jsonConfiguration JSON
Use curl https://mcp-bridge.pages.dev/config/1password-com-events.json to fetch programmatically.
{
"mcpServers": {
"1password-com-events": {
"command": "npx",
"args": ["-y","@mcp/1password-com-events"],
"env": {
"EVENTS_API_API_KEY": "your_events_api_api_key"
}
}
}
}How to Use
Cursor
Go to Cursor Settings → MCP Servers → Add with the JSON above.
CLI / curl
Fetch the config programmatically:
curl https://mcp-bridge.pages.dev/config/1password-com-events.jsonEnvironment Variables
EVENTS_API_API_KEYReplace your_events_api_api_key with your actual 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