Analytics
cefradar.com
An MCP server that retrieves and summarizes closed-end fund data and SEC filing events, holdings, and announcements.
ENDPOINT 1
https://cefradar.com/mcp
MCP server metadata
- Name
- cefradar
- Version
- 0.1.0
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
get_fund_eventsLists 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-onlyget_fund_holdingsDescribes 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-onlylist_activistsLists 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-onlyget_activistDescribes 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-onlylatest_filingsLists 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-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.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
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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.