-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathserver.json
More file actions
54 lines (54 loc) · 1.46 KB
/
server.json
File metadata and controls
54 lines (54 loc) · 1.46 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
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.atxp-dev/atxp",
"title": "ATXP — Agent Payment & Wallet Infrastructure",
"description": "Agent wallet, email, phone, and 41 paid tools: search, image/video/music gen, SMS, calls.",
"version": "1.21.2",
"websiteUrl": "https://atxp.ai",
"repository": {
"url": "https://github.com/atxp-dev/atxp",
"source": "github"
},
"packages": [
{
"registryType": "npm",
"identifier": "atxp",
"version": "1.21.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"name": "ATXP_CONNECTION",
"description": "ATXP connection string URL (from 'npx atxp agent register' or accounts.atxp.ai)",
"isRequired": false,
"isSecret": true
}
]
}
],
"_meta": {
"io.modelcontextprotocol.registry/publisher-provided": {
"keywords": [
"agent payment infrastructure",
"agent wallet infrastructure",
"autonomous agent payments",
"pay-as-you-go agent platform",
"stripe for AI agents",
"agent tools",
"web search",
"image generation",
"video generation",
"music generation",
"email for agents",
"phone",
"sms",
"voice calls",
"contacts",
"agent identity",
"USDC payments",
"crypto payments"
]
}
}
}