# three_price

Return the live USD price of $THREE (Jupiter primary, Birdeye fallback). Pass usd to also get how much $THREE that amount buys (token amount + atomic units). Read-only — no signer or payment required.

Agent View of the PolicyLayer registry record for `three_price`. HTML page: https://policylayer.com/tools/io-github-nirholas-three-token-mcp/three-price

## Facts

- Tool: `three_price`
- Server: $THREE Token (`@three-ws/three-token-mcp`) — https://policylayer.com/tools/io-github-nirholas-three-token-mcp.md
- Install: `npx -y @three-ws/three-token-mcp`
- Homepage: https://github.com/nirholas/three.ws
- Risk category: Read (Low risk)
- Registry record: grade F, identity unverified
- Server rate-limited: no
- Parameters: 1
- Recommended policy verdict: Allowed

## Parameters

| Parameter | Type | Required | Description |
| --- | --- | --- | --- |
| `usd` | number | no | Optional USD amount to quote into $THREE. |

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": "three_price",
    "arguments": {}
  }
}
```

## Why three_price is rated Low

This tool retrieves pricing data from external sources (Jupiter and Birdeye) without modifying, executing, or consuming resources. It is a straightforward data retrieval endpoint with no capability to alter state, execute code, or incur financial obligations.

From the tool's own definition: "The description explicitly states 'Read-only — no signer or payment required' and the tool returns 'the live USD price of $THREE', which is a pure query operation with no side effects."

## Use case

AI agents call three_price to retrieve information from $THREE Token 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 $THREE Token:

```json
{
  "version": "1",
  "default": "deny",
  "tools": {
    "three_price": {}
  }
}
```

## Other tools on $THREE Token (2)

- `three_burn` — Destructive — https://policylayer.com/tools/io-github-nirholas-three-token-mcp/three-burn.md
- `three_balance` — Read — https://policylayer.com/tools/io-github-nirholas-three-token-mcp/three-balance.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=io-github-nirholas-three-token-mcp · API: https://policylayer.com/registry/api · Policy library: https://policylayer.com/policies/io-github-nirholas-three-token-mcp
