create_protocol
Create a new protocol with title and description
How to use it
create_protocol is exposed by the Protocols Io MCP Server MCP server. Add the server to your MCP client (Claude Desktop, Cursor, Windsurf and others), and the create_protocol tool becomes available to the model automatically. See the full listing for setup details and every tool this server provides.
Install Protocols Io MCP Server
docker run -d -p 8000:8000 -e PROTOCOLS_IO_CLIENT_ID="your_client_id" -e PROTOCOLS_IO_CLIENT_SECRET="your_client_secret" -e PROTOCOLS_IO_MCP_BASE_URL="https://example.com" --name protocols-io-mcp --reOther tools in Protocols Io MCP Server (9)
Add a single step to the end of a protocol
Delete a specific step from a protocol
Retrieve all protocols from your account
Get basic protocol information by ID
Get detailed steps for a specific protocol
Search for public protocols by keyword
Replace all steps in a protocol
Update the description of an existing protocol
Update the title of an existing protocol