How to Use the Blockscout MCP in Windsurf
Let Windsurf read live blockchain state, pull contract ABIs, and audit transactions directly inside Cascade.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Blockscout MCP to Windsurf
Create your Vinkius account to connect Blockscout 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.
Inspect live contracts directly in Windsurf
The `get_contract_source_code` tool pulls raw Solidity files from Blockscout straight into your Cascade context via this MCP Server. Cascade reads the logic, grabs the ABI using `get_contract_abi`, and points out vulnerabilities or missing checks without you having to copy-paste code from a web browser. You don't need to manually download contract files or hunt down verification pages on Etherscan anymore. Let your editor pull the exact source code, parse it, and write your local integration tests using real on-chain parameters.
Chain wallet audits using this MCP Server
The `get_account_transactions` tool lets Cascade scan any Ethereum address to build a chronological history of its activity. Cascade automatically chains this with `list_token_balances` to map out every ERC-20 token the wallet holds right now. Instead of clicking through a block explorer, you ask Cascade to find where a specific transaction went. The agent queries `get_account_internal_transactions` and traces the fund flow across multiple contracts while you watch the plan execute.
Debug live EVM execution issues
The `json_rpc` tool executes standard Ethereum JSON-RPC 2.0 calls directly from your active editor session using the MCP integration. If a transaction fails, Cascade uses `get_transaction` and `get_logs` to isolate the exact revert reason and trace the event logs. You get the raw execution details alongside your local test suite. Cascade compares the live blockchain state returned by `get_block` with your local mock environment to fix configuration mismatches instantly.
Set up Blockscout 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 Blockscout 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 Blockscout payment history." If connected, Cascade will call the Blockscout tools directly. You will see a green dot next to the server name in the MCP panel.
{
"mcpServers": {
"blockscout-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 Blockscout. 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 Blockscout MCP in Windsurf
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Blockscout MCP today
We host it, we monitor it, we maintain it. You just paste one token.