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.
This is a first-class FlyMyAI MCP. Agents discover it automatically via tool search and call the actions below on demand - you never wire it up by hand. See the Composio catalog for how discovery works.
Connect
Felt authenticates with an API key. Generate the credential in your Felt account, then paste it into FlyMyAI the first time an agent uses a Felt action.
Fields to fill in FlyMyAI
| Field | Details |
|---|---|
Felt API Token | The API token for authenticating requests to the Felt API. Create and manage your tokens in the Developers tab of your Felt Workspace Settings. (required) |
Actions
Every action this integration exposes. Agents pick the right one from the task; you do not call them by name.
| Action | What it does | Required inputs |
|---|---|---|
FELT_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. | map_id, type, features |
FELT_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. | name |
FELT_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. | map_id, element_id |
FELT_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. | map_id, layer_id |
FELT_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. | map_id |
FELT_DELETE_PROJECT | Tool to delete a project and all its contents. use when you need to permanently remove a project after confirmation. | project_id |
FELT_DUPLICATE_MAP | Tool to duplicate an existing map in felt. use when you need a clone of a map as a starting point. | map_id |
FELT_FELT_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. | name, visibility |
FELT_GET_MAP_DETAILS | Tool to retrieve details of a specific map. use when you have a valid map id and need full map metadata. | map_id |
FELT_GET_USER_DETAILS | Tool to retrieve information about the authenticated user. use after obtaining a valid token to fetch user profile details. | - |
FELT_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. | map_id |
FELT_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. | map_id |
FELT_LIST_LAYERS | Tool to list all layers on a specific map. use after confirming the map id. | map_id |
FELT_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. | - |
FELT_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. | - |
FELT_UPDATE_PROJECT | Tool to update an existing project's name, description, or custom properties. use after confirming the project id. | project_id |
Links
We love our partners - FlyMy.AI builds with the best. Thanks, Felt!