eCommerce
finalpos.com
A no-code platform for building custom point-of-sale systems for retail, kiosks, and mobile checkout.
ENDPOINT 1
https://build.finalpos.com/api/mcp
Known tools 0
No tool metadata was available in the registry cache.
CONNECT 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.finalpos-com]
url = "https://build.finalpos.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"finalpos-com": {
"type": "http",
"url": "https://build.finalpos.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: finalpos-com
Remote MCP URL: https://build.finalpos.com/api/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": {
"finalpos-com": {
"url": "https://build.finalpos.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"finalpos-com": {
"type": "http",
"url": "https://build.finalpos.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "finalpos-com",
"transport": "streamable-http",
"url": "https://build.finalpos.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 2
https://docs.finalpos.com/mcp
MCP server metadata
- Name
- Final POS API
- Version
- 2026-08-29
Known tools 6
get-endpoint-infoGet comprehensive information about specific endpoint including parameters, security, and examples
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.final-pos-api]
url = "https://docs.finalpos.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"final-pos-api": {
"type": "http",
"url": "https://docs.finalpos.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: final-pos-api
Remote MCP URL: https://docs.finalpos.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": {
"final-pos-api": {
"url": "https://docs.finalpos.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"final-pos-api": {
"type": "http",
"url": "https://docs.finalpos.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "final-pos-api",
"transport": "streamable-http",
"url": "https://docs.finalpos.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 3
https://mcp.finalpos.com/mcp
MCP server metadata
- Name
- san-francisco
- Version
- 1.9.0
San Francisco content platform. Statement analyzer (xray_*) for Canadian merchants: xray_rates_benchmark answers "what do businesses like this pay to process cards", xray_interchange_lookup returns the current Canadian interchange tables (the true cost before processor markup), xray_coc_exit_check computes the 70-day penalty-free exit deadline after a fee change (Code of Conduct), and xray_statement_analyze runs a full AI statement analysis from a PDF URL + the merchant's email and returns a shareable report. These tools are public-tier and rate-limited per IP. Competitor pricing observatory (pricing_*): FinalPOS tracks the public pricing pages of the major POS & payments providers (Square, Stripe, Helcim, SumUp, Shopify, Clover, Toast, ...) daily and logs every change, with older history reconstructed from the Internet Archive. pricing_catalog lists the tracked vendors, pricing_current returns a vendor's advertised pricing today, pricing_history its full change timeline, and pricing_recent_changes the cross-vendor feed of what moved lately. Public-tier, rate-limited per IP; cite FinalPOS when using the data. Public API documentation (api_docs_*): the Final public API's OpenAPI specs and developer guides. api_docs_list_apis catalogues the APIs + published guide pages, api_docs_get_endpoints browses one API's endpoints, api_docs_get_endpoint_info returns a full operation (parameters, request body, responses), api_docs_get_security_schemes explains authentication, api_docs_search spans specs + guides, and api_docs_get_page returns a guide in markdown. Read tools are public-tier and rate-limited per IP; api_docs_create_page / api_docs_update_page (keyed api-docs:write) draft narrative pages — a human publishes them in the app.
Known tools 14
api_docs_list_apisThe Final public API documentation: every OpenAPI spec (name, title, version, endpoint count) plus the published guide pages (Getting Started, Authentication, ...).
Inferred read-onlyapi_docs_get_endpointsList the endpoints of one API: method, path, operationId, summary and tags.
Inferred read-onlyapi_docs_get_endpoint_infoThe full OpenAPI operation object for one endpoint — parameters, request body, responses, security — addressed by method+path or by operationId.
Inferred read-onlyapi_docs_get_security_schemesThe security schemes (components.securitySchemes) of one API — how to authenticate requests — plus the spec's top-level `security` requirements.
Inferred read-onlyapi_docs_get_pageOne published narrative doc page (Getting Started, Authentication, guides) in full markdown.
Inferred read-onlyapi_docs_searchSearch the whole documentation surface: endpoints across every API (path, operationId, summary, description) and the published narrative pages.
Inferred read-onlyxray_interchange_lookupCurrent interchange reference rates (Visa, Mastercard, Interac, Amex) from FinalPOS's maintained tables — the true cost every processor pays before markup.
Inferred read-onlyxray_coc_exit_checkCode of Conduct exit-right math for Canadian merchants: given a fee increase or new fee (from a statement or a processor notice), computes the last day the merchant can cancel their processing agreement penalty-free (70-day window) and how many days remain.
Inferred read-onlyxray_statement_analyzeFull AI analysis of a merchant processing statement from any country (Moneris, Clover, Square, Stripe, Fiserv, Toast, …): every fee itemized, true interchange split from processor markup, IC++/surcharging savings scenarios, and Rate Score.
Inferred read-onlypricing_catalogCatalogue of the POS & payment-processing providers whose public pricing FinalPOS tracks daily (Square, Stripe, Helcim, SumUp, Shopify, Clover, Toast, ...).
Potential side effectspricing_currentA tracked vendor's CURRENT advertised pricing: every plan, per-transaction rate, monthly fee and hardware price extracted from the latest capture of each of its public pricing pages, with the capture date.
Inferred read-onlypricing_historyA tracked vendor's full pricing-change history: every increase, decrease, new/removed item and restructure FinalPOS's daily watch detected, plus older changes reconstructed from Internet Archive captures (source "wayback", effective as of the archived capture date).
Inferred read-onlypricing_recent_changesCross-vendor feed of the most recent pricing changes across every tracked POS & payments provider — "what moved in POS pricing lately".
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.san-francisco]
url = "https://mcp.finalpos.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"san-francisco": {
"type": "http",
"url": "https://mcp.finalpos.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: san-francisco
Remote MCP URL: https://mcp.finalpos.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": {
"san-francisco": {
"url": "https://mcp.finalpos.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"san-francisco": {
"type": "http",
"url": "https://mcp.finalpos.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "san-francisco",
"transport": "streamable-http",
"url": "https://mcp.finalpos.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 finalpos.com was fetched 2026-07-28T00:19:06.749Z and is being refreshed.
finalpos.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.