Flownato MCP

Read-only MCP server for mobile UI research. Search real app screens, user flows and UI patterns from 37 Indian and global apps, with every answer cited to published screen evidence. Remote Streamable HTTP with OAuth sign-in. Connecting is free; library research tools require Flownato Premium.

Documentation

Flownato MCP

A remote, read-only Model Context Protocol server for mobile UI research. It gives MCP-compatible assistants (Claude, Cursor, Codex, Windsurf and others) access to Flownato's library of real mobile app screens, user flows and UI patterns, with every answer tied to published screen evidence.

  • Endpoint: https://agent.flownato.com/mcp (Streamable HTTP)
  • Auth: OAuth 2.1 authorization code with PKCE. Your browser opens Flownato sign-in and a read-only consent screen. No API keys to paste.
  • Access: connecting is free and whoami works on any account. Library research tools require a Flownato Premium membership.
  • Website: https://www.flownato.com/mcp

What it does

Flownato records real mobile apps (mostly Indian consumer apps such as Swiggy, Zepto, MakeMyTrip, BookMyShow, Nykaa, plus IKEA and Wikipedia), then publishes reviewed screens, complete journeys and a UI pattern taxonomy. The MCP server lets an assistant search and compare that evidence instead of guessing what an interface looks like.

Typical questions it can answer with citations:

  • "How do grocery apps handle the delivery slot step in checkout?"
  • "Show me phone-number entry screens across booking apps."
  • "Compare the onboarding journey in Cricbuzz and FanCode."
  • "Which apps use a bottom sheet for store selection?"

Tools

ToolPurpose
whoamiReports the authenticated membership and client. Works on free accounts.
search_ui_libraryFinds concrete journey examples for a research question.
search_ui_screensScreen-level search with exact interface text matching.
analyze_ui_patternMeasures one screen pattern, UI element, flow pattern or flow action across an optional app or category scope.
explore_ui_patternsDiscovers recurring patterns when you do not yet know which one to analyze.
compare_ui_flowsCompares the same product moment across two or three named apps.
inspect_app_librarySummarizes one app's published coverage, patterns, elements and journeys.
check_ui_presenceScoped yes/no presence checks with evidence.
inspect_library_coveragePaginated inventory of what is published.
inspect_ui_resourcesExact release-bound follow-up retrieval for returned resourceRef objects.
get_screen_imageReturns a published screen image inline after another tool supplies its asset ID.

All tools are read-only. Results cite the exact journey and step identifiers they were built from, and pattern counts are descriptive, never presented as best practice.

Connect

Claude Desktop, Claude Code, Cursor and most clients accept a remote server entry like this:

{
  "mcpServers": {
    "flownato": {
      "type": "http",
      "url": "https://agent.flownato.com/mcp"
    }
  }
}

Claude Code:

claude mcp add --transport http flownato https://agent.flownato.com/mcp

On first use the client opens https://api.flownato.com/oauth/authorize in your browser. Sign in with your Flownato account and approve read-only access. Tokens are short lived and refresh silently until you revoke the grant.

Discovery documents:

  • Protected resource metadata: https://agent.flownato.com/.well-known/oauth-protected-resource/mcp
  • Authorization server metadata: https://api.flownato.com/.well-known/oauth-authorization-server

Access and limits

PlanWhat the MCP returns
Free accountwhoami, plus a structured Premium-required response from library tools before any catalog query runs
PremiumAll eleven tools, metered at a default safety limit of 500 tool calls per UTC day

Prompts, arguments and results are not stored. Screenshot URLs are signed and short lived, and the image endpoint rechecks membership when the image is fetched.

Privacy and scope

The server reads only the published product catalog: reviewed, immutable releases with privacy redaction applied. It has no access to raw crawl data, model output or other users' accounts. It answers UI and product-design research questions and declines unrelated requests.

Source

This repository documents the hosted service. The server itself is part of Flownato's private product codebase (Python, FastAPI) and is not open source.

Links