How to Use the Aptoscan (Aptos Blockchain Explorer API) MCP in Cursor
Inject live Aptos mainnet data straight into your Cursor workspace while writing Move contracts and frontend integrations.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Aptoscan (Aptos Blockchain Explorer API) MCP to Cursor
Create your Vinkius account to connect Aptoscan (Aptos Blockchain Explorer API) to Cursor and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Read Move modules directly in Cursor
Writing smart contracts requires constant cross-referencing against what is actually deployed on-chain. Switching contexts to a web explorer breaks your focus. With this MCP Server, Cursor fetches the deployed module code and injects it right next to the local files you are editing. Your agent calls `get_account_modules` and `get_account_resources` to pull the exact state of a deployed contract. It reads the struct definitions and resource states, allowing Cursor to write integration tests based on real mainnet data instead of guessed mock values.
Debug failed Aptos transactions inline
When your frontend script throws an error during a transaction simulation, figuring out the root cause takes time. Cursor can now read the failed transaction data directly from the network and compare it against your local TypeScript SDK implementation. By running `get_transaction_by_hash`, the editor pulls the exact execution trace and error codes. It then uses `get_block_by_version` to check the block context. Cursor highlights the exact line in your code that caused the transaction to revert and suggests the fix.
Build wallet features with real account data
Building a dApp frontend means writing UI components for token balances and NFT galleries. Hardcoding mock data rarely catches edge cases. You can tell Cursor to populate your React components using actual data from a specific test wallet. The AI triggers `get_account_balance` and `get_account_tokens` to fetch real balances and metadata. If you need transaction history for an activity feed component, it runs `get_account_transactions` and automatically maps the JSON response to your TypeScript interfaces.
Set up Aptoscan (Aptos Blockchain Explorer API) MCP in Cursor
Prerequisites
- Cursor installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP Settings
Go to Cursor Settings → MCP or open the Command Palette (
Cmd+Shift+P/Ctrl+Shift+P) and search for "MCP: Add Server". - 2
Add the Aptoscan (Aptos Blockchain Explorer API) MCP
Cursor will create or open
.cursor/mcp.jsonin your project root. Paste the JSON snippet on the right. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Enable Agent mode
Open Composer (
Cmd+I/Ctrl+I) and switch to Agent mode using the dropdown at the top. MCP tools are only available in Agent mode. - 4
Verify the connection
Ask Cursor something like "List my recent Aptoscan (Aptos Blockchain Explorer API) transactions." If the MCP tools are loaded correctly, Cursor will call the Aptoscan (Aptos Blockchain Explorer API) tools automatically. You can also check Settings → MCP for a green status indicator.
{
"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 Cursor
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.