← WebMCP Directory

Tool tree

hedgefundalpha.com

Finance & Crypto
https://hedgefundalpha.com/
Hedge fund research and investment commentary
Explore capabilities

Tools verified

get_hfa_offering_pagesAnswer

Return official HFA membership, data, and API licensing pages without price claims.

View tool JSON
{
  "name": "get_hfa_offering_pages",
  "kind": "answer",
  "impl": "imperative",
  "description": "Return official HFA membership, data, and API licensing pages without price claims.",
  "inputSchema": {
    "type": "object",
    "properties": {},
    "additionalProperties": false
  }
}
search_hfa_public_contentAnswer

Search public Hedge Fund Alpha metadata and return official links. No article bodies or subscriber content.

View tool JSON
{
  "name": "search_hfa_public_content",
  "kind": "answer",
  "impl": "imperative",
  "description": "Search public Hedge Fund Alpha metadata and return official links. No article bodies or subscriber content.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "query": {
        "type": "string",
        "minLength": 1,
        "maxLength": 200
      },
      "limit": {
        "type": "integer",
        "minimum": 1,
        "maximum": 10,
        "default": 5
      }
    },
    "required": [
      "query"
    ],
    "additionalProperties": false
  }
}