-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathserver.json
More file actions
37 lines (37 loc) · 1.05 KB
/
server.json
File metadata and controls
37 lines (37 loc) · 1.05 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
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "com.appfigures/mcp",
"title": "Appfigures",
"description": "Access your app analytics, ASO tools, and app market intelligence with Appfigures.",
"version": "1.0.1",
"websiteUrl": "https://appfigures.com",
"icons": [
{
"src": "https://icons.appfigures.com/ua_suPJ58/512",
"mimeType": "image/png",
"sizes": ["512x512"]
}
],
"repository": {
"url": "https://github.com/appfigures/cli",
"source": "github",
"id": "1211868816"
},
"packages": [
{
"registryType": "npm",
"identifier": "@appfigures/cli",
"version": "1.0.1",
"transport": { "type": "stdio" },
"packageArguments": [{ "type": "positional", "value": "mcp" }],
"environmentVariables": [
{
"name": "APPFIGURES_API_KEY",
"description": "Appfigures personal access token. Optional; omit it to sign in with `af auth login` instead. Read more at https://help.appfigures.com/en/article/1chf6wf",
"isSecret": true,
"isRequired": false
}
]
}
]
}