INDIVIDUAL MCP TOOL
list_recent_hfa_content
List recently published metadata from the dated snapshot for an allowlisted public editorial type.
LIVE ENDPOINT
https://hedgefundalpha.com/mcp
Connect to this endpoint to inspect the live schema for list_recent_hfa_content 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
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.hedge-fund-alpha-research-mcp]
url = "https://hedgefundalpha.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"hedge-fund-alpha-research-mcp": {
"type": "http",
"url": "https://hedgefundalpha.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: hedge-fund-alpha-research-mcp
Remote MCP URL: https://hedgefundalpha.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": {
"hedge-fund-alpha-research-mcp": {
"url": "https://hedgefundalpha.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"hedge-fund-alpha-research-mcp": {
"type": "http",
"url": "https://hedgefundalpha.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "hedge-fund-alpha-research-mcp",
"transport": "streamable-http",
"url": "https://hedgefundalpha.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_hfa_content— Search a dated snapshot of recent public Hedge Fund Alpha article metadata.get_hfa_article— Resolve an apex Hedge Fund Alpha article URL within the dated recent-content snapshot to public metadata only.get_hfa_offerings— Return official Hedge Fund Alpha membership, data, and licensing pages without making price or availability claims.search_catalog— Search verified Hedge Fund Alpha membership products and prices using the UCP catalog search capability.lookup_catalog— Look up one or more verified Hedge Fund Alpha membership products or variants by UCP identifier.get_product— Get verified detail for one Hedge Fund Alpha membership product or variant using UCP catalog lookup.