OAuth/API-key protected Streamable HTTP MCP endpoint
Body·
required
application/json
MCP JSON-RPC request
- Type: stringmethodrequired
- id
- Type: stringjsonrpc
- Type: arrayparams
- additionalPropertyType: anythingproperty
Name
Responses
- application/json
- application/json
- application/json
- application/json
- application/json
- application/json
Request Example for post/mcp-auth
curl https://api.musebook.trade/mcp-auth \
--request POST \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer YOUR_SECRET_TOKEN' \
--data '{
"jsonrpc": "2.0",
"id": null,
"method": "",
"params": [],
"additionalProperty": "anything"
}'
{
"ok": true,
"additionalProperty": "anything"
}