# apro-ticker-currency-support

APRO v2 GET /v2/ticker/currency/support: metadata and supported providers for one currency. Query param restricted must be strict or relaxed. Docs: https://docs.apro.com/ai-oracle/getting-started/quickstart/apro-ai-oracle-api-v2/ticker

Agent View of the PolicyLayer registry record for `apro-ticker-currency-support`. HTML page: https://policylayer.com/tools/demomagic-lucy-apro/apro-ticker-currency-support

## Facts

- Tool: `apro-ticker-currency-support`
- Server: Lucy Apro (`demomagic/lucy-apro`) — https://policylayer.com/tools/demomagic-lucy-apro.md
- Homepage: https://github.com/demomagic/lucy-apro
- Risk category: Read (Low risk)
- Registry record: grade B, identity unverified
- Server rate-limited: no
- Parameters: 2
- Recommended policy verdict: Allowed

## Parameters

| Parameter | Type | Required | Description |
| --- | --- | --- | --- |
| `name` | string | no | Single currency to look up: canonical name, symbol, or keyword (e.g. link for Chainlink). One asset only. |
| `restricted` | string | no | strict (default): require at least 3 data sources. relaxed: looser matching. Only these two lowercase strings; no synonyms. |

Parameters from the server's own tool schema.

## Example call (MCP tools/call, JSON-RPC 2.0)

```json
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "apro-ticker-currency-support",
    "arguments": {}
  }
}
```

## Why apro-ticker-currency-support is rated Low

This tool is a simple data retrieval endpoint that queries metadata about currency support and available providers. It uses HTTP GET, accepts only filtering query parameters (strict/relaxed restriction mode), and returns informational data with no side effects. It is consistent with sibling tools like apro-ticker-currencies-list and apro-ticker-currency-price which are all read-only ticker data queries.

From the tool's own definition: "GET /v2/ticker/currency/support retrieves metadata and supported providers for one currency; no modification, deletion, or execution of external operations occurs"

## Use case

AI agents call apro-ticker-currency-support 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.

## Recommended policy (PolicyLayer)

Verdict: **Allowed**. Enforced by the PolicyLayer MCP gateway (https://policylayer.com/mcp-gateway) before a call reaches Lucy Apro:

```json
{
  "version": "1",
  "default": "deny",
  "tools": {
    "apro-ticker-currency-support": {}
  }
}
```

## Other tools on Lucy Apro (7)

- `apro-socialmedia-proxy` — Read — https://policylayer.com/tools/demomagic-lucy-apro/apro-socialmedia-proxy.md
- `apro-socialmedia-support-paths` — Read — https://policylayer.com/tools/demomagic-lucy-apro/apro-socialmedia-support-paths.md
- `apro-sport-get` — Read — https://policylayer.com/tools/demomagic-lucy-apro/apro-sport-get.md
- `apro-ticker-currencies-list` — Read — https://policylayer.com/tools/demomagic-lucy-apro/apro-ticker-currencies-list.md
- `apro-ticker-currency-ohlcv` — Read — https://policylayer.com/tools/demomagic-lucy-apro/apro-ticker-currency-ohlcv.md
- `apro-ticker-currency-price` — Read — https://policylayer.com/tools/demomagic-lucy-apro/apro-ticker-currency-price.md
- `greet` — Read — https://policylayer.com/tools/demomagic-lucy-apro/greet.md

## For agents

This record is a snapshot. Live verdicts and the full registry:

- Check every server in your MCP config at once: `npx -y policylayer stack`
- Vet a server before you add it: install the mcp-precheck skill — `npx skills add https://policylayer.com` (skill text: https://policylayer.com/skill.md)
- Query the registry over MCP: endpoint `https://api.policylayer.com/mcp` — tools `check_mcp_server`, `check_mcp_stack`, `check_tool`, `search_registry`, `get_change_events`

---

Source: the PolicyLayer MCP registry — one continuously verified record per MCP server. Full record: https://policylayer.com/registry?q=demomagic-lucy-apro · API: https://policylayer.com/registry/api · Policy library: https://policylayer.com/policies/demomagic-lucy-apro
