---
title: "GET /api/mcp/endpoints/"
method: GET
path: "/api/mcp/endpoints/"
tags: ["MCP endpoints"]
---

# GET /api/mcp/endpoints/

`GET /api/mcp/endpoints/`

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.

## Response `200`

- MCPEndpoint[]
  - `id` integer, required
  - `name` string, required — The human readable name of the MCP endpoint for the user.
  - `key` string, required — The unique endpoint key that can be used to authorize for the MCP service.
  - `workspace_id` integer, required
  - `workspace_name` string, required
  - `created` string, date-time, required

---

[API](https://skmtc.net/baserow/apis/baserow-api-spec.md) · [All operations](https://skmtc.net/baserow/apis/baserow-api-spec/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/baserow/baserow-api-spec/revisions/0c490e5b0c7f/schema)
