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.