Developer Tools
get-flowie.com
Provides search and retrieval of Flowie's public website content and API documentation.
ENDPOINT 1
https://get-flowie.com/mcp
MCP server metadata
- Name
- flowie
- Version
- 1.0.0
Read-only tools over public get-flowie.com content. Call search_flowie to find pages, fetch_flowie_page to read one, or get_flowie_overview for a company summary. No authentication required.
Known tools 3
search_flowieSearch 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.
Inferred read-onlyget_flowie_overviewReturn a canonical, citable summary of what Flowie is — positioning, key capabilities, compliance coverage, pricing model, and the most useful entry-point URLs.
Inferred read-onlyCONNECT 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.
ENDPOINT 2
https://docs.get-flowie.com/mcp
MCP server metadata
- Name
- flowie-exchange-docs
- Version
- 1.0.0
Documentation for the Flowie Exchange API — one REST API for compliant electronic invoicing across 47 countries (Peppol, France PA/PPF, Italy SDI, Saudi Fatoora, India GST IRP, Malaysia MyInvois). Use search_docs to find the right page, read_page to read it as markdown, list_endpoints to see the API surface, and get_openapi for the machine-readable contract. To actually send or track documents, use the product MCP server at https://back.flowie.ink/exchange/mcp. A sandbox key needs no signup: POST https://back.flowie.ink/exchange/v1/sandbox/bootstrap
Known tools 5
docs_searchSearch the Flowie Exchange API documentation and return the most relevant pages with their URLs and descriptions.
Inferred read-onlydocs_list_endpointsList the API's operations (method, path, summary) from the OpenAPI contract, optionally filtered by a substring of the path or summary.
Inferred read-onlydocs_get_auth_guideReturn the authentication walkthrough for agents: how to get a sandbox key with no signup, how a user hands an agent scoped access, error handling and revocation.
Inferred read-onlysandbox_create_credentialMint a working sandbox API key with no signup and no human in the loop.
Inferred read-onlyCONNECT 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-exchange-docs]
url = "https://docs.get-flowie.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"flowie-exchange-docs": {
"type": "http",
"url": "https://docs.get-flowie.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: flowie-exchange-docs
Remote MCP URL: https://docs.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-exchange-docs": {
"url": "https://docs.get-flowie.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"flowie-exchange-docs": {
"type": "http",
"url": "https://docs.get-flowie.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "flowie-exchange-docs",
"transport": "streamable-http",
"url": "https://docs.get-flowie.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for get-flowie.com was fetched 2026-08-24T03:17:20.827Z.
get-flowie.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.