What's the cost of an MCP call - Feature Request

When using the public API we are limited to 50K calls per day. What limits do we have using the MCP server?

I’ve bumped up against that limit in the past. It would be nice to have an endpoint which returns our usage.

It’s the same limit for the MCP server. What is your desired behavior when it comes to limiting? I am eager to understand more since we will be looking at changing it in the future.

I’m not concerned with the limit as much as knowing what an app is using or has used. This is important when tuning my apps, developing caching schemes, setting refresh times, determining if something is leaking or running away.

In the past we used Flex. On their API dashboard was an API call status column, I could tell at a glance what my apps were consuming. So, I could, for example throttle refresh frequency on a dashboard depending on usage.

The problem not knowing is when something gets out of hand and things crash due to an api call issue, I’m done for the day without warning. (which has happened :confused:)

Thanks for sharing. I understand and we will take it into account further.