Analytics
dwkitalpha.com
Provides financial data and analysis on non-traded BDCs, interval funds, and economic releases.
ENDPOINT 1
https://api.dwkitalpha.com/mcp
MCP server metadata
- Name
- kitalpha-agent-gateway
- Version
- 1.0.0
Read-only, anonymous, free. Every tool returns { payload, provenance }: the payload is the data; the provenance block carries payload_hash (SHA-256 over RFC 8785 canonical JSON), the signing instant, the key id, one licence entry per dataset used (attribution text, resale flag, terms URL) and an Ed25519 signature over the provenance block — verify it with verify_receipt or with the public key at https://dwkitalpha.com/.well-known/kitalpha-provenance.json. Quote figures with the attribution text in each licence entry. Everything is general information only and nothing is financial advice: describe what the data says, never what anyone should do with it. Gate Watch through this gateway is the free tier (current state and the free history); the complete accession-linked record is the Gate Watch Pro product and is not served here.
Known tools 7
list_calendar_eventsScheduled economic releases in a date window, from the publishing agencies' own schedules.
Inferred read-onlyget_gatewatch_universeThe current Gate Watch board: for every tracked non-traded BDC, what it honored of its shareholders' most recent quarterly repurchase requests (requested, honored, percentage, state clean/gated), read from the fund's own SC TO-I/A filing on SEC EDGAR, plus the aggregate counts the free site shows, pending NAV strikes, filings read and refused, and the full-universe accounting (tracked, queued with reason, excluded with policy).
Inferred read-onlyget_gatewatch_fundOne tracked fund by slug (slugs come from get_gatewatch_universe): its current state and the free-tier result history — for a non-traded BDC, each quarter's requested/honored figures with the filing they came from; for an interval fund, its announced repurchase offers and the results its shareholder reports later disclosed.
Inferred read-onlyget_briefA published Kitalpha brief in full — by slug, or the latest published brief for an instrument when no slug is given — with its extractive evidence records (verbatim source spans and attribution), resolved footnotes, the groundedness verdict summary, and its Signed Brief receipt (ledger id, the receipt row and its verification URL).
Inferred read-onlyget_seriesObservations for one series by id (ids from list_series), newest last, with the series' originator, attribution, licence and methodology and a one-sentence factual answer.
Inferred read-onlyverify_receiptVerify a provenance block from any Kitalpha gateway response against the published key registry: re-derives the signing input (RFC 8785 canonical JSON of the block without its signature), checks the Ed25519 signature under key_id, checks the key was valid at signed_at, and — when the payload is supplied — recomputes payload_hash.
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.kitalpha-agent-gateway]
url = "https://api.dwkitalpha.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"kitalpha-agent-gateway": {
"type": "http",
"url": "https://api.dwkitalpha.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: kitalpha-agent-gateway
Remote MCP URL: https://api.dwkitalpha.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": {
"kitalpha-agent-gateway": {
"url": "https://api.dwkitalpha.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"kitalpha-agent-gateway": {
"type": "http",
"url": "https://api.dwkitalpha.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "kitalpha-agent-gateway",
"transport": "streamable-http",
"url": "https://api.dwkitalpha.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.