How to Use the Aptoscan (Aptos Blockchain Explorer API) MCP in Claude Code
Pipe live Aptos data straight into your terminal. Claude Code uses this MCP Server to audit contracts, track balances, and verify deployments.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Aptoscan (Aptos Blockchain Explorer API) MCP to Claude Code
Create your Vinkius account to connect Aptoscan (Aptos Blockchain Explorer API) 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.
Audit Aptos states from the command line
Terminal workflows demand raw data fast. You run Claude Code to check a deployment, and it fires `get_account_modules` to verify the on-chain Move code matches your local repository. No browser required. Tracking down a missing payment takes seconds. The CLI agent calls `get_account_transactions` and filters the output based on your prompt. It dumps the exact transaction hash and status right into your standard output, ready to pipe into another script.
Automate blockchain checks with this MCP Server
CI/CD pipelines need reliable chain state verification. You can trigger Claude Code in a GitHub Action to hit `get_account_balance` before running a test suite. If the test wallet lacks gas, the script fails early and alerts your team. Verifying token mints happens entirely headless. The agent queries `get_token_data` to check the current supply after a test run. It compares the on-chain metadata against your expected results and exits with the appropriate status code.
Deep dive into blocks and resources
SREs dealing with stalled indexers need raw block data. Claude Code pulls `get_block_by_height` to inspect the exact transactions causing the bottleneck. It formats the JSON response into a readable summary in your terminal. Inspecting account state is just as direct. The agent uses `get_account_resources` to dump the raw Move structs for a specific address. You get a clean text readout of the exact on-chain variables without writing a custom query script.
Set up Aptoscan (Aptos Blockchain Explorer API) 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 seeaptoscan-aptos-blockchain-explorer-api-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Aptoscan (Aptos Blockchain Explorer API) transactions." It will automatically discover and invoke the available Aptoscan (Aptos Blockchain Explorer API) tools.
claude mcp add --transport http aptoscan-aptos-blockchain-explorer-api-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 Aptoscan (Aptos Blockchain Explorer API) MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Aptoscan (Aptos Blockchain Explorer API) MCP today
We host it, we monitor it, we maintain it. You just paste one token.