4,500+ servers built on MCP Fusion
Vinkius
Lineascan logo
Vinkius
CrewAI logo

How to Use the Lineascan MCP in CrewAI

Run autonomous multi-agent teams auditing the Linea chain using CrewAI.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

Lineascan MCP on Cursor AI Code Editor MCP Client Lineascan MCP on Claude Desktop App MCP Integration Lineascan MCP on OpenAI Agents SDK MCP Compatible Lineascan MCP on Visual Studio Code MCP Extension Client Lineascan MCP on GitHub Copilot AI Agent MCP Integration Lineascan MCP on Google Gemini AI MCP Integration Lineascan MCP on Lovable AI Development MCP Client Lineascan MCP on Mistral AI Agents MCP Compatible Lineascan MCP on Amazon AWS Bedrock MCP Support
MCP Servers - Free for Subscribers
CrewAI

Connect Lineascan MCP to CrewAI

Create your Vinkius account to connect Lineascan to CrewAI and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.

GDPR Free for Subscribers

Multi-agent security audits on the Linea network

`get_source_code` feeds raw Solidity files to your CrewAI audit specialist agent while your analyst agent parses the contract's ABI. They work in parallel, passing data through shared memory to identify potential vulnerabilities. Once finished, a CrewAI manager agent calls `check_verify_status` to ensure the target contract is properly registered on the Lineascan explorer.

Autonomous transaction auditing via this MCP Server

`tx_list` allows your CrewAI researcher agent to extract a wallet's raw activity history and hand it off to your accountant agent. The accountant agent then calls `token_tx` to isolate specific ERC-20 movements on Linea. This pipeline runs sequentially to build a clean ledger of an address's activity.

Collaborative gas optimization and simulation

`eth_estimate_gas` lets your CrewAI developer agent test transaction payloads before your execution agent submits them to the network. Your CrewAI team uses `eth_price` to calculate real-world transaction costs in USD. This ensures your autonomous CrewAI operations never execute unprofitable smart contract calls on Linea.

Setup guide

Set up Lineascan MCP in CrewAI

Prerequisites

  • Python 3.10+ installed
  • crewai package (pip install crewai)
  • Active Vinkius subscription with a valid endpoint token
  1. 1

    Install CrewAI

    Run pip install crewai to install the framework. MCP support is built-in via the mcps parameter.

  2. 2

    Add the MCP URL to your agent

    Pass your Vinkius endpoint directly to the mcps list. Replace [YOUR_TOKEN_HERE] with your token from cloud.vinkius.com. CrewAI handles tool discovery and caching automatically.

  3. 3

    Kick off your crew

    Create a Crew with your agent and tasks. Call crew.kickoff() — the agent will automatically invoke Lineascan tools as needed.

crew.py
from crewai import Agent, Task, Crew

agent = Agent(
    role="Lineascan Analyst",
    goal="Access and analyze Lineascan data via MCP.",
    backstory="Expert analyst with direct Lineascan access.",
    mcps=[
        "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
    ],
)

task = Task(
    description="List recent Lineascan transactions",
    agent=agent,
    expected_output="A summary of recent activity",
)

crew = Crew(agents=[agent], tasks=[task])
result = crew.kickoff()
print(result)

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 CrewAI

Add the Vinkius HTTP URL directly to the mcps array when defining your CrewAI agent. The agent automatically discovers Lineascan tools like get_balance and uses them to complete its assigned tasks.
Yes, agents share access to the server and can call tools like get_logs or eth_block_number as needed. The Vinkius sandbox manages concurrent requests efficiently to prevent rate-limiting issues.
Use MCPServerHTTP from the CrewAI library and apply a tool_filter. This lets you restrict your CrewAI agents to read-only tools like tx_list while blocking write tools like verify_source_code.
Yes, your specialized tracking agent can invoke token_nft_tx to scan an address's NFT transfer history. The agent then analyzes the metadata to build a profile of the user's digital assets.
This MCP toolset only reads public data from the Linea explorer, such as verified contract source codes and ABIs. Vinkius executes these requests inside zero-trust, ephemeral containers, ensuring your team's queries remain isolated and secure.

Start using the Lineascan MCP today

We host it, we monitor it, we maintain it. You just paste one token.

Built & Managed by Vinkius 30s setup 25 tools

We've already built the connector for Lineascan. Just plug in your AI agents and start using Vinkius.

No hosting. No infrastructure. No complex setup.
All 25 tools are live and waiting. You're up and running in seconds.

Claude Claude
ChatGPT ChatGPT
Cursor Cursor
Gemini Gemini
Windsurf Windsurf
VS Code VS Code
JetBrains JetBrains
Vercel Vercel
+ other MCP clients

Vinkius gives your AI agents access to the full catalog of app connectors, all fully managed, secure, and enterprise-ready. One subscription, every tool you need.

Zero hosting required Full MCP catalog included Enterprise-grade security Auto-updated by Vinkius

Built, hosted, and secured by Vinkius. You just connect and go.