Vinkius
Olostep logo
Vinkius
Vinkius runs on CrewAI

How to Use the Olostep MCP in CrewAI

Deploy specialized scraping crews using Olostep and the CrewAI framework.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

Olostep MCP on Cursor AI Code Editor MCP Client Olostep MCP on Claude Desktop App MCP Integration Olostep MCP on OpenAI Agents SDK MCP Compatible Olostep MCP on Visual Studio Code MCP Extension Client Olostep MCP on GitHub Copilot AI Agent MCP Integration Olostep MCP on Google Gemini AI MCP Integration Olostep MCP on Lovable AI Development MCP Client Olostep MCP on Mistral AI Agents MCP Compatible Olostep MCP on Amazon AWS Bedrock MCP Support
MCP Servers — Included with Plan
Vinkius runs on CrewAI

Connect Olostep MCP to CrewAI

Create your Vinkius account to connect Olostep to CrewAI — we handle the hosting, security, and runtime updates so you don't have to. No server setup required.

GDPR Included with Plan

Key Capabilities

Specialized research crews with Olostep

Assign the `scrape_url` tool to a dedicated Researcher agent within your CrewAI team. This agent handles the heavy lifting of parsing complex sites while other agents focus on analysis and synthesis. This role-based approach prevents bottlenecking. Your agents work in parallel, with the researcher providing the raw data that the analyst needs to build reports.

Manage batch operations in CrewAI

Use `create_batch` to distribute large research tasks among your agents. A Moderator agent can manage the lifecycle of these batches, checking `get_batch` periodically to report progress to the rest of the crew. This keeps your crew organized and prevents them from waiting idly for individual scrapes. It's the most efficient way to handle large-scale data gathering missions.

Verify connectivity for CrewAI missions

Run `check_olostep_status` at the start of your crew's execution to ensure all tools are ready for use. If the connection fails, the crew can abort the mission or alert you immediately. It's a small but critical step that saves time and debugging effort. You'll know immediately if your agents have the access they need to perform their jobs.

Setup guide

Set up Olostep 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 Olostep tools as needed.

crew.py
from crewai import Agent, Task, Crew

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

task = Task(
    description="List recent Olostep 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 Olostep MCP in CrewAI

Pass the Vinkius endpoint URL directly into your agent's MCP list. This allows the agents to automatically discover and use tools like `get_agent`.
Yes, your monitor agent can call `get_usage` periodically to ensure the entire crew stays within your predefined API limits. It acts as an automated budget controller.
The server uses a zero-trust architecture where every scrape is isolated. Your target URLs are never cached or stored, ensuring your research remains private to your team.
Absolutely. One agent can use `scrape_url` to find links, and another can follow them. You can chain these actions together in a sequential crew process.
Use the tool_filter option in your MCP configuration to only expose relevant tools to specific agents. For example, give the Researcher only `scrape_url` and keep administrative tools like `list_agents` for the Moderator.

Start using the Olostep MCP today

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

Built & Managed by Vinkius 30s setup 10 tools

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

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

Vinkius runs on Claude Claude
Vinkius runs on ChatGPT ChatGPT
Vinkius runs on Cursor Cursor
Vinkius runs on Gemini Gemini
Vinkius runs on Windsurf Windsurf
Vinkius runs on VS Code VS Code
Vinkius runs on JetBrains JetBrains
Vinkius runs on 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.