Start the MCP server to enable AI agents and automated systems to interact with SuprSend platform functionality. This command creates an MCP server with tool, resource, and prompt capabilities, registers all available tools from the four categories, and supports both stdio and SSE transport mechanisms for communication with AI agents.

Syntax

suprsend start-mcp-server [flags]

Options

FlagDescriptionDefault
-T, --tools stringTypes of tools to load (all or comma-separated list)all
-t, --transport stringTransport to use (stdio or sse)stdio
-h, --helpShow help for the command

Examples

# Start MCP server with all tools using stdio transport
suprsend start-mcp-server

# Start MCP server with default configuration
suprsend start-mcp-server --transport stdio