Protocols Io MCP Server
UnclaimedAn MCP server that enables MCP clients like Claude Desktop to interact with data from protocols.io.
Install
$
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 --reUnclaimed listing
Is this your MCP server?
This listing was auto-indexed from the public record. Claim it to edit the page, set compatibility and unlock growth tools. Takes under two minutes.
Claim this serverTools (10)
add_protocol_step
Add a single step to the end of a protocol
create_protocol
Create a new protocol with title and description
delete_protocol_step
Delete a specific step from a protocol
get_my_protocols
Retrieve all protocols from your account
get_protocol
Get basic protocol information by ID
get_protocol_steps
Get detailed steps for a specific protocol
search_public_protocols
Search for public protocols by keyword
set_protocol_steps
Replace all steps in a protocol
update_protocol_description
Update the description of an existing protocol
update_protocol_title
Update the title of an existing protocol