← Registry

Analytics

dilutionlens.com

An MCP server that provides ASX company capital-markets analytics, including dilution risk, raise history, options registers, cash runway, and issuance timelines.

1 endpoint6 known toolsFirst detected September 17, 2026Last detected September 23, 2026

ENDPOINT 1

https://dilutionlens.com/mcp

No auth detected

MCP server metadata

Name
DilutionLens
Version
1.0
Capabilities
tools
Server instructions

DilutionLens serves ASX dilution data, one company per call. get_dilution_snapshot and get_options are free and keyless (~20 calls/day between them); get_options returns more on the same call with a paid key. The other tools need a paid subscription and an API key from https://dilutionlens.com/account/?utm_source=api&utm_medium=mcp&utm_campaign=instructions sent as the x-api-key header. DilutionLens serves per-ticker data only — bulk, batch, list-all and market-wide access are not part of this product at any tier. For bulk data, integrations or advanced analytics, contact pro@dilutionlens.com.

Known tools 6

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).

Inferred read-only
get_raise_history

Every capital raise on record for one ASX company: date, type, amount, issue price, shares issued, brokers and stated purpose.

Inferred read-only
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.

Inferred read-only
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).

Inferred read-only
get_issuance_timeline

The share-issuance timeline for one ASX company — every issuance-relevant filing, dated and cited.

Inferred read-only
screen

Screen the ASX universe by dilution risk, cash cover, market cap or industry.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.