Staxly MCP Server
Give your AI agent structured, up-to-date answers about developer platforms — pricing, quotas, limits, features — instead of letting it hallucinate.
Install
npm install -g staxly-mcp
Claude Code
claude mcp add staxly --scope user -- npx -y staxly-mcp
Cursor / Zed / generic MCP config
{
"mcpServers": {
"staxly": {
"command": "npx",
"args": ["-y", "staxly-mcp"]
}
}
}Tools exposed
- list_platforms — browse the catalog (filter by category)
- get_platform — full details for one platform
- compare_platforms — 2–6 platforms side-by-side
- get_pricing — tiers, monthly/annual USD, included quotas
- get_limits — quotas, caps, overage rates
- search_features — find platforms that ship feature X
- list_operations — CLI / SDK / REST calls
- estimate_cost — project monthly USD from MAU / storage / bandwidth / fn calls
Example prompts
- "Compare monthly cost across Supabase, Firebase, and Convex for 20k MAU, 10 GB storage."
- "Which of these platforms have native vector search?"
- "Show me every CLI command available in Supabase."
Source on GitHub (coming soon). Data pulled live from the Staxly catalog.