Skip to main content

Meridian marketplace tool ID

e5e62fa5-28e1-42f4-8b84-f4866234df43
Use this UUID in Context SDK tools or toolId fields and in the official MCP server’s toolIds or toolId fields.

Methods

MethodPurpose
futuresNormalized futures OHLCV, trade flow, OI, funding, premium, and liquidation data
spotNormalized spot OHLCV and buy/sell trade-flow data
custom_bars_catalogDiscover stored custom-bar types, thresholds, source runs, and ranges
custom_barsQuery stored dollar, volume, tick, and imbalance bars

Verify the listing

Marketplace metadata can change when methods are refreshed. Applications that depend on Execute mode should verify the listing at startup or deployment time:
const tool = await client.discovery.get(
  "e5e62fa5-28e1-42f4-8b84-f4866234df43"
);

console.log(tool.name);
console.log(tool.mcpTools);
tool = await client.discovery.get(
    "e5e62fa5-28e1-42f4-8b84-f4866234df43"
)

print(tool.name)
print(tool.mcp_tools)
Do not substitute a display name for the UUID. Display names are for people; the tool ID is the stable integration identifier.