---
title: "List Project Tools"
method: GET
path: "/api/v1/mcp/project/{project_id}"
tags: ["mcp_projects"]
---

# List Project Tools

`GET /api/v1/mcp/project/{project_id}`

List project MCP tools.

## Path parameters

- `project_id` string, uuid, required

## Query parameters

- `mcp_enabled` boolean

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

## Changes

- **2025-12-23** `b0ee9ddb8d9f` — 1 info
  - removed `#/components/schemas/MCPProjectResponse, subschema #2` from the response body `anyOf` list for the response status `200`
- **2025-12-16** `2b9cbf59b908` — 1 warning, 1 info
  - removed the optional property `anyOf[subschema #1: MCPProjectResponse]/auth_settings/anyOf[subschema #1: AuthSettings]/oauth_callback_url` from the response with the `200` status
  - response property `anyOf[subschema #1: MCPProjectResponse]/auth_settings/anyOf[subschema #1: AuthSettings]/oauth_callback_path` reactivated
- **2025-12-11** `d616146118e1` — 2 info
  - added the optional property `anyOf[subschema #1: MCPProjectResponse]/auth_settings/anyOf[subschema #1: AuthSettings]/oauth_callback_url` to the response with the `200` status
  - response property `anyOf[subschema #1: MCPProjectResponse]/auth_settings/anyOf[subschema #1: AuthSettings]/oauth_callback_path` deprecated
- **2025-10-16** `9bd3e81318d7` — 2 warning, 3 info
  - removed the optional property `detail/items/ctx` from the response with the `422` status
  - removed the optional property `detail/items/input` from the response with the `422` status
  - the endpoint scheme security `OAuth2PasswordBearer` was added to the API
  - the endpoint scheme security `OAuth2PasswordBearerCookie` was removed from the API
  - …1 more

[Change history](https://skmtc.dev/langflow-ai/apis/langflow/changes/api/v1/mcp/project/:project_id/get.md)

---

[API](https://skmtc.dev/langflow-ai/apis/langflow.md) · [All operations](https://skmtc.dev/langflow-ai/apis/langflow/llms.txt) · [OpenAPI document](https://skmtc.dev/langflow-ai/apis/langflow/revisions/b0ee9ddb8d9f?raw)
