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.
ENDPOINT 1
https://dilutionlens.com/mcp
MCP server metadata
- Name
- DilutionLens
- Version
- 1.0
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_snapshotHeadline 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-onlyget_raise_historyEvery capital raise on record for one ASX company: date, type, amount, issue price, shares issued, brokers and stated purpose.
Inferred read-onlyget_optionsThe 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-onlyget_cash_runwayCash, 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-onlyget_issuance_timelineThe share-issuance timeline for one ASX company — every issuance-relevant filing, dated and cited.
Inferred read-onlyscreenScreen the ASX universe by dilution risk, cash cover, market cap or industry.
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.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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.