← All WebMCP sites

fume.finance

Finance & Cryptohttps://fume.finance/listed as of 2026-08-23
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.
See Ora's auditWe loaded this site in a real browser and scored its tools. Score: 57/100 (C).

Tools

search_tokenized_fundsanswerimperative
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.
Input schema
{
  "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_providersanswerimperative
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.
Input schema
{
  "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_docsanswerimperative
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.
Input schema
{
  "type": "object",
  "properties": {
    "query": {
      "type": "string",
      "description": "Words to search the documentation for."
    }
  },
  "required": [
    "query"
  ]
}
read_page_as_markdownanswerimperative
Return the current page as clean markdown instead of HTML, so it can be quoted or summarized without parsing the layout. Takes no arguments.
Input schema
{
  "type": "object",
  "properties": {},
  "required": []
}
Listings are sourced from public community registries and shown as reported.