Activepieces home pagelight logodark logo
  • GitHub
  • Pieces
  • Get Started
  • Get Started
Documentation
Develop Pieces
Embedding
API Reference
Deploy
Handbook
Get Started
  • Overview
Endpoints
  • Projects
  • User Invitations
  • Project Members
  • Connections
  • Flows
  • Flow Runs
  • Sample Data
  • Pieces
  • Project Releases
  • Global Connections
  • Git Sync
  • Folders
  • Flow Templates
  • MCP Servers
    • MCP Server Schema
    • GET
      List MCP servers
    • POST
      Rotate MCP server token
    • POST
      Update MCP Server
  • MCP pieces
MCP Servers

MCP Server Schema

The schema is of type object.

Suggest editsRaise issue
List Flow TemplatesList MCP servers
websitegithubdiscord
Powered by Mintlify
Copy
Ask AI
{
  "id": "<string>",
  "created": "<string>",
  "updated": "<string>",
  "projectId": "<string>",
  "token": "<string>",
  "pieces": [
    {
      "id": "<string>",
      "created": "<string>",
      "updated": "<string>",
      "pieceName": "<string>",
      "connectionId": "<string>",
      "mcpId": "<string>",
      "status": "ENABLED",
      "connection": {
        "id": "<string>",
        "created": "<string>",
        "updated": "<string>",
        "externalId": "<string>",
        "displayName": "<string>",
        "type": "OAUTH2",
        "pieceName": "<string>",
        "projectIds": [
          "<string>"
        ],
        "platformId": "<string>",
        "scope": "PROJECT",
        "status": "ACTIVE",
        "ownerId": "<string>",
        "owner": {
          "id": "<string>",
          "email": "<string>",
          "firstName": "<string>",
          "status": "ACTIVE",
          "externalId": "<string>",
          "lastChangelogDismissed": "<string>",
          "platformId": "<string>",
          "platformRole": "ADMIN",
          "lastName": "<string>",
          "created": "<string>",
          "updated": "<string>"
        },
        "metadata": {},
        "flowIds": [
          "<string>"
        ]
      }
    }
  ]
}
Assistant
Responses are generated using AI and may contain mistakes.