Remote MCP

Create MCP server

Create a new MCP server.

post/v1/redpanda-connect/mcp-servers

Request body

descriptionstring

Optional MCP server description.

display_namestring required

User-friendly MCP server name.

tagsobject

Optional list of tags to attach to an MCP server.

toolsobject required

Map of tool names to their configurations. Each tool defines a capability that the MCP server exposes.

Response

OK

descriptionstring

Optional MCP server description.

display_namestring required

User-friendly MCP server name.

idstring required

Unique identifier for the MCP server.

state'STATE_STARTING' | 'STATE_RUNNING' | 'STATE_STOPPING' | 'STATE_STOPPED' | 'STATE_ERROR'

State of the MCP server.

  • STATE_STARTING: The MCP server is starting.
  • STATE_RUNNING: The MCP server is running.
  • STATE_STOPPING: The MCP server is in the process of stopping.
  • STATE_STOPPED: The MCP server is stopped and in paused state.
  • STATE_ERROR: The MCP server encountered an error.
tagsobject

Tags are key-value pairs that can be assigned to an MCP server resource. They help organize MCP servers and enable filtering when listing them.

toolsobject required

Map of tool names to their configurations. Each tool defines a capability that the MCP server exposes.

urlstring

URL to connect to the MCP server.

Changes

Changed in 6 of the 51 revisions of this API.415

    • api tag Remote MCP added

      api-tag-added

    • api tag Redpanda Connect MCP servers removed

      api-tag-removed

    • endpoint added

      endpoint-added

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • api path removed without deprecation

      api-path-removed-without-deprecation

    This revision also has 16 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

  • d7649071e8e1211See the full diff
    • added the new required request property tools

      new-required-request-property

    • removed the required property config_files from the response with the 201 status

      response-required-property-removed

    • removed the request property config_files

      request-property-removed

    • added the required property tools to the response with the 201 status

      response-required-property-added

    This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • endpoint added

      endpoint-added

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • api path removed without deprecation

      api-path-removed-without-deprecation

    This revision also has 121 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog