apro-ticker-currencies-list
APRO v2 GET /v2/ticker/currencies/list: paginated list of supported ticker currencies. page and size are positive integers (defaults 1 and 10). Use before guessing name/quotation symbols. Docs: https://docs.apro.com/ai-oracle/getting-started/quickstart/apro-ai-oracle-api-v2/ticker
This record as markdown: /tools/demomagic-lucy-apro/apro-ticker-currencies-list.md
What apro-ticker-currencies-list does on Lucy Apro
AI agents call apro-ticker-currencies-list to retrieve information from Lucy Apro without modifying anything. It is typically the context-gathering step in research, monitoring, and reporting workflows, before the agent takes action elsewhere.
| Parameter | Type | Required | Description |
|---|---|---|---|
page | number | — | 1-based page index (integer). Default in tool: 1. Do not pass strings. |
size | number | — | Page size (integer), e.g. 10 or 50. Default in tool: 10. Must be a number, not a string. |
Parameters from the server's own tool schema.
Why apro-ticker-currencies-list is rated Low
This is a simple data retrieval operation that queries a list of supported currencies. It does not create, modify, delete, or execute any operations—it only fetches and returns information. The severity is low because misuse (e.g., excessive pagination requests) would have minimal impact.
From the tool's definition Tool description states 'paginated list of supported ticker currencies' and explicitly mentions 'GET' method. It retrieves data with pagination parameters (page, size) and has no side effects.
Attacks that exploit this kind of access
The rule that runs apro-ticker-currencies-list safely
PolicyLayer is an MCP gateway: it sits between your AI agents and Lucy Apro, and checks every tool call against a rule you set before the call runs. Nothing changes on the server itself. For apro-ticker-currencies-list, this is the rule to start with:
apro-ticker-currencies-list is read-only, so it stays allowed. Everything else on the server is denied unless you say otherwise.
The button opens the PolicyLayer dashboard: create your workspace, connect Lucy Apro, apply this rule, and every apro-ticker-currencies-list call is checked against it from then on.
Questions about apro-ticker-currencies-list
APRO v2 GET /v2/ticker/currencies/list: paginated list of supported ticker currencies. page and size are positive integers (defaults 1 and 10). Use before guessing name/quotation symbols. Docs: https://docs.apro.com/ai-oracle/getting-started/quickstart/apro-ai-oracle-api-v2/ticker. It is categorised as a Read tool in the Lucy Apro MCP Server, which means it retrieves data without modifying state.
apro-ticker-currencies-list accepts 2 parameters: page, size. The full parameter table on this page comes from the server's own tool schema.
Register the Lucy Apro MCP server in PolicyLayer and add a rule for apro-ticker-currencies-list: 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 Lucy Apro. Nothing to install.
apro-ticker-currencies-list is a Read tool with low risk. Read-only tools are generally safe to allow by default.
Yes. Add a rate_limit block to the apro-ticker-currencies-list 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 apro-ticker-currencies-list. 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.
apro-ticker-currencies-list is provided by the Lucy Apro MCP server (demomagic/lucy-apro). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.
More on Lucy Apro, and thousands of servers like it.
This server
Across the catalogue