appfigures-mcp
v0.1.3
Published
To install dependencies:
Readme
appfigures-mcp
To install dependencies:
bun installTo run locally:
APPFIGURES_TOKEN=pat_... bun run index.tsThis project was created using bun init in bun v1.3.3. Bun is a fast all-in-one JavaScript runtime.
Environment
APPFIGURES_TOKEN(required): Personal Access Token or OAuth 2.0 access token.APPFIGURES_USER_AGENT(optional): Custom User-Agent header for API requests.
npm / npx
After publishing, you can run:
APPFIGURES_TOKEN=pat_... npx appfigures-mcpTo use in an MCP client, configure the command to npx with args appfigures-mcp, and pass APPFIGURES_TOKEN in the environment.
API Coverage
All endpoints are available via the appfigures_request tool (any method/path/query/body).
Intent-first tools (recommended):
appfigures_monetization(sales + revenue + subscriptions, optional estimates/ads)appfigures_quality(ratings + reviews counts/samples)appfigures_visibility(featured counts + summaries)
Convenience tools (grouped) exist for:
appfigures_productsappfigures_ratingsappfigures_featuredappfigures_salesappfigures_adsappfigures_reviewsappfigures_usersappfigures_data
