---
title: "List all MCP endpoints for user"
method: GET
path: "/mcp/endpoints"
tags: ["mcp"]
---

# List all MCP endpoints for user

`GET /mcp/endpoints`

Get all MCP endpoints for the authenticated user's integration bindings

## Response `200`

Successful Response

- MCPEndpointsList
  - `endpoints` MCPEndpoint[], required
    - `binding_id` string, required
    - `secure_endpoint` string, required
    - `integration_name` string, required
    - `integration_type` string, required
    - `is_active` boolean, required
    - `last_used` string, nullable
  - `total_count` integer, required

---

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