← get-flowie.com

INDIVIDUAL MCP TOOL

fetch_flowie_page

Return the clean Markdown of a single get-flowie.com page.

get-flowie.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://get-flowie.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for fetch_flowie_page and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

get-flowie.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.flowie]
url = "https://get-flowie.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "flowie": {
      "type": "http",
      "url": "https://get-flowie.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: flowie
Remote MCP URL: https://get-flowie.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "flowie": {
      "url": "https://get-flowie.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "flowie": {
      "type": "http",
      "url": "https://get-flowie.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "flowie",
  "transport": "streamable-http",
  "url": "https://get-flowie.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_flowie — Search the public get-flowie.com content (platform, solutions, e-invoicing, integrations, pricing, blog, glossary) and return the most relevant pages with title, URL, and a snippet.
  • get_flowie_overview — Return a canonical, citable summary of what Flowie is — positioning, key capabilities, compliance coverage, pricing model, and the most useful entry-point URLs.