← shorted.com.au

INDIVIDUAL MCP TOOL

get_stock

Get the current short position summary for a single ASX stock by its ticker code (e.g.

shorted.com.aunone authenticationAvailability not checked

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 endpoint

shorted.com.au

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.shorted-com-au]
url = "https://shorted.com.au/api/mcp/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "shorted-com-au": {
      "type": "http",
      "url": "https://shorted.com.au/api/mcp/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: shorted-com-au
Remote MCP URL: https://shorted.com.au/api/mcp/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": {
    "shorted-com-au": {
      "url": "https://shorted.com.au/api/mcp/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "shorted-com-au": {
      "type": "http",
      "url": "https://shorted.com.au/api/mcp/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "shorted-com-au",
  "transport": "streamable-http",
  "url": "https://shorted.com.au/api/mcp/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_top_shorts — List the most shorted stocks on the ASX (Australian Securities Exchange), ranked by percentage of shares sold short.
  • get_stock_history — Get the short interest time series for an ASX stock over a period.
  • get_industry_treemap — Get short positions grouped by industry sector across the ASX — useful for questions like 'which sectors are most shorted'.