This record as markdown: /tools/com-getcims-mcp/get-creator-statistics.md
What get_creator_statistics does on Mcp
AI agents use get_creator_statistics to commit financial operations through Mcp, usually the final step of a payment, billing, or trading workflow. A call moves real money.
| Parameter | Type | Required | Description |
|---|---|---|---|
creatorId | number | — |
Parameters from the server's own tool schema.
Why get_creator_statistics is rated Critical
Although the tool's primary function is Read (retrieving time-series creator statistics), the explicit mention of x402 payment requirements means calling it can commit financial obligations. Per the rules, Financial is the most severe applicable category and takes precedence over Read.
From the tool's definition 'When shown as a paid stub, calling this tool returns x402 payment requirements for the REST endpoint' — invoking this tool may trigger a financial payment obligation (HTTP 402 Payment Required)
Attacks that exploit this kind of access
The rule that runs get_creator_statistics safely
PolicyLayer is an MCP gateway: it sits between your AI agents and Mcp, and checks every tool call against a rule you set before the call runs. Nothing changes on the server itself. For get_creator_statistics, this is the rule to start with:
Any call to get_creator_statistics is blocked until a human approves it. The rest of the server keeps working.
The button opens the PolicyLayer dashboard: create your workspace, connect Mcp, apply this rule, and every get_creator_statistics call is checked against it from then on.
Questions about get_creator_statistics
Get time-series creator statistics. When shown as a paid stub, calling this tool returns x402 payment requirements for the REST endpoint. It is categorised as a Financial tool in the Mcp MCP Server, which means it involves financial transactions. Block by default and require explicit approval.
get_creator_statistics accepts 1 parameter: creatorId. The full parameter table on this page comes from the server's own tool schema.
Register the MCP server in PolicyLayer and add a rule for get_creator_statistics: allow, deny, rate-limit, or require approval. Point your MCP client at the PolicyLayer proxy URL and the rule is enforced on every call, before it reaches Mcp. Nothing to install.
get_creator_statistics is a Financial tool with critical risk. Critical-risk tools should be blocked by default and only enabled with explicit human approval.
Yes. Add a rate_limit block to the get_creator_statistics rule in your PolicyLayer policy. For example, setting max: 10 and window: 60 limits the tool to 10 calls per minute. Rate limits are tracked per agent session and reset automatically.
Set action: deny in the PolicyLayer policy for get_creator_statistics. The AI agent will receive a policy violation error and cannot call the tool. You can also include a reason field to explain why the tool is blocked.
get_creator_statistics is provided by the MCP server (https://api.getcims.com/functions/v1/mcp). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.
More on , and thousands of servers like it.
This server
Across the catalogue