---
name: "xpay-icons8-list-categories"
description: "
List all available icon categories.

Args:
    ctx: MCP context for API access
    limit: Maximum number of results to return (default: 10)
    page: Page number for pagination (default: 1)

Returns:
    List of icon categories with subcategories
"
version: "1.0.0"
price: "$0.01/call"
provider: "Icons8"
---

# List Categories


List all available icon categories.

Args:
    ctx: MCP context for API access
    limit: Maximum number of results to return (default: 10)
    page: Page number for pagination (default: 1)

Returns:
    List of icon categories with subcategories


**Provider:** Icons8
**Price:** $0.01/call
**Pricing model:** Flat rate per call

## When to Use

Use this tool when you need to 
list all available icon categories.

args:
    ctx: mcp context for api access
    limit: maximum number of results to return (default: 10)
    page: page number for pagination (default: 1)

returns:
    list of icon categories with subcategories
. This is part of the Icons8 provider on xpay✦.

## MCP Connection

Connect to xpay✦ to access this tool (and 3+ others):

```json
{
  "mcpServers": {
    "xpay": {
      "url": "https://mcp.xpay.sh/mcp?key=YOUR_API_KEY"
    }
  }
}
```

For Claude Code:
```bash
claude mcp add --transport http xpay "https://mcp.xpay.sh/mcp?key=YOUR_API_KEY"
```

## How to Execute

Use the xpay✦ meta-tools to run this tool:

1. **`xpay_details`** — Get full input schema: `xpay_details("icons8/list_categories")`
2. **`xpay_run`** — Execute: `xpay_run("icons8/list_categories", { ...inputs })`

## Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `limit` | integer | No |  |
| `page` | integer | No |  |

## Pricing

- **Cost:** $0.01/call
- **Balance check:** Use `xpay_balance` to check remaining credits
- Get your API key at [xpay.tools](https://xpay.tools/account/settings/api-keys/) — $5 free credits included

## Related Skills

- [Icons8 (all tools)](https://xpay.tools/skills/icons8/SKILL.md) — 4 tools
- [Search Icons](https://xpay.tools/skills/icons8/search-icons/SKILL.md) — $0.01/call
- [List Platforms](https://xpay.tools/skills/icons8/list-platforms/SKILL.md) — $0.01/call
- [Get Icon Png Url](https://xpay.tools/skills/icons8/get-icon-png-url/SKILL.md) — $0.01/call

## Links

- Tool page: https://xpay.tools/icons8/list-categories/
- Provider: https://xpay.tools/icons8/
- All tools: https://xpay.tools/explore
