Skip to main content

Vertical Access (Market)

mdmcp-market_data_entitlements

Report which market-data verticals this account can access.

Call this before offering vertical-specific analysis: the other tools list all verticals to everyone, but access varies by account. Requesting a vertical the account isn't entitled to returns an error. When vertical is omitted, default_vertical is what will be used.

Parameters

No parameters.

Try it

Loading interactive widget…

Code examples

curl -s https://mcp.edited.com/mcp \
-H "Content-Type: application/json" \
-H "Accept: application/json, text/event-stream" \
-H "MCP-Protocol-Version: 2025-06-18" \
-H "x-api-key: $MCP_API_KEY" \
-d '{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "mdmcp-market_data_entitlements",
"arguments": {}
}
}'

Input schema

{
"type": "object",
"properties": {}
}