← Registry

Analytics

cefradar.com

An MCP server that retrieves and summarizes closed-end fund data and SEC filing events, holdings, and announcements.

2 endpoints9 known toolsFirst detected September 18, 2026Last detected September 26, 2026

ENDPOINT 1

https://cefradar.com/mcp

No auth detected

MCP server metadata

Name
cefradar
Version
0.1.0
Capabilities
experimentalpromptsresourcestools
Server instructions

CEF Radar answers questions about U.S. closed-end funds from public filings at the U.S. Securities and Exchange Commission: whether a large investor is pushing for changes at a fund, whether the fund has announced something a holder must act on and by when, what the fund costs, how much it borrows and what it holds. The person asking is usually a retiree who holds a few funds. Answer in plain words, repeat the as-of date of every number and give the link to the original document. Never use form codes or regulator jargon; say 'notice', 'the fund's yearly report', 'the value of the fund's holdings'. Nothing here is investment advice. Start with search_funds when you only have a name, then get_fund for the full picture. Results are informational, read automatically from public filings and may contain errors; always show the source link and never present results as personal investment advice.

Known tools 9

search_funds

Finds a U.S.

Inferred read-only
get_fund

Tells you, in plain words, whether a large investor is targeting a U.S.

Inferred read-only
get_fund_events

Lists one closed-end fund's dated announcements a holder may need to act on (offers to buy back shares, shareholder votes, closings, mergers, offers of new shares, payout notices) with the deadline and what to do, from SEC filings, with as-of dates and links to the original documents.

Inferred read-only
get_fund_holdings

Describes what a closed-end fund holds - the mix by type of holding and country and its largest positions - from SEC filings, with as-of dates and links to the original documents.

Inferred read-only
list_events

Lists recent announcements across all U.S.

Inferred read-only
list_activists

Lists the large investors we follow - those who buy into closed-end funds and sometimes push for changes - with how many funds each is in now and its newest move, from SEC filings, with as-of dates and links to the original documents.

Inferred read-only
get_activist

Describes one large investor in plain words: how many funds it is in and where it is pushing for changes, what it usually does, the funds it has left and its recent moves, from SEC filings, with as-of dates and links to the original documents.

Inferred read-only
latest_filings

Lists the newest notices large investors filed about owning 5% or more of a fund (raised or cut a stake, may push for changes, passive, sold down), one plain sentence each, from SEC filings, with as-of dates and links to the original documents.

Inferred read-only
which_funds_hold

Lists every U.S.

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.cefradar]
url = "https://cefradar.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "cefradar": {
      "type": "http",
      "url": "https://cefradar.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: cefradar
Remote MCP URL: https://cefradar.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": {
    "cefradar": {
      "url": "https://cefradar.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "cefradar": {
      "type": "http",
      "url": "https://cefradar.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "cefradar",
  "transport": "streamable-http",
  "url": "https://cefradar.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 2

https://cefradar.com/mcp/account

Auth required

Known tools 0

No tool metadata was available in the registry cache.

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.cefradar-com]
url = "https://cefradar.com/mcp/account"
enabled = true
bearer_token_env_var = "MCP_BEARER_TOKEN"

Authentication is required. Replace the placeholder locally and never commit a secret.

Claude Code

.mcp.json

{
  "mcpServers": {
    "cefradar-com": {
      "type": "http",
      "url": "https://cefradar.com/mcp/account",
      "headers": {
        "Authorization": "Bearer YOUR_BEARER_TOKEN"
      }
    }
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Claude Desktop

Settings → Connectors → Add custom connector

Name: cefradar-com
Remote MCP URL: https://cefradar.com/mcp/account

Add the URL as a custom connector, then complete its supported authorization flow. Claude Desktop remote connectors are configured in the UI.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "cefradar-com": {
      "url": "https://cefradar.com/mcp/account",
      "headers": {
        "Authorization": "Bearer YOUR_BEARER_TOKEN"
      }
    }
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Visual Studio Code

.vscode/mcp.json

{
  "servers": {
    "cefradar-com": {
      "type": "http",
      "url": "https://cefradar.com/mcp/account",
      "headers": {
        "Authorization": "Bearer ${input:mcp-token}"
      }
    }
  },
  "inputs": [
    {
      "type": "promptString",
      "id": "mcp-token",
      "description": "cefradar-com bearer token",
      "password": true
    }
  ]
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Generic MCP

Client-specific MCP configuration

{
  "name": "cefradar-com",
  "transport": "streamable-http",
  "url": "https://cefradar.com/mcp/account",
  "headers": {
    "Authorization": "Bearer YOUR_BEARER_TOKEN"
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

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.