Hi everyone,
I'm hitting a backend sync issue with the Figma MCP server and I'd appreciate input from Figma staff or anyone who's seen this before.
The problem
I upgraded my team from Starter to Professional plan and assigned myself a Dev seat about 24 hours ago. Billing went through and the renewal date is correctly showing July 15, 2026 in my admin panel.
However, every MCP call still returns this error:
You've reached the Figma MCP tool call limit on the Starter plan.
Upgrade your plan for more tool calls.
This contradicts what my own whoami MCP call returns:
{
"handle": "Felipe Augusto",
"email": "felipeaugustodev1@gmail.com",
"plans": [
{
"name": "A equipe de Felipe Oliveira",
"seat": "Dev",
"tier": "pro",
"key": "team::1648368301520545449",
"seat_type": "developer"
}
]
}
So whoami correctly identifies me as tier: "pro" with a Dev seat — but the rate limiter is still applying Starter limits (up to 6/month, per the rate limits doc).
Expected behavior per docs: 200 calls/day, 15/min on a Professional Dev seat.
What I've tried
- Disconnecting and re-authenticating the MCP server in my client (Claude).
- Waiting more than 12 hours for any async propagation.
- Submitted a support ticket via the "Contact us" form — no reply yet.
Question
Has anyone else seen the MCP tier cache get stuck after an upgrade? Is there a way to force-refresh the backend's view of my plan, or do I just wait on support? Any tips appreciated.
Thanks.
