MCP Servers
MCP Server Schema
Get Started
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 Servers
MCP Server Schema
Available options:
ENABLED
App connection is a connection to an external app.
Available options:
OAUTH2
Available options:
PROJECT
Available options:
ACTIVE
Available options:
ACTIVE
Available options:
ADMIN
{
"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": {}
}
}
]
}