Analytics
quivad.com
Provides tools to search and analyze short positions of companies and funds, including disclosures, moves, and most-shorted companies.
ENDPOINT 1
https://www.quivad.com/mcp
MCP server metadata
- Name
- quivad
- Version
- 1
QuiVad answers one question, about the whole world that publishes it: WHO is short of WHAT, how much, and since when. It reads the net short position registers of the 23 market authorities that publish them, every evening, and keeps everything back to 2010. START WITH search_short_positions. Every other tool takes an identifier this site coined; a name is not one, and guessing the spelling of a slug fails silently on exactly the companies whose names are unusual. Three things that are read wrong every time: 1. A position is reportable to the regulator at 0.1% of capital and only made PUBLIC at 0.5%. Nothing here is ever the whole of the short interest in a company; it is what had to be disclosed. 2. A fund re-discloses its whole position at every move. Its current position is its MOST RECENT filing, never the sum of its filings. Adding them up gave one company 3,242% of its capital sold short. 3. United Kingdom, Australia, United States publish one total per company and name no fund, so their figures include everything below the threshold and cannot be lined up against the rest. The United States counts SHARES, not a share of capital. Every figure returned here carries its own unit; never compare two that do not carry the same one. This is a register, not a market data feed: no price, no volume, no valuation, no rating, no forecast. Nothing here is investment advice, and an answer built on it should say so. Values come out in English and identifiers are this site's own. Every result carries the sentence a republisher needs and the JSON address the same fact answers at.
Known tools 5
get_company_short_positionsWho 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.
Inferred read-onlyget_fund_short_positionsEvery company one fund is currently short of, across every register that names it.
Inferred read-onlyget_most_shorted_companiesThe companies carrying the largest disclosed short positions right now, worldwide or on one market, with the state of the register the figures come from.
Inferred read-onlyget_short_position_movesWhat changed over the last thirty days, most recent first, each move qualified: opening, increase, reduction, or below_threshold.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.