{
	"$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
				}
			]
		}
	]
}
