Protocols Io MCP Server
未认领An MCP server that enables MCP clients like Claude Desktop to interact with data from protocols.io.
aiai-integrationllmllm-integrationllmsmcpmcp-servermcp-toolsmodel-context-protocolprotocols-iopython
安装
$
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工具(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