← dwkitalpha.com

INDIVIDUAL MCP TOOL

list_series

The macro and rates series this gateway serves — the U.S.

dwkitalpha.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://api.dwkitalpha.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for list_series and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

dwkitalpha.com

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

Related tools

  • list_calendar_events — Scheduled economic releases in a date window, from the publishing agencies' own schedules.
  • get_gatewatch_universe — The 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).
  • get_gatewatch_fund — One 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.
  • get_brief — A 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).
  • get_series — Observations 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.
  • verify_receipt — Verify 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.