API Tools
capitalmarketsknowledgegraph.ai
Provides tools for resolving listed companies and retrieving their Capital Markets Records, disclosure events, aliases, and market node status.
ENDPOINT 1
https://mcp.capitalmarketsknowledgegraph.ai/mcp
MCP server metadata
- Name
- capitalmarketsknowledgegraph
- Version
- 0.1.0
Capital Markets Knowledge Graph door. Read-only, public-record only, no auth. Identify issuers by ticker (SHOP, TSX:SHOP, SHOP.TO), ISIN or LEI. Every field carries source_url, read_by and state; null values carry the reason. No prices or market data.
Known tools 5
resolve_issuerFind a listed company by ticker, ISIN or LEI and return its record summary, node and current version.
Inferred read-onlyget_recordReturn the full Capital Markets Record for an issuer, with per-field source, reader and state; optionally a prior version.
Inferred read-onlylist_events_sinceReturn dated, URL'd disclosure events for an issuer (releases, bulletins, halts, corporate actions, statement and record dates) since a date.
Inferred read-onlylist_aliasesReturn the sourced trade and former names an issuer releases under.
Potential side effectsCONNECT 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.
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.