# Tools Overview

The Zetrix MCP Server provides **44 specialized tools** organized into 7 categories:

| Category           | Tool Count | Purpose                                |
| ------------------ | ---------- | -------------------------------------- |
| **HTTP RPC**       | 13         | Standard blockchain queries            |
| **WebSocket**      | 5          | Real-time updates and monitoring       |
| **SDK**            | 6          | Official SDK with signing capabilities |
| **Cryptography**   | 7          | Key management and security operations |
| **Smart Contract** | 7          | Contract development and documentation |
| **Transaction**    | 4          | Transaction building and submission    |
| **Utility**        | 2          | Helper functions                       |
| **TOTAL**          | **44**     | Complete blockchain interaction suite  |

***


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.zetrix.com/en/developer-resources/zetrix-mcp-server/tools-reference/tools-overview.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
