Final POS
Rank #49,708com.finalpos.build/final-flows
Build custom POS, kiosk, self-checkout & in-person payment apps with AI agents on Final POS.
Final POS is a Model Context Protocol (MCP) server published by Final-Commerce. It ranks #49,708 of 115,591 servers tracked on MCP Toplist. Final POS is listed on Official MCP, with 2 tracked versions. It was first listed on Jul 2, 2026 and most recently updated on Jul 28, 2026.
Ranks ahead of 65,883 of 115,591 servers on MCP Toplist.
Use Final POS
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http final-flows https://build.finalpos.com/api/mcp[mcp_servers.final-flows]
url = "https://build.finalpos.com/api/mcp"Add to ~/.codex/config.toml.
https://build.finalpos.com/api/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"final-flows": {
"url": "https://build.finalpos.com/api/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"final-flows": {
"type": "http",
"url": "https://build.finalpos.com/api/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"final-flows": {
"serverUrl": "https://build.finalpos.com/api/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"final-flows": {
"url": "https://build.finalpos.com/api/mcp"
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/com.finalpos.build%2Ffinal-flows)<a href="https://mcptoplist.com/server/com.finalpos.build%2Ffinal-flows"><img src="https://mcptoplist.com/badge/com.finalpos.build%2Ffinal-flows.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
Final-Commerce
Available versions (2)
| Version | Published |
|---|---|
| 1.0.1 | Jul 28, 2026 |
| 1.0.0 | Jul 3, 2026 |
Frequently asked questions
- Who maintains Final POS?
- Final POS is maintained by Final-Commerce, which publishes 4 MCP servers (3 total versions) tracked on MCP Toplist.
- Is Final POS listed on the Official MCP Registry?
- Yes — Final POS is listed on the Official MCP Registry.
- How many versions does Final POS have?
- MCP Toplist tracks 2 versions of Final POS, most recently published on Jul 28, 2026.
- Where can I find the source code for Final POS?
- The source code for Final POS is hosted at github.com/Final-Commerce/final-pos-mcp.