WebMCP

FinanceWebMCP verified

fume.finance WebMCP tools

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.

4 tools1 methodspolyfill API surface

What can an agent do with fume.finance WebMCP tools?

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. This page documents every listed tool, the action or answer it provides, its installation command, and the input fields an agent should send.

WebMCP tools on fume.finance

Tool 1 of 4WebMCPAnswer

search_tokenized_funds

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.

How to install

Open the fume.finance website and ask your browser agent to use search_tokenized_funds

Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

Run with an agent

Use the search_tokenized_funds tool on fume.finance with q: <string>, chain: <string>, assetClass: <string>, jurisdiction: <string>, status: <string>, limit: <integer>. Return the structured result and cite the source page.

Input contract

  • q string Free-text search over name, manager, issuer, strategy and description.
  • chain string Blockchain to filter by, e.g. Ethereum, Arbitrum, Base.
  • assetClass string Asset class to filter by, e.g. Fixed Income, Private Credit.
  • jurisdiction string Jurisdiction to filter by, e.g. Luxembourg, Cayman Islands.
  • status string Fund status: live, upcoming or closed.
  • limit integer Maximum funds to return (1-200). Defaults to 50.

Open the source definition

Tool 2 of 4WebMCPAnswer

search_fund_service_providers

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.

How to install

Open the fume.finance website and ask your browser agent to use search_fund_service_providers

Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

Run with an agent

Use the search_fund_service_providers tool on fume.finance with q: <string>, category: <string>, limit: <integer>. Return the structured result and cite the source page.

Input contract

  • q string Free-text search over name, description, specialty, tags and jurisdictions.
  • category string Category id to filter by: legal, fund-admin, custody, broker, auditor, aifm or insurance.
  • limit integer Maximum providers to return (1-200). Defaults to 100.

Open the source definition

Tool 3 of 4WebMCPAnswer

search_fume_docs

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.

How to install

Open the fume.finance website and ask your browser agent to use search_fume_docs

Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

Run with an agent

Use the search_fume_docs tool on fume.finance with query: <string>. Return the structured result and cite the source page.

Input contract

  • query string Words to search the documentation for.

Open the source definition

Tool 4 of 4WebMCPAnswer

read_page_as_markdown

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

How to install

Open the fume.finance website and ask your browser agent to use read_page_as_markdown

Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

Run with an agent

Use the read_page_as_markdown tool on fume.finance. Return the structured result and cite the source page.

Input contract

    Open the source definition