# Wemix Explorer MCP for AI Agents AI Agent Connect

> Wemix Explorer lets you query Wemix blockchain data directly through your AI agent. You can audit addresses, track token movements, and inspect blocks or extrinsics without switching tabs. It turns your agent into a real-time blockchain analyst for the Wemix ecosystem.

## Overview
- **Category:** developer-tools
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_yAvw4hWwRQEt5LFK1LqkXRliXlVs01cv3d8l9i2b/ai-agent-connect
- **Tags:** wemix, blockchain-explorer, web3, crypto-tracking, smart-contracts

## Description

This Connector gives you direct access to Wemix blockchain data. If you are digging into the Wemix blockchain, you are probably tired of jumping between different web explorers and copy-pasting hex codes just to see what is happening. This setup changes that by giving your AI agent direct access to the network core data. Instead of manual searching, you can just ask your agent to find a specific whale's movements or check the status of a contract interaction. It handles the heavy lifting of querying the blockchain so you can stay focused on the analysis. By using this through the Vinkius catalog, you get a clean way to pull structured data into your workflow. Whether you are debugging a complex smart contract or just trying to see which tokens a specific wallet holds, the information comes back ready to use. It turns your AI into a specialized researcher that knows the Wemix ecosystem inside and out. You can pull specific token metadata, list all active assets on the chain, or check the history of any given wallet without ever leaving your workspace. This means you spend less time clicking and more time actually interpreting the data.

## Tools

### get_account_info
Get basic information for a specific account. This is the first step in auditing a wallet's status.

### list_account_tokens
List tokens held by an account. This helps you see a wallet's entire portfolio at a glance.

### list_account_transfers
Get a list of transfers associated with an account. Use this to track the history of a specific wallet.

### get_block
Get detailed information for a specific block. This lets you drill down into a single block's hash or height.

### get_event
Get detailed information for a specific event. Use this to understand specific state changes.

### list_events
Get a list of events. This is useful for broad monitoring of contract interactions.

### get_extrinsic
Get detailed information for a specific extrinsic. This allows you to see the full details of a single transaction.

### list_extrinsics
Get a list of recent extrinsics. Use this to see a history of recent transactions on the chain.

### get_token
Get detailed information for a specific token. This lets you see metadata for any asset on the network.

### list_tokens
Get a list of tokens on the network. Use this to see the full scope of the Wemix token ecosystem.

### list_blocks
Get a list of recent blocks on the network. This helps you see the latest activity quickly.

## Prompt Examples

**Prompt:** 
```
Show me the latest blocks on the Wemix network.
```

**Response:** 
```
I've retrieved the latest blocks. The most recent block is #14502134, produced 6 seconds ago with 12 extrinsics. Would you like to see the details of a specific block?
```

**Prompt:** 
```
What tokens are held by the address 0x742d35Cc6634C0532925a3b844Bc454e4438f44e?
```

**Response:** 
```
Checking the wallet... This account holds 500 WEMIX, 1,200 WEMIX$, and 50 stWEMIX. I can also list the recent transfers for this address if you'd like.
```

**Prompt:** 
```
Get details for extrinsic hash 0x123...abc
```

**Response:** 
```
Extrinsic 0x123...abc was finalized in block #14502100. It was a 'balances.transfer' call from address A to address B. The status is 'Success'.
```

## Capabilities

### Audit wallet balances
See exactly what tokens an account holds on the Wemix network.

### Track token transfers
Follow movements of assets across the chain in real-time.

### Inspect block data
Get details on recent and specific blocks for deep analysis.

### Query transaction history
Review past extrinsics and smart contract events.

### List network tokens
See every asset currently available on the network.

### Monitor live events
Keep an eye on real-time network activity and logs.

## Use Cases

### Debugging a failed transaction
A developer asks the agent to check a specific extrinsic hash to see why it failed and what the specific error was.

### Tracking a whale
An analyst asks the agent to list the transfers for a specific high-value wallet to see where funds moved.

### Inventory check
A project lead asks the agent to list all tokens held by a treasury wallet to verify current balances.

### Network audit
A node operator asks for the latest blocks to ensure the chain is producing them at the expected rate.

## Benefits

- Audit wallets instantly using list_account_tokens to see every asset a user holds without manual searching.
- Debug smart contracts faster by pulling specific event data with get_event directly into your workspace.
- Monitor network health by using list_blocks and list_extrinsics to see live activity in real-time.
- Track whale movements easily with list_account_transfers to see where large amounts of capital are moving.
- Explore the full token ecosystem using list_tokens to get a complete picture of available assets.
- Simplify data collection by using get_token to pull specific metadata for any asset on the chain.

## How It Works

The bottom line is you get instant, structured blockchain data without ever leaving your chat interface.

1. Subscribe to the Wemix Explorer MCP on Vinkius.
2. Enter your Wemix or Subscan API key in the configuration.
3. Ask your AI client to pull specific blockchain data or audit a wallet address.

## Frequently Asked Questions

**Can Wemix Explorer find my wallet balance?**
Yes, it can list all tokens held by a specific account on the Wemix network. This helps you see your full portfolio without opening a separate wallet app.

**How do I track whale movements with Wemix Explorer?**
You can ask your agent to list the transfers associated with any specific wallet address. This allows you to see large movements of tokens in real-time.

**Can I use Wemix Explorer to debug smart contracts?**
Yes, it can pull detailed information for specific events and extrinsics. This makes it much easier to see why a transaction succeeded or failed.

**Does Wemix Explorer show all available tokens?**
It can list every token currently on the Wemix network. This is great for seeing the full scope of the ecosystem's assets.

**Is Wemix Explorer good for monitoring network health?**
Yes, it allows you to fetch the latest blocks and list recent extrinsics. This gives you a clear view of the network's current activity.

**Do I need a special account to use Wemix Explorer?**
You just need to provide your Wemix or Subscan API key in the configuration. This lets your agent connect to the data without needing a private key.

**Can I check the token balances for a specific wallet address?**
Yes. Use the `list_account_tokens` tool by providing the account address. The agent will return a list of all tokens held by that account on the Wemix network.

**How do I get details about a specific transaction hash?**
You can use the `get_extrinsic` tool with the transaction hash. It will provide detailed information including status, block number, and associated events.

**Is it possible to list the most recent blocks on the network?**
Absolutely. The `list_blocks` tool allows you to retrieve a list of recent blocks, and you can use `get_block` with a block number to see specific details of any block.