← finalpos.com

INDIVIDUAL MCP TOOL

api_docs_get_endpoint_info

The full OpenAPI operation object for one endpoint — parameters, request body, responses, security — addressed by method+path or by operationId.

finalpos.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.finalpos.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for api_docs_get_endpoint_info and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

finalpos.com

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.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.

Related tools

  • api_docs_list_apis — The Final public API documentation: every OpenAPI spec (name, title, version, endpoint count) plus the published guide pages (Getting Started, Authentication, ...).
  • api_docs_get_endpoints — List the endpoints of one API: method, path, operationId, summary and tags.
  • api_docs_get_security_schemes — The security schemes (components.securitySchemes) of one API — how to authenticate requests — plus the spec's top-level `security` requirements.
  • api_docs_get_page — One published narrative doc page (Getting Started, Authentication, guides) in full markdown.
  • api_docs_search — Search the whole documentation surface: endpoints across every API (path, operationId, summary, description) and the published narrative pages.
  • xray_rates_benchmark — What do businesses like this one pay to process cards?
  • xray_interchange_lookup — Current interchange reference rates (Visa, Mastercard, Interac, Amex) from FinalPOS's maintained tables — the true cost every processor pays before markup.
  • xray_coc_exit_check — Code 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.