Felt

Felt

Felt is a modern GIS platform that allows users to create, modify, and share interactive maps, integrating powerful mapping capabilities into various workflows and applications.

77VIEWS
2945USERS

Install MCP Server

Paste and run this command in your terminal to set up Cursor with MCP

npx @composio/cli add cursor --app feltnpx @composio/cli add cursor --app feltnpx @composio/cli add cursor --app feltnpx @composio/cli add cursor --app felt

After running the command, restart Cursor to start using the MCP Server.

Available Tools

Create Or Update Elements

Tool to create new elements or update existing elements on a map via geojson featurecollection. use when you need to batch add or modify elements on a specified map after confirming the map id.

Create Project

Tool to create a new felt project. use when you need to initialize a project with a specific name, and optional description or organization context.

Delete Element

Tool to delete a specific element from a map. use when you have both map and element ids and need to remove the element permanently.

Delete Layer

Tool to delete a specific layer from a map. use when you have the map's and layer's ids and need to remove it permanently.

Delete Map

Tool to delete a specific map. use when you have the map's id and want to permanently remove it. returns no content (http 204) on success.

Delete Project

Tool to delete a project and all its contents. use when you need to permanently remove a project after confirmation.

Duplicate Map

Tool to duplicate an existing map in felt. use when you need a clone of a map as a starting point.

Create Felt Project

Tool to create a new felt project. use when you need to initialize a project with a specific name and optional description or organization context.

Get Map Details

Tool to retrieve details of a specific map. use when you have a valid map id and need full map metadata.

Get User Details

Tool to retrieve information about the authenticated user. use after obtaining a valid token to fetch user profile details.

List Element Groups

Tool to list all element groups on a specific map. use after confirming a valid map id when you need to enumerate grouped elements.

List Elements

Tool to list all elements on a specific map as geojson features. use after confirming a valid map id when you need to retrieve the map's elements.

List Layers

Tool to list all layers on a specific map. use after confirming the map id.

List Projects

Tool to retrieve a list of projects accessible to the user. use when you need to browse or select from existing projects before proceeding.

List Sources

Tool to retrieve a list of data sources accessible to the user. use when you need to enumerate all available sources before selecting one.

Update Project

Tool to update an existing project's name, description, or custom properties. use after confirming the project id.

16 actions available