# get_info

Get user balances, server time, addresses etc. Equivalent to getInfo.

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

## Facts

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

## Why get_info is rated Low

This is a read-only operation that queries account information (balances, addresses, server time). While it exposes sensitive financial data (account balances and cryptocurrency addresses), it does not execute trades, transfer funds, delete data, or trigger external operations.

From the tool's own definition: "Tool retrieves user balances, server time, and addresses—querying sensitive account information without modifying data. Description explicitly states 'Get user balances' and includes account details."

## Use case

AI agents call get_info 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": {
    "get_info": {}
  }
}
```

## 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_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
- `pairs` — Read — https://policylayer.com/tools/adhinugroho1711-mcp-indodax/pairs.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
