Composio · Example Payload

Composio Postmcpserverscustom Example

AI AgentsAuthenticationIntegrationsMCPOAuthSandboxToolsTriggersUnified_APIWebhooks

Composio Postmcpserverscustom Example is an example object payload from Composio, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "postMcpServersCustom",
  "method": "POST",
  "path": "/api/v3/mcp/servers/custom",
  "summary": "Create a new custom MCP server with multiple apps",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "Basic Multi-App Server",
      "example": {
        "name": "Development Integration Server",
        "toolkits": [
          "github",
          "jira"
        ]
      }
    },
    {
      "contentType": "application/json",
      "name": "Advanced Multi-App Server",
      "example": {
        "name": "Complete Workflow Integration",
        "toolkits": [
          "github",
          "jira",
          "slack"
        ],
        "custom_tools": [
          "SLACK_SEND_MESSAGE"
        ]
      }
    }
  ],
  "responseExamples": []
}