# Noloco MCP

Vendor: Noloco  
Category: other  
Auth: API_KEY  
Composio slug: `noloco`

Noloco is a no-code platform for building internal tools, client portals, and business applications backed by a dynamic GraphQL data API.

## Tools

- **Create Record** — Create one record in a table in the connected Noloco app. Use NOLOCO_DESCRIBE_TABLE first to supply valid input fields and values.
- **Delete Record** — Permanently delete one record from a Noloco table by ID. This is destructive and cannot be undone.
- **Describe Table** — Describe one Noloco table's selectable fields, unique lookup selectors, filters, and create/update inputs. Use this before record CRUD to learn the connected app's exact field names and GraphQL types.
- **Get Record** — Fetch one record from a Noloco table by a supported unique selector. Use NOLOCO_DESCRIBE_TABLE first because selectors and fields vary by app and table.
- **List Records** — Return one forward-paginated page of records from a table in the connected Noloco app. Use NOLOCO_DESCRIBE_TABLE first to choose valid fields, filters, and sort fields.
- **List Tables** — List the record tables and generated CRUD operation names available in the connected Noloco app. Call this before using a table-specific record tool when the app schema is unknown.
- **Update Record** — Partially update one Noloco record by ID. Only supplied fields are changed; use NOLOCO_DESCRIBE_TABLE first to choose valid update fields.

## Setup

1. Create or open a Switchy Project.
2. Open Integrations and connect Noloco.
3. Authorise through api_key.
4. Teammates can now @-mention Noloco tools in chat.

---
Last verified: 2026-09-03T02:00:04.194Z  
Canonical URL: https://switchy.build/directory/mcps/noloco