# pools_list

Every Twofold pool with on-chain reserves, drawn as a USDG-depth bar chart, plus the MCP wallet

Agent View of the PolicyLayer registry record for `pools_list`. HTML page: https://policylayer.com/tools/twofold-mcp/pools-list

## Facts

- Tool: `pools_list`
- Server: Twofold (`twofold-mcp`) — https://policylayer.com/tools/twofold-mcp.md
- Install: `npx -y twofold-mcp`
- Homepage: https://www.npmjs.com/package/twofold-mcp
- 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": "pools_list",
    "arguments": {}
  }
}
```

## Why pools_list is rated Low

Even though pools_list only reads data, uncontrolled read access leaks sensitive information and racks up API costs: an agent caught in a retry loop can make thousands of calls a minute without anyone noticing.

Risk signals: Bulk/mass operation — affects multiple targets

## Use case

AI agents call pools_list to retrieve information from Twofold 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 Twofold:

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

## Other tools on Twofold (13)

- `start_unstake` — Execute — https://policylayer.com/tools/twofold-mcp/start-unstake.md
- `pool_deposit` — Financial — https://policylayer.com/tools/twofold-mcp/pool-deposit.md
- `pool_withdraw` — Financial — https://policylayer.com/tools/twofold-mcp/pool-withdraw.md
- `claim_rewards` — Other — https://policylayer.com/tools/twofold-mcp/claim-rewards.md
- `claim_unstaked` — Other — https://policylayer.com/tools/twofold-mcp/claim-unstaked.md
- `platform_stats` — Other — https://policylayer.com/tools/twofold-mcp/platform-stats.md
- `pool_position` — Other — https://policylayer.com/tools/twofold-mcp/pool-position.md
- `quote` — Other — https://policylayer.com/tools/twofold-mcp/quote.md
- `stake` — Other — https://policylayer.com/tools/twofold-mcp/stake.md
- `staking_info` — Other — https://policylayer.com/tools/twofold-mcp/staking-info.md
- `swap` — Other — https://policylayer.com/tools/twofold-mcp/swap.md
- `wallet_info` — Other — https://policylayer.com/tools/twofold-mcp/wallet-info.md
- `wallet_send` — Write — https://policylayer.com/tools/twofold-mcp/wallet-send.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=twofold-mcp · API: https://policylayer.com/registry/api · Policy library: https://policylayer.com/policies/twofold-mcp
