INDIVIDUAL MCP TOOL
list_events_since
Return dated, URL'd disclosure events for an issuer (releases, bulletins, halts, corporate actions, statement and record dates) since a date.
LIVE ENDPOINT
https://mcp.capitalmarketsknowledgegraph.ai/mcp
Connect to this endpoint to inspect the live schema for list_events_since and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
Parent server
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.capitalmarketsknowledgegraph]
url = "https://mcp.capitalmarketsknowledgegraph.ai/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"capitalmarketsknowledgegraph": {
"type": "http",
"url": "https://mcp.capitalmarketsknowledgegraph.ai/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: capitalmarketsknowledgegraph
Remote MCP URL: https://mcp.capitalmarketsknowledgegraph.ai/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": {
"capitalmarketsknowledgegraph": {
"url": "https://mcp.capitalmarketsknowledgegraph.ai/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"capitalmarketsknowledgegraph": {
"type": "http",
"url": "https://mcp.capitalmarketsknowledgegraph.ai/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "capitalmarketsknowledgegraph",
"transport": "streamable-http",
"url": "https://mcp.capitalmarketsknowledgegraph.ai/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
resolve_issuer— Find a listed company by ticker, ISIN or LEI and return its record summary, node and current version.get_record— Return the full Capital Markets Record for an issuer, with per-field source, reader and state; optionally a prior version.list_aliases— Return the sourced trade and former names an issuer releases under.list_nodes— Return the twelve market nodes and which are live.