INDIVIDUAL MCP TOOL
get_most_shorted_companies
The companies carrying the largest disclosed short positions right now, worldwide or on one market, with the state of the register the figures come from.
LIVE ENDPOINT
https://www.quivad.com/mcp
Connect to this endpoint to inspect the live schema for get_most_shorted_companies and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.quivad]
url = "https://www.quivad.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"quivad": {
"type": "http",
"url": "https://www.quivad.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: quivad
Remote MCP URL: https://www.quivad.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"quivad": {
"url": "https://www.quivad.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"quivad": {
"type": "http",
"url": "https://www.quivad.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "quivad",
"transport": "streamable-http",
"url": "https://www.quivad.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_short_positions— Turn a name into the identifier the other tools take.get_company_short_positions— Who is short of one company right now, how much each of them holds, and every disclosure ever filed on it - back to 2010 on the oldest registers.get_fund_short_positions— Every company one fund is currently short of, across every register that names it.get_short_position_moves— What changed over the last thirty days, most recent first, each move qualified: opening, increase, reduction, or below_threshold.