AntChain Connector for AI agents.
10 live capabilities
Manage enterprise blockchain smart contracts and transactions using natural language.
Waiting for input…
Why people use AntChain
AntChain for Enterprise Blockchain Transaction Auditing
This Connector lets you skip that. You just ask your agent to find the transaction, and it pulls the status, gas usage, and finality into a single response. You get the facts without the tab-switching.
What Vinkius changes
You get a conversational interface for your enterprise blockchain operations.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 6,100+ Connectors
- Real-world use case 01
Automated Audit Trails
An auditor asks the agent to find all successful transactions for a specific account last week to verify a batch of payments.
- Real-world use case 02
Rapid Contract Testing
A developer tells the agent to deploy a new contract and then immediately invoke the transfer method to test a feature.
- Real-world use case 03
Infrastructure Health Checks
An admin asks if the main network is healthy to check for node downtime during a high-traffic event.
Complete set · 10capabilities
The complete AntChain capability set.
These are the exact actions your AI can choose when you ask it to work with AntChain.
01—04
4 capabilities in this set.
Part of 10 available through AntChain.
- 01 Capability
Deploy contract
Deploy a new smart contract using its hex bytecode and ABI. This lets you push code to your AntChain network without manual CLI steps.
- 02 Capability
Get chain list
See all blockchain networks and configurations available in your account. This helps you discover which networks you can access.
- 03 Capability
Invoke contract
Call specific methods on your deployed contracts with the required arguments. It handles the execution and returns the result.
- 04 Capability
Query account balance
Check the available and locked balances for any specific wallet address. Use this to see if an account has enough funds.
05—07
3 capabilities in this set.
Part of 10 available through AntChain.
- 05 Capability
Query account
Pull the current state, metadata, and activity for a specific account. This gives you a full snapshot of a wallet's status.
- 06 Capability
Query block
Get metadata like timestamps and transaction counts for any block. Use this to find specific data by height or hash.
- 07 Capability
Query transaction
Get the status, gas usage, and finality for a specific transaction hash. This verifies if a transaction was successful.
08—10
3 capabilities in this set.
Part of 10 available through AntChain.
- 08 Capability
Query contract
Inspect the configuration and metadata of a smart contract before use. This helps you verify what a contract can do before you call it.
- 09 Capability
Query latest transactions
Pull a list of the most recent transactions to monitor live activity. This is great for auditing recent network movements.
- 10 Capability
Query network info
Check the health, topology, and status of your blockchain infrastructure. Use this to monitor node status and consensus health.
Set up in minutes
One URL. Then ask AntChain to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use AntChain from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_6s3jj4KRHYuyTSr9cONKYRLgKRYV9CmkvAeWBQSz/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it AntChain, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable AntChain for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_6s3jj4KRHYuyTSr9cONKYRLgKRYV9CmkvAeWBQSz/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the AntChain URL.
- Step 03
Save and start
Save the connection and enable AntChain in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"antchain": {
"url": "https://edge.vinkius.com/vk_preview_6s3jj4KRHYuyTSr9cONKYRLgKRYV9CmkvAeWBQSz/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using AntChain
Open Agent mode in chat and ask: "Using AntChain, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"antchain": {
"url": "https://edge.vinkius.com/vk_preview_6s3jj4KRHYuyTSr9cONKYRLgKRYV9CmkvAeWBQSz/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using AntChain
Ask Copilot: "Using AntChain, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"antchain": {
"url": "https://edge.vinkius.com/vk_preview_6s3jj4KRHYuyTSr9cONKYRLgKRYV9CmkvAeWBQSz/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using AntChain
Open Cascade and ask: "Using AntChain, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"antchain": {
"url": "https://edge.vinkius.com/vk_preview_6s3jj4KRHYuyTSr9cONKYRLgKRYV9CmkvAeWBQSz/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using AntChain
Ask Cline: "Using AntChain, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add antchain --transport http "https://edge.vinkius.com/vk_preview_6s3jj4KRHYuyTSr9cONKYRLgKRYV9CmkvAeWBQSz/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using AntChain
Ask Claude: "Using AntChain, show me...". 10 tools are ready
Where the request belongs
Work AntChain can move forward.
This is for the blockchain engineer who is tired of copy-pasting hashes into explorers, the ops lead monitoring node health at 2am, and the auditor needing to verify transaction finality without writing custom scripts.
Blockchain Developer
You'll use this to deploy and test smart contracts directly from your IDE using natural language prompts.
Enterprise Operations Lead
You'll use this to monitor your consortium chain health and node status without jumping between different dashboards.
Compliance Auditor
You'll use this to verify transaction finality and audit contract executions for regulatory reports.
Product Manager
You'll use this to get real-time data on treasury balances or network activity to update your project stakeholders.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsBlockchair (Universal Blockchain Search Engine & API)
Query blocks, transactions, and addresses across multiple blockchains like Bitcoin and Ethereum using Blockchair's universal API.
Ankr (Web3 Node API)
Access high-performance Web3 RPC nodes via Ankr. Query block data, check wallet balances, and interact with smart contracts across multiple EVM chains.
BlockCypher (Multi-chain Blockchain Developer API)
Access multi-chain blockchain data for BTC, ETH, and more. Query blocks, addresses, and transactions or broadcast new ones directly through AI.
Infura (Ethereum Node RPC Provider)
Access Ethereum blockchain data via Infura. query blocks, check balances, estimate gas, and interact with smart contracts directly from any AI agent.
Alchemy
Manage blockchain data. audit wallets, NFTs, and transactions via AI.
Metisscan (Metis L2 Network Explorer)
Explore the Metis L2 network. inspect blocks, transactions, addresses, and smart contracts directly from your AI agent.
Bring your own AI
Change the model, client or framework. Keep AntChain connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about AntChain.
The practical details behind the request, access and result.
What is the AntChain MCP for?
It lets your AI agent interact with Alibaba's blockchain platform to check transactions, manage contracts, and monitor network health.
Can I use AntChain MCP to deploy smart contracts?
Yes, you can have your agent deploy new contracts using the bytecode and ABI you provide.
How does AntChain MCP help with auditing?
It allows you to query specific transaction details and account balances quickly to verify on-chain activity.
Does AntChain MCP work with other blockchains?
No, this specific MCP is built for the AntChain BaaS platform.
Can I monitor my network status with AntChain MCP?
Yes, you can ask your agent to check the health, topology, and status of your blockchain infrastructure.
How do I connect my AntChain account to my AI?
You just need to provide your AntChain Access Key and Secret Key within your Connector settings to give your agent permission to query your data.
How do I get my AntChain Access Key and Secret Key?
Log in to the AntChain BaaS console, navigate to the API Management or Developer Center section, and create a new API credential pair. You'll receive an Access Key (public identifier) and a Secret Key (used for HMAC-SHA256 signature generation). The Secret Key is shown only once. save it immediately. These credentials authenticate all your API requests.
What's the difference between querying a block and querying a transaction?
A block query returns information about the container itself. block height, hash, timestamp, transaction count, and the previous block hash. A transaction query returns details about a specific operation within a block. sender/receiver addresses, gas used, execution status, return values, and whether the transaction succeeded or reverted. Use blocks to explore the chain structure, and transactions to verify individual operations.
Can I deploy smart contracts through this Connector?
Yes! Use the deploy_contract capability to upload and deploy compiled smart contract bytecode to your AntChain network. You'll need the contract bytecode (in hex format), a name for the contract, and optionally the ABI for future interactions. After deployment, you can invoke contract methods using the invoke_contract capability. Make sure your account has sufficient permissions and balance for deployment.
Can I deploy smart contracts through this MCP server?
Yes! Use the deploy_contract capability to upload and deploy compiled smart contract bytecode to your AntChain network. You'll need the contract bytecode (in hex format), a name for the contract, and optionally the ABI for future interactions. After deployment, you can invoke contract methods using the invoke_contract capability. Make sure your account has sufficient permissions and balance for deployment.
One connection away
Give your agent a direct line to AntChain.
Connect AntChain once. Keep it beside 6,100+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available