Data Collection
ascent-partners.com
Search and download live HKEx filings, extracting text and tables from documents.
ENDPOINT 1
https://hkex-listco-updates.ascent-partners.com/api/mcp
MCP server metadata
- Name
- hkex-filing-scraper-live
- Version
- 0.1.dev10+g8657ed11e.d20260919
Live, read-only access to HKEx (Hong Kong Stock Exchange) regulatory filings. Every call fetches fresh data from the HKEx website; nothing is stored. Use search_filings with a date window of at most 31 days to find filings, then get_filing on a returned link to download and extract its text and tables. This server never writes and never fetches arbitrary URLs.
Known tools 3
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.hkex-filing-scraper-live]
url = "https://hkex-listco-updates.ascent-partners.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"hkex-filing-scraper-live": {
"type": "http",
"url": "https://hkex-listco-updates.ascent-partners.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: hkex-filing-scraper-live
Remote MCP URL: https://hkex-listco-updates.ascent-partners.com/api/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": {
"hkex-filing-scraper-live": {
"url": "https://hkex-listco-updates.ascent-partners.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"hkex-filing-scraper-live": {
"type": "http",
"url": "https://hkex-listco-updates.ascent-partners.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "hkex-filing-scraper-live",
"transport": "streamable-http",
"url": "https://hkex-listco-updates.ascent-partners.com/api/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.