← Registry

API Tools

capitalmarketsknowledgegraph.ai

Provides tools for resolving listed companies and retrieving their Capital Markets Records, disclosure events, aliases, and market node status.

1 endpoint5 known toolsFirst detected September 11, 2026Last detected September 11, 2026

ENDPOINT 1

https://mcp.capitalmarketsknowledgegraph.ai/mcp

No auth detected

MCP server metadata

Name
capitalmarketsknowledgegraph
Version
0.1.0
Capabilities
tools
Server instructions

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_issuer

Find a listed company by ticker, ISIN or LEI and return its record summary, node and current version.

Inferred read-only
get_record

Return the full Capital Markets Record for an issuer, with per-field source, reader and state; optionally a prior version.

Inferred read-only
list_events_since

Return dated, URL'd disclosure events for an issuer (releases, bulletins, halts, corporate actions, statement and record dates) since a date.

Inferred read-only
list_aliases

Return the sourced trade and former names an issuer releases under.

Potential side effects
list_nodes

Return the twelve market nodes and which are live.

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

Indexed

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