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 pieces
    • MCP Piece Schema
    • POST
      Add MCP Piece
    • DEL
      Delete MCP Piece
    • POST
      Update MCP Piece
    • GET
      List MCP Pieces
MCP pieces

MCP Piece Schema

The schema is of type object.

Suggest editsRaise issue
Update MCP ServerAdd MCP Piece
websitegithubdiscord
Powered by Mintlify
Copy
Ask AI
{
  "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.