courier-mcp 0.1.0 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +30 -3
package/package.json CHANGED
@@ -1,13 +1,40 @@
1
1
  {
2
2
  "name": "courier-mcp",
3
- "version": "0.1.0",
4
- "description": "MCP server for Courier — give your AI agent email in under 5 seconds",
3
+ "version": "0.1.1",
4
+ "description": "MCP server for temporary AI agent email inboxes. Create disposable inboxes, receive OTP codes, extract magic links, handle verification emails. For Hermes, Claude Code, Cursor, and OpenAI Agents.",
5
5
  "type": "module",
6
6
  "bin": {
7
7
  "courier-mcp": "./server.mjs"
8
8
  },
9
9
  "files": ["server.mjs"],
10
- "keywords": ["mcp", "courier", "email", "ai-agents", "otp", "verification", "magic-links"],
10
+ "keywords": [
11
+ "mcp",
12
+ "temporary email",
13
+ "ai agent inbox",
14
+ "otp extraction",
15
+ "verification code",
16
+ "magic link",
17
+ "disposable inbox",
18
+ "autonomous email",
19
+ "temp inbox",
20
+ "email verification",
21
+ "agent email",
22
+ "hermes agent",
23
+ "claude code",
24
+ "cursor",
25
+ "openai agents",
26
+ "receive email",
27
+ "ai authentication",
28
+ "email api",
29
+ "smtp",
30
+ "courier",
31
+ "ai-agents",
32
+ "verification",
33
+ "otp",
34
+ "magic-links",
35
+ "autonomous-agents",
36
+ "disposable-email"
37
+ ],
11
38
  "license": "MIT",
12
39
  "repository": {
13
40
  "type": "git",