MCPVault

add_protocol_step

MCP tool from Protocols Io MCP Server by hqn21

Add a single step to the end of a protocol

How to use it

add_protocol_step 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 add_protocol_step 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 --re
FULL PROTOCOLS IO MCP SERVER LISTING