Vinkius
Radar logo
Vinkius
Vinkius runs on CrewAI

How to Use the Radar MCP in CrewAI

Deploy specialized agent teams that collaborate on logistics and geofencing using CrewAI and Radar.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

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

Connect Radar MCP to CrewAI

Create your Vinkius account to connect Radar 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

Multi-Agent Logistics Coordination with CrewAI

CrewAI lets you set up a team of specialized agents to handle complex dispatch operations. A Router Agent can use `calculate_routing_matrix` to find the most efficient paths, while a Dispatcher Agent monitors active zones using `search_geofences`. Because these agents share memory, the coordinates resolved by the Router Agent via `forward_geocode` are instantly available to the rest of the crew. This eliminates redundant API calls and keeps your entire autonomous team aligned on the same coordinates.

Automated Address Verification Crews

Create an autonomous pipeline where a Validator Agent runs raw customer inputs through `validate_address`. If the address is messy, a Corrector Agent uses `autocomplete` to suggest the correct postal format before passing it to the delivery crew. Once the address is clean, a third agent can run `get_location_context` to check for local delivery restrictions. The entire process runs sequentially without requiring any manual developer intervention.

IP-Based Security and Place Audits

Deploy a security agent that uses `ip_geocode` to verify where user requests are originating. If the coordinates look suspicious, the agent triggers a secondary lookup using `search_places` to verify if the location matches a known commercial address. By exposing this MCP Server to your CrewAI team, you can build autonomous fraud prevention loops. The agents analyze the geographic context and flag anomalies before passing the clean data to your main database.

Setup guide

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

crew.py
from crewai import Agent, Task, Crew

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

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

Pass the Vinkius MCP Server URL directly in the agent's configuration array. You can limit access so only your Router Agent can call `calculate_route_distance`.
Yes, CrewAI's shared memory allows a research agent using `reverse_geocode` to pass the resolved physical address directly to a logistics agent in the next task.
Define a manager agent in CrewAI to oversee the workflow. The manager agent will delegate `calculate_routing_matrix` to a sub-agent and verify the results before finalizing the route.
Yes, CrewAI's HTTP client supports both standard SSE and Streamable HTTP transports. This ensures stable connections when agents are performing heavy lookups like `search_places`.
Yes, Vinkius runs this MCP Server inside zero-trust, ephemeral sandboxes. The data is encrypted in transit and wiped completely from the execution environment as soon as your CrewAI agents finish their tasks.

Start using the Radar 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 Radar. 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.