-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathserver.json
More file actions
30 lines (30 loc) · 931 Bytes
/
Copy pathserver.json
File metadata and controls
30 lines (30 loc) · 931 Bytes
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
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-29/server.schema.json",
"name": "io.github.sv-number/mcp-server",
"description": "Phone numbers for AI agents: order a private number, read the SMS verification code, hand it back.",
"repository": {
"url": "https://github.com/sv-number/mcp-server",
"source": "github"
},
"websiteUrl": "https://sms-verification-number.com/en/number-for-ai-agents/",
"version": "1.0.2",
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "sv-number-mcp",
"version": "1.0.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"name": "SVN_API_KEY",
"description": "API key from the sms-verification-number.com profile page",
"isRequired": true,
"isSecret": true
}
]
}
]
}