No.
Vercel's official MCP server exposes roughly 33 tools covering documentation, projects, deployments, logs, Web Analytics and team management. None of them read billing, usage, spend or cost.
Four of them spend money: buy_pro, buy_credits, buy_addon, buy_domain.
The asymmetry is the interesting part. An agent connected to Vercel's MCP server can upgrade your plan and buy credits. Asked what you have spent this month, it has nothing to call.
This is not a capability gap — Vercel shipped a full billing API in February 2026,
with a /billing/charges endpoint on the FOCUS v1.3 standard and a vercel usage
CLI command. The data exists. It is simply not exposed to agents.
The obvious workaround does not work either: the server's use_vercel_cli tool
"instructs the LLM to use Vercel CLI commands with the --help flag for
information" — it explains the CLI rather than running it.
Full breakdown: Vercel's MCP server has 33 tools, audited.
The alternative: MONII ships a free, open-source MCP server with
monii_get_billing_status, monii_read_unified_logs and
monii_trigger_kill_switch, covering Vercel and Netlify together. Run it alongside
Vercel's rather than instead of it — they do different jobs.
Questions people actually ask
Can Vercel's MCP server read my usage?
No. Its tools cover documentation search, project and deployment management, log analysis and Web Analytics. None read billing, usage, spend or cost.
Can Vercel's MCP server spend money?
Yes — buy_pro, buy_credits, buy_addon and buy_domain, plus get_purchase_quote.
Does Vercel have a billing API?
Yes, since February 2026, following the FOCUS v1.3 open standard, plus a vercel usage CLI command. It just is not wired into the MCP server.
The tool that is missing
MONII's free MCP server adds monii_get_billing_status across Vercel and Netlify, plus logs and a kill switch.
Get MONII for iOS ›