Baserow MCP endpoints API

The MCP endpoints API from Baserow — 2 operation(s) for mcp endpoints.

Operations 5

GET /api/mcp/endpoint/{endpoint_id}/ #
PATCH /api/mcp/endpoint/{endpoint_id}/ #
DELETE /api/mcp/endpoint/{endpoint_id}/ #
GET /api/mcp/endpoints/ #
POST /api/mcp/endpoints/ #

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/baserow-mcp-endpoints-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

baserow-mcp-endpoints-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Baserow API spec Admin MCP endpoints API
  version: 2.2.2
  description: 'For more information about our REST API, please visit [this page](https://baserow.io/docs/apis%2Frest-api).


    For more information about our deprecation policy, please visit [this page](https://baserow.io/docs/apis%2Fdeprecations).'
  contact:
    url: https://baserow.io/contact
  license:
    name: MIT
    url: https://github.com/baserow/baserow/blob/develop/LICENSE
servers:
- url: https://api.baserow.io
  description: Base URL declared by the provider in apis.yml (roadmap#122).
tags:
- name: MCP endpoints
paths:
  /api/mcp/endpoint/{endpoint_id}/:
    get:
      operationId: get_mcp_endpoint
      description: Returns the requested MCP endpoint if the authorized user has access to it.
      parameters:
      - in: path
        name: endpoint_id
        schema:
          type: string
          pattern: ^[0-9]+$
        required: true
      tags:
      - MCP endpoints
      security:
      - UserSource JWT: []
      - JWT: []
      responses:
        '200':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/MCPEndpoint'
          description: ''
        '404':
          content:
            application/json:
              schema:
                type: object
                properties:
                  error:
                    type: string
                    description: Machine readable error indicating what went wrong.
                    enum:
                    - ERROR_MCP_ENDPOINT_DOES_NOT_EXIST
                  detail:
                    oneOf:
                    - type: string
                      format: string
                      description: Human readable details about what went wrong.
                    - type: object
                      format: object
                      description: Machine readable object about what went wrong.
          description: ''
    patch:
      operationId: update_mcp_endpoint
      description: Updates the MCP endpoint if the authorized user has access to it.
      parameters:
      - in: path
        name: endpoint_id
        schema:
          type: string
          pattern: ^[0-9]+$
        required: true
      tags:
      - MCP endpoints
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/PatchedUpdateMCPEndpoint'
          application/x-www-form-urlencoded:
            schema:
              $ref: '#/components/schemas/PatchedUpdateMCPEndpoint'
          multipart/form-data:
            schema:
              $ref: '#/components/schemas/PatchedUpdateMCPEndpoint'
      security:
      - UserSource JWT: []
      - JWT: []
      responses:
        '200':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/MCPEndpoint'
          description: ''
        '400':
          content:
            application/json:
              schema:
                type: object
                properties:
                  error:
                    type: string
                    description: Machine readable error indicating what went wrong.
                    enum:
                    - ERROR_USER_NOT_IN_GROUP
                    - ERROR_MCP_ENDPOINT_DOES_NOT_BELONG_TO_USER
                  detail:
                    oneOf:
                    - type: string
                      format: string
                      description: Human readable details about what went wrong.
                    - type: object
                      format: object
                      description: Machine readable object about what went wrong.
          description: ''
        '404':
          content:
            application/json:
              schema:
                type: object
                properties:
                  error:
                    type: string
                    description: Machine readable error indicating what went wrong.
                    enum:
                    - ERROR_MCP_ENDPOINT_DOES_NOT_EXIST
                  detail:
                    oneOf:
                    - type: string
                      format: string
                      description: Human readable details about what went wrong.
                    - type: object
                      format: object
                      description: Machine readable object about what went wrong.
          description: ''
    delete:
      operationId: delete_mcp_endpoint
      description: Deletes an MCP endpoint if the authorized user has access to it.
      parameters:
      - in: path
        name: endpoint_id
        schema:
          type: string
          pattern: ^[0-9]+$
        required: true
      tags:
      - MCP endpoints
      security:
      - UserSource JWT: []
      - JWT: []
      responses:
        '204':
          description: No response body
        '400':
          content:
            application/json:
              schema:
                type: object
                properties:
                  error:
                    type: string
                    description: Machine readable error indicating what went wrong.
                    enum:
                    - ERROR_MCP_ENDPOINT_DOES_NOT_BELONG_TO_USER
                  detail:
                    oneOf:
                    - type: string
                      format: string
                      description: Human readable details about what went wrong.
                    - type: object
                      format: object
                      description: Machine readable object about what went wrong.
          description: ''
        '404':
          content:
            application/json:
              schema:
                type: object
                properties:
                  error:
                    type: string
                    description: Machine readable error indicating what went wrong.
                    enum:
                    - ERROR_MCP_ENDPOINT_DOES_NOT_EXIST
                  detail:
                    oneOf:
                    - type: string
                      format: string
                      description: Human readable details about what went wrong.
                    - type: object
                      format: object
                      description: Machine readable object about what went wrong.
          description: ''
  /api/mcp/endpoints/:
    get:
      operationId: list_mcp_endpoints
      description: Lists all the MCP (Model Context Protocol) endpoints of a user. These canbe used to directly integrate with an LLM like Claude, and let the LLM perform actions directly in Baserow. Treat your MCP URL like a password,as it has the ability to modify data in Baserow.
      tags:
      - MCP endpoints
      security:
      - UserSource JWT: []
      - JWT: []
      responses:
        '200':
          content:
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/MCPEndpoint'
          description: ''
    post:
      operationId: create_mcp_endpoint
      description: Creates a new MCP endpoint for a given workspace. The endpoint can be used for an MCP integration.
      tags:
      - MCP endpoints
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/CreateMCPEndpoint'
          application/x-www-form-urlencoded:
            schema:
              $ref: '#/components/schemas/CreateMCPEndpoint'
          multipart/form-data:
            schema:
              $ref: '#/components/schemas/CreateMCPEndpoint'
        required: true
      security:
      - UserSource JWT: []
      - JWT: []
      responses:
        '200':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/MCPEndpoint'
          description: ''
        '400':
          content:
            application/json:
              schema:
                type: object
                properties:
                  error:
                    type: string
                    description: Machine readable error indicating what went wrong.
                    enum:
                    - ERROR_USER_NOT_IN_GROUP
                    - ERROR_MAXIMUM_UNIQUE_ENDPOINT_TRIES
                  detail:
                    oneOf:
                    - type: string
                      format: string
                      description: Human readable details about what went wrong.
                    - type: object
                      format: object
                      description: Machine readable object about what went wrong.
          description: ''
components:
  schemas:
    PatchedUpdateMCPEndpoint:
      type: object
      description: Used for validating updating an existing MCP endpoint.
      properties:
        name:
          type: string
          description: The human readable name of the MCP endpoint for the user.
          maxLength: 100
    CreateMCPEndpoint:
      type: object
      description: Used for validating the creation of a new MCP endpoint.
      properties:
        name:
          type: string
          description: The human readable name of the MCP endpoint for the user.
          maxLength: 100
        workspace_id:
          type: integer
      required:
      - name
      - workspace_id
    MCPEndpoint:
      type: object
      description: Serializes a complete MCP endpoint object.
      properties:
        id:
          type: integer
          readOnly: true
        name:
          type: string
          description: The human readable name of the MCP endpoint for the user.
          maxLength: 100
        key:
          type: string
          readOnly: true
          description: The unique endpoint key that can be used to authorize for the MCP service.
        workspace_id:
          type: integer
          readOnly: true
        workspace_name:
          type: string
          readOnly: true
        created:
          type: string
          format: date-time
          readOnly: true
      required:
      - created
      - id
      - key
      - name
      - workspace_id
      - workspace_name
  securitySchemes:
    Database_token:
      type: http
      scheme: bearer
      bearerFormat: Token your_token
    JWT:
      type: http
      scheme: bearer
      bearerFormat: JWT your_token
    UserSource_JWT:
      type: http
      scheme: bearer
      bearerFormat: JWT your_token