okoyfoeciov/test-mcp-server-on-ic-canister
If you are the rightful owner of test-mcp-server-on-ic-canister and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
This MCP server supports Streamable HTTP and tools capability, and is currently stateless with no response verification.
1. Note
This MCP server only support Streamable HTTP.
This MCP server only support tools capability.
Stateless, non-response-verification at the moment!
2. Usage
dfx deploy --playground
Serve at https://{DEPLOYED_CANISTER_ID}.icp0.io/mcp
Example request:
curl --request POST \
--url https://${DEPLOYED_CANISTER_ID}.icp0.io/mcp \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--data '{
"jsonrpc": "2.0",
"id": 0,
"method": "tools/list"
}'