-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbasic-with-asm.server.json
More file actions
60 lines (60 loc) · 1.77 KB
/
basic-with-asm.server.json
File metadata and controls
60 lines (60 loc) · 1.77 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-29/server.schema.json",
"name": "io.asm.example/basic-email",
"description": "Example MCP server with inline ASM value metadata.",
"status": "active",
"repository": {
"url": "https://github.com/calebguo007/asm-spec",
"source": "github"
},
"version": "1.0.0",
"_meta": {
"io.modelcontextprotocol.registry/publisher-provided": {
"asm": {
"asm_version": "0.3",
"service_id": "resend/email-api@v1",
"taxonomy": "tool.communication.email",
"display_name": "Resend Email API",
"provenance": {
"source_url": "https://resend.com/pricing",
"retrieved_at": "2026-05-08T00:00:00Z",
"last_verified_at": "2026-05-08T00:00:00Z",
"verification_status": "manual_verified",
"notes": "Example ASM metadata embedded in MCP server.json _meta."
},
"pricing": {
"billing_dimensions": [
{
"dimension": "email",
"unit": "per_1K",
"cost_per_unit": 0.1,
"currency": "USD"
}
]
},
"quality": {
"metrics": [
{
"name": "delivery_rate",
"score": 0.997,
"scale": "0-1",
"benchmark": "provider status and delivery telemetry",
"self_reported": true
}
]
},
"sla": {
"latency_p50": "200ms",
"latency_p99": "800ms",
"uptime": 0.999,
"rate_limit": "1000 req/min"
},
"payment": {
"methods": ["stripe", "api_key_prepaid"],
"auth_type": "api_key",
"signup_url": "https://resend.com"
}
}
}
}
}