How to Use the Aptoscan (Aptos Blockchain Explorer API) MCP in Windsurf
Give Windsurf direct access to the Aptos blockchain. Cascade fetches balances, reads modules, and traces transactions without asking.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Aptoscan (Aptos Blockchain Explorer API) MCP to Windsurf
Create your Vinkius account to connect Aptoscan (Aptos Blockchain Explorer API) to Windsurf and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Chain Aptos queries inside Windsurf
Cascade thrives on multi-step tasks. You ask it to audit a specific Aptos wallet, and it immediately calls `get_account_balance` followed by `get_account_tokens`. The agent figures out the required parameters, pulls the exact Move modules using `get_account_modules`, and dumps the context right into your editor. You never have to leave your code to hunt down a transaction hash. Windsurf queries `get_transaction_by_hash` or `get_transaction_by_version` natively. This MCP Server turns your IDE into a live blockchain explorer that actually writes code based on on-chain states.
Read deep token and resource data
Aptos resources get complicated fast. When you need to inspect what an account actually owns, Cascade hits `get_account_resources` to pull the raw data structures. If you are building a frontend for an NFT marketplace, it uses `get_token_data` to grab supply info and metadata before drafting your React components. Building smart contracts requires knowing exactly what deployed on-chain. Your agent checks the live state against your local Move files. It pulls the deployed code and compares it to your workspace, saving you from switching tabs to an external explorer.
Track blocks with this MCP Server
Debugging failed transactions usually means digging through block heights. Cascade automates this by calling `get_block_by_height` or `get_block_by_version`. You just paste a broken transaction version into the chat, and the agent traces the entire block context. Connecting the pieces happens instantly. Windsurf reads the block data, identifies the failing `get_account_transactions` entry, and points out the exact Move module error in your source code. You get full visibility without opening a browser.
Set up Aptoscan (Aptos Blockchain Explorer API) MCP in Windsurf
Prerequisites
- Windsurf IDE installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP configuration
Click the Cascade assistant icon in the sidebar, then click the hammer icon (🔨) at the top of the panel. Select "Configure" to open
~/.codeium/windsurf/mcp_config.json. - 2
Add the Aptoscan (Aptos Blockchain Explorer API) MCP
Paste the JSON snippet shown on the right into the
mcpServersobject. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Refresh MCPs
Go back to the hammer icon (🔨) in Cascade and click "Refresh". Windsurf will detect the new server. No full restart is needed — the connection is hot-reloaded.
- 4
Verify in Cascade
Start a new Cascade conversation and ask something like "Show my Aptoscan (Aptos Blockchain Explorer API) payment history." If connected, Cascade will call the Aptoscan (Aptos Blockchain Explorer API) tools directly. You will see a green dot next to the server name in the MCP panel.
{
"mcpServers": {
"aptoscan-aptos-blockchain-explorer-api-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Aptoscan. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
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 Windsurf
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.