No results found for query: Search in all APIs
An error occured while performing your search, please contact Bump.sh support if it persists.
MCP server URL
https://bump.sh/tie-tech/hub/b2b-api/doc/broker-asyncapi/mcp
Standard setup for AI tools providing an mcp.json file
{ "broker-asyncapi MCP server": { "url": "https://bump.sh/tie-tech/hub/b2b-api/doc/broker-asyncapi/mcp" } }
Accepts one of the following messages.
Client request to subscribe to market(s)
Value is subscribe.
subscribe
At least 1 element.
1
If true, forces fresh snapshot even if already subscribed
Default value is false.
false
{ "type": "subscribe", "markets": [ "string" ], "force_snapshot": false }
Client request to unsubscribe from market(s)
Value is unsubscribe.
unsubscribe
{ "type": "unsubscribe", "markets": [ "string" ] }