Final POS MCP
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Final POS MCPcreate a coffee shop kiosk with a product grid and card payments"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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_...):
Sign in at build.finalpos.com.
Open a flow, then in the chat rail click the cable icon → "Connect your AI tool".
Mint a key — it is shown once, so copy it right away.
Related MCP server: remit.md MCP Server
Install
Gemini CLI
gemini extensions install https://github.com/Final-Commerce/final-pos-mcpYou'll be prompted for your FINAL_API_KEY during install (stored in your
system keychain). Change it later with:
gemini extensions config final-posThen start building:
/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 itClaude Code
claude mcp add final-flows --transport http https://build.finalpos.com/api/mcp \
--header "Authorization: Bearer sk_YOUR_KEY"Cursor
Or add to ~/.cursor/mcp.json manually:
{
"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/mcpAuth header:
Authorization: Bearer sk_YOUR_KEY(orx-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
Category | Tools |
Grounding |
|
Flow lifecycle |
|
Preview & ship |
|
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
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceEnables AI agents to perform e-commerce operations through a standardized interface implementing the x402 and Agentic Commerce Protocol (ACP). Supports merchant sessions, product search, and payment orchestration with production-ready security features.Last updated
- Alicense-qualityFmaintenanceEnables AI agents to perform financial transactions such as direct payments, escrows, and bounty management using natural language with zero code integration. It provides a comprehensive suite of tools for fund streaming, subscriptions, and reputation tracking to facilitate secure agent-to-agent commerce.Last updated29MIT

Shatale MCP Serverofficial
AlicenseAqualityAmaintenanceAI-native payment infrastructure that enables AI agents to make purchases, issue virtual cards, and manage spending within delegated budgets and policy controls.Last updated746MIT- Alicense-qualityFmaintenanceEnables AI agents to make payments by securely storing encrypted card details and enforcing user-defined policies, allowing agents to fill checkout forms on any site.Last updated6MIT
Related MCP Connectors
Build, validate, and deploy multi-agent AI solutions from any AI environment.
Let AI agents add Yolfi crypto checkout, paylinks, webhooks, and status checks.
United States payments for AI agents — Stripe checkout via Stripe. Never holds funds.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Final-Commerce/final-pos-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server