Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI β†’ MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
  • Remote MCP β†— (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’» Developer Tools
  3. Final Flows
F
Health: Not checked yetWe have not completed a health check for this listing yet.Last checked 8/10/2026, 11:24:16 PM

Final Flows

Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View RepositoryVisit Website

Build, preview, validate and deploy Final POS apps from any AI agent.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "final-flows": {
      "command": "npx",
      "args": [
        "-y",
        "final-flows"
      ]
    }
  }
}

πŸ’‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Directory Badge Claim listing AlternativesπŸ’» More in Developer Tools

Documentation Overview

Final

Final POS MCP

Build custom point of sale, kiosk, self-checkout, KDS & in-person payment apps with AI agents β€”
from Gemini CLI, Claude Code, Cursor, ChatGPT, or any MCP client.

finalpos.com Β· Final Builder Β· API Docs


Final lets anyone create their own POS β€” every pixel, every permission, every interaction β€” and run it on any hardware: desktop, tablet, mobile, kiosk, payment terminal, line buster, or menu board, with integrated card payments in 24+ countries.

This repo is the official home for connecting your own AI agent to Final. It ships:

  • A Gemini CLI extension (this repo installs directly).
  • The hosted Final Flows MCP server β€” 20 tools for grounded API lookups, vetted screen blueprints, flow file writes, live sandbox previews, validation gates, and deploys.
  • The Final docs MCP server β€” search the Final POS REST API.
  • Setup snippets for Claude Code, Cursor, ChatGPT, and any MCP client.

Everything your agent builds appears live in the Final builder: the app shows up in your home grid, the agent's session appears as a chat, and every file write is a restorable checkpoint.

Get an API key

All clients authenticate with a Final organization API key (sk_...):

  1. Sign in at build.finalpos.com.
  2. Open a flow, then in the chat rail click the cable icon β†’ "Connect your AI tool".
  3. Mint a key β€” it is shown once, so copy it right away.

Install

Gemini CLI

bash
gemini extensions install https://github.com/Final-Commerce/final-pos-mcp

You'll be prompted for your FINAL_API_KEY during install (stored in your system keychain). Change it later with:

bash
gemini extensions config final-pos

Then start building:

Code
/final-pos:new a coffee-shop kiosk with a product grid, cart, and card payments
/final-pos:preview   # live sandbox preview URL
/final-pos:validate  # run the full gate suite
/final-pos:deploy    # ship it

Claude Code

Terminal
claude mcp add final-flows --transport http https://build.finalpos.com/api/mcp \
  --header "Authorization: Bearer sk_YOUR_KEY"

Cursor

Install MCP Server

Or add to ~/.cursor/mcp.json manually:

config.json
{
  "mcpServers": {
    "final-flows": {
      "url": "https://build.finalpos.com/api/mcp",
      "headers": { "Authorization": "Bearer sk_YOUR_KEY" }
    }
  }
}

ChatGPT and any other MCP client

The server speaks standard Streamable HTTP:

  • Endpoint: https://build.finalpos.com/api/mcp
  • Auth header: Authorization: Bearer sk_YOUR_KEY (or x-api-key: sk_YOUR_KEY)

In ChatGPT, add it as a connector under Settings β†’ Connectors (developer mode). Works the same in VS Code, Windsurf, Zed, and anything else that speaks MCP.

What your agent can do

CategoryTools
Groundinglookup_command_frame, lookup_pos_api, lookup_engine_component, list_blueprints, get_blueprint, get_scaffold
Flow lifecyclelist_flows, create_flow, connect_chat, log_message, read_flow_files, write_flow_files, delete_flow_files
Preview & shipstart_preview, sync_preview, get_preview_status, stop_preview, validate_flow, open_in_builder, deploy_flow

A typical build: get_scaffold β†’ create_flow β†’ ground every UI call in lookup_command_frame β†’ adapt a vetted blueprint β†’ write_flow_files β†’ validate_flow β†’ start_preview β†’ hand you a live URL.

All tool calls are scoped to your own organization's flows. Rate limits per key: 30 preview boots/hour, 12 builds+deploys/hour, 300 file writes/hour.

Security

  • Your API key is org-scoped and revocable; the secret is never stored by this extension repo β€” Gemini CLI keeps it in your system keychain.
  • The MCP servers are hosted by Final; no code from this repo runs locally except prompt/context files.
  • Agents cannot touch engine-owned files, and every deploy passes guardrail, typecheck, and secret scans.

License

Apache-2.0 Β© Final Commerce

Related MCP Servers

View all in Developer Tools View all alternatives
  • Chiplab logoChiplab

    Run, build, and validate firmware on virtual hardware from your AI agent. Hardware knowledge corpus.

    πŸ’» Developer Tools0 views
    Compare vs Chiplab β†’
  • N
    Nyxory

    Deploy and operate apps on the nyxory platform β€” the full nyx tool surface for your AI agent.

    πŸ’» Developer Tools0 views
    Compare vs Nyxory β†’
  • A
    Ai Netcafe

    Compare LLM cost & latency on one prompt, translate PDF keeping layout, cited research, make PPTX

    πŸ’» Developer Tools0 views
    Compare vs Ai Netcafe β†’
  • Claude Task Master logoClaude Task Master

    AI-powered task management system for AI-driven development. Features PRD parsing, task expansion, multi-provider support (Claude, OpenAI, Gemini, Perplexity, xAI), and selective tool loading for optimized context usage.

    πŸ’» Developer Tools7 views
    Compare vs Claude Task Master β†’

Frequently Asked Questions about Final Flows

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "final-flows": { "command": "npx", "args": ["-y", "final-flows"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewFinal Flows AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/final-flows?style=directory)](https://allmcps.com/mcp/final-flows)
HTML Embed
<a href="https://allmcps.com/mcp/final-flows"><img src="https://allmcps.com/api/badge/final-flows?style=directory" alt="Final Flows on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’»Developer Tools
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
27Quality signal: Emerging Β· 27/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools11/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 3,181+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge β€” we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’» Developer Tools β†’Best MCP servers for Developers β†’Alternatives to Final Flows β†’Install in Claude DesktopInstall in CursorInstall in VS Code