Flowbyte - Soluciones tecnológicas para impulsar tu negocio
Diseñamos, iteramos e imprimimos piezas funcionales o decorativas para validar ideas, fabricar repuestos o crear productos a medida.
https://flowbyte.cloud/Connect straight to this server’s public endpoint.
https://mcp.flowbyte.cloud/mcpWe add this server to your workspace, walk through sign-in once, then open Studio with tools ready to run.
Last probed Sep 14, 2026 · mcp.flowbyte.cloud
12tools discovered
Query Items
Query items of a concept with optional filters, sorting and pagination. Returns a paginated list of items. IMPORTANT: call get_app first to discover the available conceptRoles for this app before querying.
Create Item
Create a new item for a given concept. ALWAYS call get_app first (or read the app://current resource) before creating any item. Use app.concepts to identify the correct conceptRole and the expected input fields. Example workflow: user says 'I spent 4€ on food' → call get_app → find concept with role 'gasto' → create item with conceptRole='gasto' and the matching data fields.
Get Item
Retrieve a single item by its ID.
Update Item
Partially update an existing item. Only provided fields are changed (deep merge on JSONB).
Get App
Retrieve the full app configuration for this tenant — including all concept definitions (roles, labels, input fields and their types). THIS MUST BE THE FIRST TOOL YOU CALL in any session. The returned app.concepts array tells you every available conceptRole and its schema. Use this knowledge to correctly classify user intent: e.g. 'I spent 4€ on food' maps to the concept whose role is 'gasto', and 'I sold a product' maps to 'venta', etc. Without calling get_app first you cannot know which roles
Update App
Partially update the app associated with this tenant. Looks up the app by tenantAttached and applies a partial merge on the provided fields.
List Concepts
List all concepts defined in the app (app.concepts). Returns the array of concept definitions, each with its role, label and inputs.
Get Concept
Retrieve a single concept definition by its role.
Add Concept
Add a new concept to the app (app.concepts). A concept defines a data type for the app (e.g. clients, drawings, appointments). The role must be unique within the app. This operation saves the full updated concepts array back to the app.
Update Concept
Update an existing concept in the app (app.concepts) by its role. Performs a shallow merge of the provided fields onto the existing concept. To update nested fields like inputs, provide the full replacement array.
Remove Concept
Remove a concept from the app (app.concepts) by its role. WARNING: this does not delete existing items of that concept — only the concept definition is removed from the app.
Delete Item
Soft-delete an item by ID. The item is marked as deleted but not removed from the database.
Get your MCP into directories
A working endpoint is step one. Directory coverage is the coordinated launch across ChatGPT, Claude, Cursor, the MCP Registry, and community indexes.
Directory coverage for brandsDiseñamos, iteramos e imprimimos piezas funcionales o decorativas para validar ideas, fabricar repuestos o crear productos a medida.
Use the MCP endpoint listed on this page in your MCP client configuration. One-click install pills support Claude, Cursor, VS Code, and other hosts. Copy the remote MCP URL if your client needs a manual entry.
Operate Flowbyte - Soluciones tecnológicas para impulsar tu negocio? Verify ownership to take over this directory entry.
This server appears in the MCPBundles directory. Verify you operate it to take over the listing — name, description, logo, contact email, and skill content. We email a 6-digit code to a maintainer address your server publishes in /.well-known/security.txt or /.well-known/mcpbundles.json. Free, takes about a minute.
MCPBundles probed 12 tools on the live server. The tool list on this page reflects what was discovered at the last refresh — connect your client to see the full set available to your session.
Flowbyte - Soluciones tecnológicas para impulsar tu negocio may require signing in to the provider before tools can run. Connect through MCPBundles or your MCP client and complete any provider login when prompted.
MCPBundles is an independent platform built on the open Model Context Protocol standard. Not affiliated with Anthropic PBC or Claude.