How to Use the Lineascan MCP in Cursor
Run live Linea network queries directly inside Cursor to generate code from real blockchain state.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Lineascan MCP to Cursor
Create your Vinkius account to connect Lineascan 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.
Inject Real Blockchain Data into Cursor
This Lineascan MCP server delivers live transaction receipts and block data directly to your active file. The server queries `eth_get_transaction_receipt` to pull execution statuses so your agent writes code against actual network responses. You don't have to rely on outdated mocks or stale JSON files during local testing. Cursor reads the real-time block state through `eth_get_block_by_number` and updates your frontend components with live data.
Generate Typed Interfaces from Verified ABIs
This integration retrieves contract ABIs to generate TypeScript interfaces inside your editor. The server uses `get_abi` to fetch the verified interface and feeds it to the Cursor agent. The agent reads the JSON payload and instantly writes typed contract wrappers. You save time because you never copy-paste ABIs from an external browser window again.
Debug Failed Transactions Inside the Editor
This Lineascan MCP tool suite analyzes failed transactions by reading transaction hashes. The server calls `eth_get_transaction_by_hash` and `get_status` to pinpoint the exact step where an execution reverted. Cursor takes this error data to suggest code fixes for your smart contract or frontend submission logic. You debug the entire lifecycle without leaving your workspace.
Set up Lineascan 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 Lineascan 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 Lineascan transactions." If the MCP tools are loaded correctly, Cursor will call the Lineascan tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"lineascan-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 Lineascan. 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 Lineascan MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Lineascan MCP today
We host it, we monitor it, we maintain it. You just paste one token.