Composio · Example Payload

Composio Postmcpservers Example

AI AgentsAuthenticationIntegrationsMCPOAuthSandboxToolsTriggersUnified_APIWebhooks

Composio Postmcpservers 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": "postMcpServers",
  "method": "POST",
  "path": "/api/v3/mcp/servers",
  "summary": "Create a new MCP server",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "Basic MCP Server",
      "example": {
        "name": "GitHub Integration Server",
        "auth_config_ids": [
          "ac_1a2b3c4d5e6f"
        ]
      }
    },
    {
      "contentType": "application/json",
      "name": "Server with Limited Tools",
      "example": {
        "name": "GitHub Issues Only",
        "auth_config_ids": [
          "ac_1a2b3c4d5e6f"
        ],
        "allowed_tools": [
          "GMAIL_ADD_LABEL_TO_EMAIL"
        ]
      }
    },
    {
      "contentType": "application/json",
      "name": "Server with Expiration",
      "example": {
        "name": "Temporary Integration Server",
        "auth_config_ids": [
          "ac_1a2b3c4d5e6f"
        ]
      }
    }
  ],
  "responseExamples": []
}