FIBERY_HOST
: Your Fibery workspace domain (e.g. your-domain.fibery.io
)FIBERY_API_TOKEN
: API token for your Fibery workspace<your-domain>
, <your-api-token>
) as needed.
test
) with the Fibery MCP server ready. Rooms close after inactivity, cleaning up all tools and chatbots.Tool | Short Description |
---|---|
create_entities_batch | Create multiple Fibery entities at once with specified fields. |
create_entity | Create Fibery entity with specified fields. |
current_date | Get today’s date in ISO 8601 format (YYYY-mm-dd.HH:MM:SS.000Z) |
describe_database | Get list of all fields in the selected Fibery database and related databases. |
list_databases | Get list of all databases in user’s Fibery workspace (schema) |
query_database | Run any Fibery API command. Powerful, flexible querying. |
update_entity | Update a Fibery entity with specified fields. |
create_entities_batch
database
(string): Database to create entities inentities
(object): List of dictionaries with fields to set for each entitycreate_entity
database
(string)entity
(object): Dictionary of fields/valuescurrent_date
describe_database
database_name
(string)list_databases
query_database
q_from
(string): Entity typeq_select
(object): Fields to retrieveq_where
(object, optional): Filter conditions (supports logical and comparative operators)q_limit
, q_offset
, q_order_by
, q_params
(optional, for advanced usage)update_entity
database
(string)entity
(object): Must include entity fibery/id
; document fields can specify {append: true, content: "..."}
structure for appending