← WebMCP Directory

Tool tree

fume.finance

liveFinance & Crypto
https://fume.finance/
We deliver and manage AI agents that take over the manual work in fund operations, at 20% of what the work costs by hand. Built for fund administrators, fund managers and family offices.
Explore capabilities
search_tokenized_fundsAnswer

Search Fume's Tokenized Fund Registry — tokenized investment funds with their manager, strategy, asset class, AUM, chain, token standard, fees and jurisdiction. Returns JSON; every fund carries a `url` to its page on this site.

View tool JSON
{
  "name": "search_tokenized_funds",
  "kind": "answer",
  "impl": "imperative",
  "description": "Search Fume's Tokenized Fund Registry — tokenized investment funds with their manager, strategy, asset class, AUM, chain, token standard, fees and jurisdiction. Returns JSON; every fund carries a `url` to its page on this site.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "q": {
        "type": "string",
        "description": "Free-text search over name, manager, issuer, strategy and description."
      },
      "chain": {
        "type": "string",
        "description": "Blockchain to filter by, e.g. Ethereum, Arbitrum, Base."
      },
      "assetClass": {
        "type": "string",
        "description": "Asset class to filter by, e.g. Fixed Income, Private Credit."
      },
      "jurisdiction": {
        "type": "string",
        "description": "Jurisdiction to filter by, e.g. Luxembourg, Cayman Islands."
      },
      "status": {
        "type": "string",
        "description": "Fund status: live, upcoming or closed."
      },
      "limit": {
        "type": "integer",
        "description": "Maximum funds to return (1-200). Defaults to 50.",
        "minimum": 1,
        "maximum": 200
      }
    },
    "required": []
  }
}
search_fund_service_providersAnswer

Search Fume's directory of fund service providers — legal, fund administration, custody, exchange/broker, audit, AIFM and insurance. Returns JSON with the category list alongside the matches.

View tool JSON
{
  "name": "search_fund_service_providers",
  "kind": "answer",
  "impl": "imperative",
  "description": "Search Fume's directory of fund service providers — legal, fund administration, custody, exchange/broker, audit, AIFM and insurance. Returns JSON with the category list alongside the matches.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "q": {
        "type": "string",
        "description": "Free-text search over name, description, specialty, tags and jurisdictions."
      },
      "category": {
        "type": "string",
        "description": "Category id to filter by: legal, fund-admin, custody, broker, auditor, aifm or insurance."
      },
      "limit": {
        "type": "integer",
        "description": "Maximum providers to return (1-200). Defaults to 100.",
        "minimum": 1,
        "maximum": 200
      }
    },
    "required": []
  }
}
search_fume_docsAnswer

Search Fume's documentation — AI agents for fund operations, the tokenization whitepaper and user guides, OmniClear settlement, and the developer API reference. Returns ranked fragments with the page URL.

View tool JSON
{
  "name": "search_fume_docs",
  "kind": "answer",
  "impl": "imperative",
  "description": "Search Fume's documentation — AI agents for fund operations, the tokenization whitepaper and user guides, OmniClear settlement, and the developer API reference. Returns ranked fragments with the page URL.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "query": {
        "type": "string",
        "description": "Words to search the documentation for."
      }
    },
    "required": [
      "query"
    ]
  }
}
read_page_as_markdownAnswer

Return the current page as clean markdown instead of HTML, so it can be quoted or summarized without parsing the layout. Takes no arguments.

View tool JSON
{
  "name": "read_page_as_markdown",
  "kind": "answer",
  "impl": "imperative",
  "description": "Return the current page as clean markdown instead of HTML, so it can be quoted or summarized without parsing the layout. Takes no arguments.",
  "inputSchema": {
    "type": "object",
    "properties": {},
    "required": []
  }
}