Public betaModel Context Protocol
AppMoney for your AI assistant
Connect the AppMoney MCP server and ask any assistant for revenue, download and growth estimates in plain language. Same data as the app, no scraping, no API keys to rotate.
https://api.appmoney.ai/mcp
Ask it like this
“Which finance apps under 100k monthly downloads grew revenue fastest last quarter?”
And it answerssearch_apps → get_app
Three finance apps under 100k monthly downloads grew revenue fastest last quarter:
Thrift$318k / mo+41%
Junco$204k / mo+27%
Pocket Budget & Bill Planner$96k / mo+19%
Figures are AppMoney estimates for Q2 2026, not developer financials.
Tools exposedTwo write actions, always confirmed
search_appsRead
Find apps by name, publisher, category, revenue band or release window.get_appRead
Full estimate profile for one app: revenue, downloads, ratings, release and update dates.list_watchlistRead
The apps you track and their latest movement.add_to_watchlistWrite
Start tracking an app by name or App Store id.remove_from_watchlistWrite
Stop tracking an app. The assistant confirms before removing.Add to Claude
Opens claude.ai with the connector dialog already filled in.
or
Add a custom connector
Claude, ChatGPT and other assistants that take a remote MCP server.
Hover a service to see where the setting lives
NameAppMoney
Linkhttps://api.appmoney.ai/mcp
or
Add to your config
Claude Desktop, Cursor, VS Code, Zed, Windsurf and anything else that speaks MCP.
Hover a client to see its config path
mcp config
{
"mcpServers": {
"AppMoney": {
"url": "https://api.appmoney.ai/mcp"
}
}
}
or
Claude Code CLI
Run in any project directory.
terminal
claude mcp add --transport http AppMoney https://api.appmoney.ai/mcp