← dilutionlens.com

INDIVIDUAL MCP TOOL

get_dilution_snapshot

Headline dilution metrics for one ASX company — risk level, cash cover band, market cap, 12-month raise count and options & rights overhang % (the JSON key remains max_dilution_pct — a contract).

dilutionlens.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://dilutionlens.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_dilution_snapshot 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

dilutionlens.com

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

.mcp.json

{
  "mcpServers": {
    "dilutionlens": {
      "type": "http",
      "url": "https://dilutionlens.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • get_raise_history — Every capital raise on record for one ASX company: date, type, amount, issue price, shares issued, brokers and stated purpose.
  • get_options — The option and convertible register for one ASX company — every line's code, security kind (options, performance rights, notes, warrants, rights), type (price-triggered, condition-triggered, converts on terms, not classified), exercise price, expiry and quantity.
  • get_cash_runway — Cash, burn and cover history (IQ Cash) for one ASX company: quarterly 4C/5B rows and, for half-year filers, 4D/4E rows (period_months says which; their net flow is operating only, averaged per quarter).
  • get_issuance_timeline — The share-issuance timeline for one ASX company — every issuance-relevant filing, dated and cited.
  • screen — Screen the ASX universe by dilution risk, cash cover, market cap or industry.