How to Use the AntChain MCP in Claude Code
Run headless AntChain ledger queries and contract deployments straight from your terminal using Claude Code.
Works with every AI agent you already use
…and any MCP-compatible client
Connect AntChain MCP to Claude Code
Create your Vinkius account to connect AntChain to Claude Code and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Script headless AntChain deployments from Claude Code
Claude Code brings blockchain administration directly to your terminal session, running `deploy_contract` to push compiled hex bytecode. It pushes your contracts to the network without needing a heavy GUI or web browser. This MCP Server allows you to pipe contract deployment outputs directly into shell scripts. You can run a deployment, grab the address, and immediately kick off a local test suite using that live address.
Run instant terminal-based ledger diagnostics
When a transaction fails in your CI/CD pipeline, Claude Code calls `query_transaction` to pull the exact execution receipt. It dumps the gas usage and failure state directly into your terminal output. You can run `query_block` to inspect block times and transaction density when debugging network latency. It keeps your terminal-focused workflow fast and distraction-free.
Query accounts and balances in headless environments
Managing gas wallets for automated scripts is simple when you check balances using `query_account_balance`. Claude Code uses this data to verify your deployer accounts before running scheduled tasks. If you need to audit account permissions, the agent calls `query_account` to check the ledger state. It gives you raw, clean JSON data that you can pipe into other command-line tools.
Set up AntChain MCP in Claude Code
Prerequisites
- Claude Code CLI installed (
npm install -g @anthropic-ai/claude-code) - Active Vinkius subscription with a valid endpoint token
- 1
Run the add command
Open your terminal and run the command shown on the right. Replace
[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. Use--scope userto make it available across all projects. - 2
Verify the connection
Start a Claude Code session and type
/mcpto list connected servers. You should seeantchain-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest AntChain transactions." It will automatically discover and invoke the available AntChain tools.
claude mcp add --transport http antchain-mcp https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about AntChain MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the AntChain MCP today
We host it, we monitor it, we maintain it. You just paste one token.