← WebMCP Directory

Tool tree

get-flowie.com

liveFinance & Crypto
https://get-flowie.com/
See it run: autonomous AI agents orchestrate Finance and Procurement end to end — on top of every ERP, across 40+ countries of e-invoicing compliance. Watch a transaction orchestrate itself.
Explore capabilities
flowie_searchAnswer

Search public get-flowie.com content (platform, solutions, e-invoicing country coverage, integrations, pricing, blog, glossary) and return the most relevant pages with title, URL and a snippet.

View tool JSON
{
  "name": "flowie_search",
  "kind": "answer",
  "impl": "imperative",
  "description": "Search public get-flowie.com content (platform, solutions, e-invoicing country coverage, integrations, pricing, blog, glossary) and return the most relevant pages with title, URL and a snippet.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "query": {
        "type": "string",
        "description": "Natural-language query, e.g. 'France e-invoicing mandate' or 'SAP integration'."
      },
      "limit": {
        "type": "integer",
        "minimum": 1,
        "maximum": 10,
        "default": 5
      }
    },
    "required": [
      "query"
    ]
  },
  "page": "/"
}
flowie_overviewAnswer

Get a canonical summary of what Flowie is: the agentic Finance and Procurement orchestration platform, who it is for, and the key product and compliance links.

View tool JSON
{
  "name": "flowie_overview",
  "kind": "answer",
  "impl": "imperative",
  "description": "Get a canonical summary of what Flowie is: the agentic Finance and Procurement orchestration platform, who it is for, and the key product and compliance links.",
  "inputSchema": {
    "type": "object",
    "properties": {}
  },
  "page": "/"
}
flowie_read_pageAnswer

Read the full Markdown of one get-flowie.com page. Pass a path such as '/pricing' or '/e-invoicing/france'. Use flowie_search first to find the path.

View tool JSON
{
  "name": "flowie_read_page",
  "kind": "answer",
  "impl": "imperative",
  "description": "Read the full Markdown of one get-flowie.com page. Pass a path such as '/pricing' or '/e-invoicing/france'. Use flowie_search first to find the path.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "path": {
        "type": "string",
        "description": "Page path, e.g. '/platform/ai-agents'."
      }
    },
    "required": [
      "path"
    ]
  },
  "page": "/"
}