# pairs

Get list of available trading pairs.

Agent View of the PolicyLayer registry record for `pairs`. HTML page: https://policylayer.com/tools/adhinugroho1711-mcp-indodax/pairs

## Facts

- Tool: `pairs`
- Server: Indodax MCP Server (`adhinugroho1711/mcp-indodax`) — https://policylayer.com/tools/adhinugroho1711-mcp-indodax.md
- Homepage: https://github.com/adhinugroho1711/mcp-indodax
- Risk category: Read (Low risk)
- Registry record: grade F, identity unverified
- Server rate-limited: no
- Parameters: 0
- Recommended policy verdict: Allowed

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

```json
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "pairs",
    "arguments": {}
  }
}
```

## Why pairs is rated Low

This tool merely lists available trading pairs, which is informational data retrieval. It does not modify account state, execute trades, delete data, or move funds. Misuse by an AI agent would have minimal impact—worst case being spam requests or unnecessary API calls.

From the tool's own definition: "Tool name 'pairs' and description 'Get list of available trading pairs' indicate a query operation that retrieves static market data without side effects."

## Use case

AI agents call pairs to retrieve information from Indodax MCP Server 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 Indodax MCP Server:

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

## Other tools on Indodax MCP Server (21)

- `cancel_by_client_order_id` — Destructive — https://policylayer.com/tools/adhinugroho1711-mcp-indodax/cancel-by-client-order-id.md
- `cancel_order` — Destructive — https://policylayer.com/tools/adhinugroho1711-mcp-indodax/cancel-order.md
- `create_voucher` — Financial — https://policylayer.com/tools/adhinugroho1711-mcp-indodax/create-voucher.md
- `trade` — Financial — https://policylayer.com/tools/adhinugroho1711-mcp-indodax/trade.md
- `withdraw_coin` — Financial — https://policylayer.com/tools/adhinugroho1711-mcp-indodax/withdraw-coin.md
- `check_downline` — Read — https://policylayer.com/tools/adhinugroho1711-mcp-indodax/check-downline.md
- `get_info` — Read — https://policylayer.com/tools/adhinugroho1711-mcp-indodax/get-info.md
- `get_order` — Read — https://policylayer.com/tools/adhinugroho1711-mcp-indodax/get-order.md
- `get_order_by_client_order_id` — Read — https://policylayer.com/tools/adhinugroho1711-mcp-indodax/get-order-by-client-order-id.md
- `list_downline` — Read — https://policylayer.com/tools/adhinugroho1711-mcp-indodax/list-downline.md
- `open_orders` — Read — https://policylayer.com/tools/adhinugroho1711-mcp-indodax/open-orders.md
- `order_history` — Read — https://policylayer.com/tools/adhinugroho1711-mcp-indodax/order-history.md
- `price_increments` — Read — https://policylayer.com/tools/adhinugroho1711-mcp-indodax/price-increments.md
- `server_time` — Read — https://policylayer.com/tools/adhinugroho1711-mcp-indodax/server-time.md
- `summaries` — Read — https://policylayer.com/tools/adhinugroho1711-mcp-indodax/summaries.md
- `ticker` — Read — https://policylayer.com/tools/adhinugroho1711-mcp-indodax/ticker.md
- `ticker_all` — Read — https://policylayer.com/tools/adhinugroho1711-mcp-indodax/ticker-all.md
- `trade_history` — Read — https://policylayer.com/tools/adhinugroho1711-mcp-indodax/trade-history.md
- `trades` — Read — https://policylayer.com/tools/adhinugroho1711-mcp-indodax/trades.md
- `trans_history` — Read — https://policylayer.com/tools/adhinugroho1711-mcp-indodax/trans-history.md
- `withdraw_fee` — Read — https://policylayer.com/tools/adhinugroho1711-mcp-indodax/withdraw-fee.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=adhinugroho1711-mcp-indodax · API: https://policylayer.com/registry/api · Policy library: https://policylayer.com/policies/adhinugroho1711-mcp-indodax
