ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use Felt with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Create and manage collaborative maps. upload geographic data, style layers, and manipulate map elements directly from any AI agent.

Included with plan

Ask AI about this Connector

Developed, maintained, and hosted by Vinkius.

MCP VERIFIED · PRODUCTION READY · VINKIUS GUARANTEED

Waiting for input…

Works with modern AI clients that support MCP, including ChatGPT, Claude, Cursor, and more.

ChatGPTClaudeCursorPerplexityGeminiMicrosoft CopilotRaycastMeta AI

Complete set · 11 capabilities

The complete Felt capability set.

These are the exact actions your AI can choose when you ask it to work with Felt.

Capability set01 / 03

01-04

4 capabilities in this set.

Part of 11 available through Felt.

  1. 01

    Create layer

    Supports GeoJSON, CSV, KML, Shapefiles, etc. Create a layer (Upload Data) to a Felt map

  2. 02

    Delete element

    Delete a Felt element

  3. 03

    Delete map

    Delete a Felt map

  4. 04

    Get map

    Get details for a specific Felt map

Capability set02 / 03

05-08

4 capabilities in this set.

Part of 11 available through Felt.

  1. 05

    List maps

    List Felt maps

  2. 06

    Update layer

    Update a Felt layer

  3. 07

    Add elements

    Add elements to a Felt layer

  4. 08

    Create map

    Create a new Felt map

Capability set03 / 03

09-11

3 capabilities in this set.

Part of 11 available through Felt.

  1. 09

    Delete layer

    Delete a Felt layer

  2. 10

    Get layer

    Get details for a specific Felt layer

  3. 11

    Update element

    Update a Felt element

Observed, not estimated

882ms average. Fast in production.

Felt is checked daily against the live service.

Daily averagePeak 1133ms
Aug 20Today
Fastest day
727ms
Slowest day
1133ms
14-day trend
Slowing+12%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 11 capabilities arrive ready to run.

Preview access · not provider authentication

The vk_preview_* token belongs to Vinkius preview infrastructure. It lets Claude discover and display the capabilities of Felt, so you can see the experience inside your AI.

It does not authenticate your account with Felt. Actions requiring credentials or live account data may not run until you activate the Connector and authorize the service.

Felt Connector

You're all set. Choose your MCP client and follow the setup instructions.

Connector linkhttps://edge.vinkius.com/vk_preview_uEA3uCm62J6X4qOlPXCYtzQ5GgmnFZvYo8P4r3S8/mcp

Claude Desktop

Follow the steps below to connect in seconds.

  1. 1In Claude Desktop, open Settings → Connectors.
  2. 2Click “Add custom connector” and paste the connector link above as the remote MCP server URL.
  3. 3Click Add and start a new chat — Felt capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "felt-collaborative-maps-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_uEA3uCm62J6X4qOlPXCYtzQ5GgmnFZvYo8P4r3S8/mcp"
    }
  }
}
  • Claude
  • ChatGPT
  • Cursor
  • VS Code
  • Windsurf
  • Claude Code
  • JetBrains
  • Cline

Step-by-step instructions for each client are in the guide. How to connect

FAQ

Questions Felt owners ask.

  • 01

    Can I upload my own geographic data files to a map?

    Yes! Use the create_layer capability by providing a public URL to your GeoJSON, CSV, or KML file. The server will initiate the upload and processing into your specified Felt map.

  • 02

    How do I add a specific point or shape to an existing layer?

    You can use the add_elements capability. Simply provide the layer_id and a JSON array of GeoJSON features (points, lines, or polygons) you want to add to that layer.

  • 03

    Is it possible to change the visual style of a map layer?

    Yes. Use the update_layer capability and provide a 'Felt Style Object' (FSO) in the style parameter to programmatically change colors, icons, or visibility rules.