4,500+ servers built on MCP Fusion
Vinkius
Felt (Collaborative Maps) logo
Vinkius
CrewAI logo

How to Use the Felt (Collaborative Maps) MCP in CrewAI

Deploy specialized agent teams to analyze, build, and style geographic maps using CrewAI and the Felt MCP Server.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

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

Connect Felt (Collaborative Maps) MCP to CrewAI

Create your Vinkius account to connect Felt (Collaborative Maps) 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

Coordinate Multi-Agent GIS Tasks via MCP Server

This MCP Server coordinates multi-agent workflows by letting one agent run `create_map` while another validates the layers. One agent shouldn't have to do everything. They share context using CrewAI's memory system. Once the coordinates are found, the Editor Agent calls `add_elements` to populate the map, while a separate QA Agent runs `get_layer` to verify the accuracy.

Automate Map Auditing and Updates

This MCP Server exposes `list_maps` to let auditing agents scan for outdated project boards and coordinate cleanups. Keep your maps fresh without lifting a finger. The crew can execute `delete_element` on stale markers or completely rebuild outdated layers by calling `delete_layer` followed by `create_layer` with fresh datasets. This ensures your team always works with active geographic data.

Restrict Tool Permissions Across Your Crew

This MCP Server allows you to restrict access to sensitive tools like `delete_map` across your agent crew. You don't want every agent in your crew to have destructive permissions. Junior agents can be restricted to read-only tools like `get_map` or low-risk commands like `add_elements`. This prevents rogue agents from accidentally wiping out your entire spatial database.

Setup guide

Set up Felt (Collaborative Maps) 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 Felt (Collaborative Maps) tools as needed.

crew.py
from crewai import Agent, Task, Crew

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

task = Task(
    description="List recent Felt (Collaborative Maps) 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 Felt (Collaborative Maps) MCP in CrewAI

You can pass your Vinkius endpoint URL directly into the agent's `mcps` configuration array. For more control, use `MCPServerHTTP` to filter which mapping tools each agent can access.
Yes, they can. One agent can create the map with `create_map`, and another agent can immediately use that map's ID to add layers and elements, passing the ID through shared memory.
You should use a `tool_filter` in your Python setup to exclude `delete_layer` and `delete_map` from the tools exposed to untrusted or autonomous agents.
You need to install `crewai` along with `crewai[tools]`. This gives you the necessary HTTP and SSE transport classes to connect directly to the managed endpoint.
Your geographic coordinates and map layers are processed in an isolated, ephemeral V8 sandbox. All credentials are encrypted, and data is never stored or used to train models.

Start using the Felt (Collaborative Maps) MCP today

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

Built & Managed by Vinkius 30s setup 11 tools

We've already built the connector for Felt (Collaborative Maps). Just plug in your AI agents and start using Vinkius.

No hosting. No infrastructure. No complex setup.
All 11 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.