Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

PassFast

REMOTE · PASSFA.ST · SCANNED SEP 20

Remote HTTPS MCP for Apple + Google Wallet passes. Paste sk_live_ once.

Available components

65 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score → Why this is hard to score →

Endpoint Security63
Transport & Reachability100
Schema Quality & AI Usability70
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 7785 tokens (~173/item across 45 items; 45 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
  • Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage96
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 88% of tool parameters carry a description.Partial
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • All 7 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation.Pass
  • An AI judge read all 46 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass

Unverified: 1 category

A category scored 0 because we could not verify it: authentication we do not have, an unreachable endpoint, or not enough scan history. We only credit what we can confirm.

Install

How do I install the PassFast MCP server?

PassFast is a hosted endpoint at https://passfa.st/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

remote · passfa.st

# add to Claude Code
claude mcp add --transport http st-passfa-passfast 'https://passfa.st/mcp'
// .cursor/mcp.json
{
  "mcpServers": {
    "st-passfa-passfast": {
      "url": "https://passfa.st/mcp"
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "st-passfa-passfast": {
      "type": "http",
      "url": "https://passfa.st/mcp"
    }
  }
}
# ~/.codex/config.toml
[mcp_servers.st-passfa-passfast]
url = "https://passfa.st/mcp"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "st-passfa-passfast": {
      "type": "remote",
      "url": "https://passfa.st/mcp",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add st-passfa-passfast --url 'https://passfa.st/mcp' --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  st-passfa-passfast:
    url: "https://passfa.st/mcp"
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "st-passfa-passfast": {
      "Transport": "http",
      "Url": "https://passfa.st/mcp"
    }
  }
}
# add to Vellum
assistant mcp add st-passfa-passfast -t streamable-http -u 'https://passfa.st/mcp'
// mcp.json
{
  "mcpServers": {
    "st-passfa-passfast": {
      "type": "http",
      "url": "https://passfa.st/mcp"
    }
  }
}

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 20 Sept 26 65

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Sept 2026 · Probed https://passfa.st/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=*.passfa.st CN=YR1,O=Let's Encrypt,C=US 3 Sept 2026 2 Dec 2026 RSA 2048 SHA256-RSA 674a81a76f104ea024194e295bc330f11ff
SANs: *.passfa.st, passfa.st
CN=YR1,O=Let's Encrypt,C=US (CA) CN=Root YR,O=ISRG,C=US 3 Sept 2025 2 Sept 2028 RSA 2048 SHA256-RSA a20253f15f2691c05dc1ce13b9bcca4e
CN=Root YR,O=ISRG,C=US (CA) CN=ISRG Root X1,O=Internet Security Research Group,C=US 13 May 2026 2 Sept 2032 RSA 4096 SHA256-RSA f24b6d17f9d9ad7cb1c9fea78782699f

Background: What to check on a remote MCP endpoint →

DNSSEC insecure

Validation of passfa.st. Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
st. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication No authorisation required

The endpoint answered without asking for a token. Anyone who knows the URL can reach it.

Result No authorisation required
HTTP status 200
Header Value
strict-transport-security max-age=63072000; includeSubDomains; preload
content-security-policy default-src 'self'; script-src 'self' 'unsafe-inline' 'unsafe-eval' https://datafa.st; style-src 'self' 'unsafe-inline'; img-src 'self' data: blob: https://*.supabase.co https://api.passfa.st; font-src 'self' data:; connect-src 'self' https://*.supabase.co wss://*.supabase.co https://api.passfa.st https://datafa.st; frame-ancestors 'none'; base-uri 'self'; form-action 'self'
x-content-type-options nosniff
x-frame-options DENY
referrer-policy strict-origin-when-cross-origin
permissions-policy camera=(), microphone=(), geolocation=()

Background: How OAuth 2.1 works in the 2026 MCP spec →

Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://passfa.st/mcp Verified 200
http (plaintext) http://passfa.st/mcp HTTPS enforced 308 https://passfa.st/mcp
MCP tools · 45 exposed · ~7,543 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
createApiKey ~140

Create an API key Creates a new API key. The response contains `id`, `name`, `key_type`, `key_prefix`, `raw_key`, and `message`. The full raw key is shown only once and cannot be retrieved again. **Scope:** `org:manage` Maps to OpenAPI operationId `createApiKey` — POST /manage-keys. Same PassFast HTTP API, billing, and rate limits. Do not invent other paths.

NameTypeReqDescription
key_typestringyesKey type. Secret keys have full access; publishable keys have limited scopes.
namestringyesHuman-readable label for the key.

No output schema declared.

No examples provided.

createApp ~74

Create a new app Creates a new app within the organization. **Scope:** `org:manage` Maps to OpenAPI operationId `createApp` — POST /manage-org/app. Same PassFast HTTP API, billing, and rate limits. Do not invent other paths.

NameTypeReqDescription
namestringApp display name.

No output schema declared.

No examples provided.

createShareToken ~197

Create a share token Creates a public share token for a pass, enabling distribution via URL, QR code, or messaging. The share URL points to a public page where recipients can add the pass to Apple or Google Wallet without logging in. Idempotent — if the pass already has a share token, the existing token is returned (200) instead of creating a new one (201). For dual-wallet passes (same serial number with both Apple and Google), the share token is automatically applied to all sibling passes. **Scope:** `passes:manage` Maps to OpenAPI operationId `createShareToken` — POST /share-pass/create. Same PassFast HTTP API, billing, and rate limits. Do not invent other paths.

NameTypeReqDescription
pass_idstringyesID of the pass to share.
x_app_idstringOverride X-App-Id for this call. Defaults to the MCP connection header.

No output schema declared.

No examples provided.

createTemplate ~372

Create a template Creates a new pass template in draft status. **Scope:** `templates:manage` Maps to OpenAPI operationId `createTemplate` — POST /manage-templates. Same PassFast HTTP API, billing, and rate limits. Do not invent other paths.

NameTypeReqDescription
background_image_idstring
descriptionstringOptional description of the template.
field_schemaobjectOptional JSON schema for validating dynamic data.
google_logo_image_idstring
google_pass_typestringGoogle Wallet class type override. If unset, PassFast auto-maps from the Apple `pass_style` (+ `structure.transitType` for boardingPass): - `generic` → generic - `storeCard` → loyalty (or giftCard vi…
google_wide_logo_image_idstring
icon_image_idstring
logo_image_idstring
namestringyesHuman-readable template name.
pass_stylestringyesApple Wallet pass style.
strip_image_idstring
structureobjectyesComplete pass structure. Drives both Apple `pass.json` emission and Google Wallet class/object JSON. Fields are grouped below by platform, but the single JSONB object carries all of them for dual-wal…
thumbnail_image_idstring
wallet_typesarray
x_app_idstringOverride X-App-Id for this call. Defaults to the MCP connection header.

No output schema declared.

No examples provided.

deactivateGoogleCredential ~106

Deactivate Google credential Deactivates a Google Wallet credential. **Scope:** `certs:manage` Maps to OpenAPI operationId `deactivateGoogleCredential` — DELETE /manage-certs/google/{id}. Same PassFast HTTP API, billing, and rate limits. Do not invent other paths.

NameTypeReqDescription
idstringyesGoogle credential ID.
x_app_idstringOverride X-App-Id for this call. Defaults to the MCP connection header.

No output schema declared.

No examples provided.

deleteApiKey ~109

Delete an API key Permanently deletes an API key. The key **must be revoked first** (via PATCH) before it can be deleted. Attempting to delete an active key returns 400. **Scope:** `org:manage` Maps to OpenAPI operationId `deleteApiKey` — DELETE /manage-keys/{id}. Same PassFast HTTP API, billing, and rate limits. Do not invent other paths.

NameTypeReqDescription
idstringyesAPI key ID.

No output schema declared.

No examples provided.

deleteApp ~94

Deactivate an app Deactivates the current app. This does not permanently delete data. **Scope:** `org:manage` Maps to OpenAPI operationId `deleteApp` — DELETE /manage-org/app. Same PassFast HTTP API, billing, and rate limits. Do not invent other paths.

NameTypeReqDescription
x_app_idstringOverride X-App-Id for this call. Defaults to the MCP connection header.

No output schema declared.

No examples provided.

deleteCertificate ~96

Delete a certificate Deletes a certificate. **Scope:** `certs:manage` Maps to OpenAPI operationId `deleteCertificate` — DELETE /manage-certs/{id}. Same PassFast HTTP API, billing, and rate limits. Do not invent other paths.

NameTypeReqDescription
idstringyesCertificate ID.
x_app_idstringOverride X-App-Id for this call. Defaults to the MCP connection header.

No output schema declared.

No examples provided.

deleteImage ~193

Delete an image Deletes an image (storage file + DB row). Always succeeds when the image exists. Any template column pointing at this image is silently cleared (the template falls back to no image in that slot — re-attach a new one if needed). Any pass with `strip_image_id` pointing at this image has its override nullified and reverts to the template's strip on next render. Use `GET /manage-images/{id}/usage` first if you need to know the blast radius before deleting. **Scope:** `images:manage` Maps to OpenAPI operationId `deleteImage` — DELETE /manage-images/{id}. Same PassFast HTTP API, billing, and rate limits. Do not invent other paths.

NameTypeReqDescription
idstringyesImage ID.
x_app_idstringOverride X-App-Id for this call. Defaults to the MCP connection header.

No output schema declared.

No examples provided.

deleteTemplate ~137

Delete a template Soft-deletes a template by marking it as archived. Use `permanent=true` to permanently delete the template and its associated data. **Scope:** `templates:manage` Maps to OpenAPI operationId `deleteTemplate` — DELETE /manage-templates/{id}. Same PassFast HTTP API, billing, and rate limits. Do not invent other paths.

NameTypeReqDescription
idstringyesTemplate ID.
permanentbooleanWhen true, permanently deletes the template instead of archiving it.
x_app_idstringOverride X-App-Id for this call. Defaults to the MCP connection header.

No output schema declared.

No examples provided.

downloadPass ~107

Download a .pkpass file Downloads the `.pkpass` binary for an active pass. **Scope:** `passes:download` Maps to OpenAPI operationId `downloadPass` — GET /manage-passes/{id}/download. Same PassFast HTTP API, billing, and rate limits. Do not invent other paths.

NameTypeReqDescription
idstringyesPass ID.
x_app_idstringOverride X-App-Id for this call. Defaults to the MCP connection header.

No output schema declared.

No examples provided.

downloadPassBySerial ~190

Download a .pkpass file by serial number Downloads the `.pkpass` binary for an active pass looked up by serial number. When a serial has both Apple and Google passes, use `?wallet_type=` to select which one (defaults to `apple`). **Scope:** `passes:download` Maps to OpenAPI operationId `downloadPassBySerial` — GET /manage-passes/serial/{serial_number}/download. Same PassFast HTTP API, billing, and rate limits. Do not invent other paths.

NameTypeReqDescription
serial_numberstringyesPass serial number (unique within app + wallet type).
wallet_typestringWallet type to look up when a serial number has both Apple and Google passes. Defaults to `apple` for backward compatibility.
x_app_idstringOverride X-App-Id for this call. Defaults to the MCP connection header.

No output schema declared.

No examples provided.

downloadSharedPass ~101

Download shared Apple .pkpass Downloads the Apple `.pkpass` file for a shared pass. No authentication required. Only works for active Apple passes. Maps to OpenAPI operationId `downloadSharedPass` — GET /share-pass/{token}/download. Public endpoint — no API key required. Same PassFast HTTP API, billing, and rate limits. Do not invent other paths.

NameTypeReqDescription
tokenstringyesShare token (32 hex characters).

No output schema declared.

No examples provided.

generatePass ~663

Generate a wallet pass Generates a wallet pass from a published template. For Apple passes (default), returns a signed `.pkpass` binary file directly. For Google passes (`wallet_type: "google"`), returns a JSON object containing a `save_url` that the user can open to add the pass to Google Wallet. When `wallet_type: "both"`, generates both Apple and Google passes in a single call. The response is always JSON with `apple` and `google` keys. Partial success is allowed — if one wallet fails, the other is still returned with a warning. Returns 201 if at least one succeeds. The pass ID is returned in the `X-Pass-Id` response header (for single-wallet). If the app has a validation webhook configured, the webhook is called once before generation (not per wallet type). A webhook rejection returns 403; a webhook error returns 502 (fail-closed). **Scope:** `passes:create` Maps to OpenAPI operationId `generatePass` — POST /generate-pass. Same PassFast HTTP API, billing, and rate limits. Do not invent other paths.

NameTypeReqDescription
dataobjectyesDynamic field values merged into the template structure.
expires_atstringOptional expiration timestamp for the pass.
external_idstringOptional external identifier for cross-system lookups.
get_or_createbooleanWhen true, if a pass with the same serial_number already exists and is active, return the existing .pkpass (200) instead of a 409 error. The response includes an `X-Pass-Existed: true` header. If the…
locationsarrayGPS locations where the pass is relevant (shown on lock screen). Overrides template defaults if provided.
max_distancenumberMaximum distance in meters from a location for lock screen relevance.
relevant_datestringISO 8601 date when the pass is relevant (appears on lock screen).
serial_numberstringyesUnique serial number for this pass.
strip_image_idstringOverride the template's strip/hero image for this pass only. The referenced image must belong to the same app and have purpose `strip` (or a `strip_*` variant). Applied to Apple `strip.png` and Googl…
template_idstringyesID of the published template to use.
wallet_typestringTarget wallet platform. Defaults to `apple`. When set to `google`, the response is a JSON object with a `save_url` instead of a binary .pkpass file. When set to `both`, generates both Apple and Googl…
x_app_idstringOverride X-App-Id for this call. Defaults to the MCP connection header.

No output schema declared.

No examples provided.

getApp ~87

Get current app details Returns the current app's settings. **Scope:** `org:read` Maps to OpenAPI operationId `getApp` — GET /manage-org/app. Same PassFast HTTP API, billing, and rate limits. Do not invent other paths.

NameTypeReqDescription
x_app_idstringOverride X-App-Id for this call. Defaults to the MCP connection header.

No output schema declared.

No examples provided.

getImageUsage ~210

Get image usage / reference counts Report how an image is referenced across templates and passes. Useful before DELETE to confirm an image is unused, or to find which templates a shared asset is attached to. - `template_refs` lists every template column (e.g. `strip_image_id`, `icon_image_id`, `google_logo_image_id`) that references this image. - `pass_refs_count` is the number of passes whose per-pass `strip_image_id` points at this image. - `safe_to_delete` is `true` when `total_refs` is 0. **Scope:** `images:manage` Maps to OpenAPI operationId `getImageUsage` — GET /manage-images/{id}/usage. Same PassFast HTTP API, billing, and rate limits. Do not invent other paths.

NameTypeReqDescription
idstringyesImage ID.
x_app_idstringOverride X-App-Id for this call. Defaults to the MCP connection header.

No output schema declared.

No examples provided.

getManagedSigningStatus ~124

Check managed signing availability Returns whether managed (platform) signing credentials are available for Apple and Google wallets. When `apple_ready` or `google_ready` is `true`, apps can use `signing_mode: "managed"` or `google_signing_mode: "managed"` without uploading their own credentials. **Scope:** `org:read` Maps to OpenAPI operationId `getManagedSigningStatus` — GET /manage-org/managed-signing-status. Same PassFast HTTP API, billing, and rate limits. Do not invent other paths.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

getOrganization ~60

Get organization details Returns the current organization's settings. **Scope:** `org:read` Maps to OpenAPI operationId `getOrganization` — GET /manage-org. Same PassFast HTTP API, billing, and rate limits. Do not invent other paths.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

getPass ~100

Get a pass Returns the full details of a single pass. **Scope:** `passes:read` Maps to OpenAPI operationId `getPass` — GET /manage-passes/{id}. Same PassFast HTTP API, billing, and rate limits. Do not invent other paths.

NameTypeReqDescription
idstringyesPass ID.
x_app_idstringOverride X-App-Id for this call. Defaults to the MCP connection header.

No output schema declared.

No examples provided.

getPassBySerial ~183

Get a pass by serial number Returns the full details of a single pass looked up by serial number. When a serial has both Apple and Google passes, use `?wallet_type=` to select which one (defaults to `apple`). **Scope:** `passes:read` Maps to OpenAPI operationId `getPassBySerial` — GET /manage-passes/serial/{serial_number}. Same PassFast HTTP API, billing, and rate limits. Do not invent other paths.

NameTypeReqDescription
serial_numberstringyesPass serial number (unique within app + wallet type).
wallet_typestringWallet type to look up when a serial number has both Apple and Google passes. Defaults to `apple` for backward compatibility.
x_app_idstringOverride X-App-Id for this call. Defaults to the MCP connection header.

No output schema declared.

No examples provided.

getSharePassMetadata ~100

Get shared pass metadata Returns public metadata for a shared pass. No authentication required. Used by the public share page to display wallet buttons and pass info. Maps to OpenAPI operationId `getSharePassMetadata` — GET /share-pass/{token}. Public endpoint — no API key required. Same PassFast HTTP API, billing, and rate limits. Do not invent other paths.

NameTypeReqDescription
tokenstringyesShare token (32 hex characters).

No output schema declared.

No examples provided.

getTemplate ~100

Get a template Returns the full details of a single template. **Scope:** `templates:manage` Maps to OpenAPI operationId `getTemplate` — GET /manage-templates/{id}. Same PassFast HTTP API, billing, and rate limits. Do not invent other paths.

NameTypeReqDescription
idstringyesTemplate ID.
x_app_idstringOverride X-App-Id for this call. Defaults to the MCP connection header.

No output schema declared.

No examples provided.

listApiKeys ~66

List API keys Returns all API keys for the current organization. **Scope:** `org:manage` Maps to OpenAPI operationId `listApiKeys` — GET /manage-keys. Same PassFast HTTP API, billing, and rate limits. Do not invent other paths.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

listCertificates ~87

List certificates Returns all certificates for the current app. **Scope:** `certs:manage` Maps to OpenAPI operationId `listCertificates` — GET /manage-certs. Same PassFast HTTP API, billing, and rate limits. Do not invent other paths.

NameTypeReqDescription
x_app_idstringOverride X-App-Id for this call. Defaults to the MCP connection header.

No output schema declared.

No examples provided.

listGoogleCredentials ~94

List Google credentials Returns all active Google Wallet credentials for the current app. **Scope:** `certs:manage` Maps to OpenAPI operationId `listGoogleCredentials` — GET /manage-certs/google. Same PassFast HTTP API, billing, and rate limits. Do not invent other paths.

NameTypeReqDescription
x_app_idstringOverride X-App-Id for this call. Defaults to the MCP connection header.

No output schema declared.

No examples provided.

listImages ~90

List images Returns all images for the current app, including signed preview URLs. **Scope:** `images:manage` Maps to OpenAPI operationId `listImages` — GET /manage-images. Same PassFast HTTP API, billing, and rate limits. Do not invent other paths.

NameTypeReqDescription
x_app_idstringOverride X-App-Id for this call. Defaults to the MCP connection header.

No output schema declared.

No examples provided.

listPasses ~207

List passes Returns a paginated list of passes for the current app. **Scope:** `passes:read` Maps to OpenAPI operationId `listPasses` — GET /manage-passes. Same PassFast HTTP API, billing, and rate limits. Do not invent other paths.

NameTypeReqDescription
created_afterstringOnly return passes created after this timestamp.
created_beforestringOnly return passes created before this timestamp.
external_idstringFilter by external ID.
limitintegerMaximum number of results to return.
offsetintegerNumber of results to skip.
serial_numberstringFilter by serial number.
statusstringFilter by pass status.
template_idstringFilter by template ID.
wallet_typestringFilter by wallet platform type.
x_app_idstringOverride X-App-Id for this call. Defaults to the MCP connection header.

No output schema declared.

No examples provided.

listTemplates ~126

List templates Returns all templates for the current app. By default returns non-archived templates. Set `archived=true` to return only archived templates. **Scope:** `templates:manage` Maps to OpenAPI operationId `listTemplates` — GET /manage-templates. Same PassFast HTTP API, billing, and rate limits. Do not invent other paths.

NameTypeReqDescription
archivedbooleanWhen true, return only archived templates instead of active ones.
x_app_idstringOverride X-App-Id for this call. Defaults to the MCP connection header.

No output schema declared.

No examples provided.

listWebhookEvents ~147

List webhook events Returns a paginated list of webhook event delivery records for the current app. **Scope:** `org:read` Maps to OpenAPI operationId `listWebhookEvents` — GET /manage-org/webhook-events. Same PassFast HTTP API, billing, and rate limits. Do not invent other paths.

NameTypeReqDescription
delivery_statusstringFilter by delivery status.
event_typestringFilter by event type.
limitintegerMaximum number of results to return.
offsetintegerNumber of results to skip.
x_app_idstringOverride X-App-Id for this call. Defaults to the MCP connection header.

No output schema declared.

No examples provided.

publishTemplate ~111

Publish a template Publishes a draft template, making it available for pass generation. Published templates cannot be modified. **Scope:** `templates:manage` Maps to OpenAPI operationId `publishTemplate` — POST /manage-templates/{id}/publish. Same PassFast HTTP API, billing, and rate limits. Do not invent other paths.

NameTypeReqDescription
idstringyesTemplate ID.
x_app_idstringOverride X-App-Id for this call. Defaults to the MCP connection header.

No output schema declared.

No examples provided.

revokeApiKey ~89

Revoke an API key Revokes an API key, making it inactive. Revoked keys cannot authenticate. **Scope:** `org:manage` Maps to OpenAPI operationId `revokeApiKey` — PATCH /manage-keys/{id}. Same PassFast HTTP API, billing, and rate limits. Do not invent other paths.

NameTypeReqDescription
idstringyesAPI key ID.

No output schema declared.

No examples provided.

testAppleCertificates ~124

Test Apple certificates Generates an ephemeral test `.pkpass` file to verify that the uploaded Apple signing certificates are valid and complete. The test pass is not stored — it is returned directly as a binary download. **Scope:** `certs:manage` Maps to OpenAPI operationId `testAppleCertificates` — POST /manage-certs/test. Same PassFast HTTP API, billing, and rate limits. Do not invent other paths.

NameTypeReqDescription
x_app_idstringOverride X-App-Id for this call. Defaults to the MCP connection header.

No output schema declared.

No examples provided.

testGoogleConnection ~101

Test Google connection Tests the configured Google Wallet credentials by attempting to authenticate with the Google Wallet API. **Scope:** `certs:manage` Maps to OpenAPI operationId `testGoogleConnection` — POST /manage-certs/google/test. Same PassFast HTTP API, billing, and rate limits. Do not invent other paths.

NameTypeReqDescription
x_app_idstringOverride X-App-Id for this call. Defaults to the MCP connection header.

No output schema declared.

No examples provided.

testWebhook ~100

Test the validation webhook Sends a sample validation webhook payload to the configured URL and returns the result. **Scope:** `org:manage` Maps to OpenAPI operationId `testWebhook` — POST /manage-org/app/test-webhook. Same PassFast HTTP API, billing, and rate limits. Do not invent other paths.

NameTypeReqDescription
x_app_idstringOverride X-App-Id for this call. Defaults to the MCP connection header.

No output schema declared.

No examples provided.

updateApp ~292

Update app settings Updates the current app's settings, including webhook configuration. Set `regenerate_webhook_secret` to `true` to generate a new webhook signing secret; the new secret is returned in `webhook_secret_raw` (shown only once). **Scope:** `org:manage` Maps to OpenAPI operationId `updateApp` — PATCH /manage-org/app. Same PassFast HTTP API, billing, and rate limits. Do not invent other paths.

NameTypeReqDescription
apple_team_idstringApple Developer Team ID.
google_signing_modestringGoogle signing mode. `managed` uses platform credentials; `custom` uses your own.
namestringApp display name.
onboarding_completedbooleanWhether onboarding has been completed for this app.
pass_type_identifierstringApple pass type identifier (e.g., pass.com.example.myapp).
regenerate_webhook_secretbooleanSet to true to regenerate the webhook signing secret.
signing_modestringApple signing mode. `managed` uses platform credentials; `custom` uses your own.
validation_webhook_urlstringURL for pre-generation validation webhooks.
webhook_urlstringURL for async event webhook delivery.
x_app_idstringOverride X-App-Id for this call. Defaults to the MCP connection header.

No output schema declared.

No examples provided.

updateOrganization ~120

Update organization settings Updates the current organization's settings, including APNs credentials. **Scope:** `org:manage` Maps to OpenAPI operationId `updateOrganization` — PATCH /manage-org. Same PassFast HTTP API, billing, and rate limits. Do not invent other paths.

NameTypeReqDescription
apns_key_idstringApple Push Notification service Key ID.
apns_key_p8stringAPNs .p8 private key contents.
namestringOrganization display name.
slugstringURL-friendly slug.

No output schema declared.

No examples provided.

updatePass ~357

Update a pass Updates the dynamic data of an active pass. Optionally sends a push notification to registered devices so they fetch the updated pass. At least one of `data`, `expires_at`, `locations`, `relevant_date`, or `max_distance` is required. **Scope:** `passes:manage` Maps to OpenAPI operationId `updatePass` — PATCH /manage-passes/{id}. Same PassFast HTTP API, billing, and rate limits. Do not invent other paths.

NameTypeReqDescription
dataobjectNew dynamic field values to merge into the pass.
expires_atstringExpiration timestamp (set to null to remove expiration).
idstringyesPass ID.
locationsarrayGPS locations where the pass is relevant (overrides template defaults).
max_distancenumberMaximum distance in meters from a location for lock screen relevance.
push_updatebooleanIf true, send a push notification to registered devices.
relevant_datestringISO 8601 date when the pass is relevant (lock screen).
strip_image_idstringOverride the template's strip/hero image for this pass. The referenced image must belong to the same app and have purpose `strip` (or a `strip_*` variant). Applied to Apple `strip.png` and Google `he…
x_app_idstringOverride X-App-Id for this call. Defaults to the MCP connection header.

No output schema declared.

No examples provided.

updatePassBySerial ~433

Update a pass by serial number Updates the dynamic data of an active pass looked up by serial number. Optionally sends a push notification to registered devices. At least one of `data`, `expires_at`, `locations`, `relevant_date`, or `max_distance` is required. When a serial has both Apple and Google passes, use `?wallet_type=` to select which one (defaults to `apple`). **Scope:** `passes:manage` Maps to OpenAPI operationId `updatePassBySerial` — PATCH /manage-passes/serial/{serial_number}. Same PassFast HTTP API, billing, and rate limits. Do not invent other paths.

NameTypeReqDescription
dataobjectNew dynamic field values to merge into the pass.
expires_atstringExpiration timestamp (set to null to remove expiration).
locationsarrayGPS locations where the pass is relevant (overrides template defaults).
max_distancenumberMaximum distance in meters from a location for lock screen relevance.
push_updatebooleanIf true, send a push notification to registered devices.
relevant_datestringISO 8601 date when the pass is relevant (lock screen).
serial_numberstringyesPass serial number (unique within app + wallet type).
strip_image_idstringOverride the template's strip/hero image for this pass. The referenced image must belong to the same app and have purpose `strip` (or a `strip_*` variant). Applied to Apple `strip.png` and Google `he…
wallet_typestringWallet type to look up when a serial number has both Apple and Google passes. Defaults to `apple` for backward compatibility.
x_app_idstringOverride X-App-Id for this call. Defaults to the MCP connection header.

No output schema declared.

No examples provided.

updateTemplate ~271

Update a template Updates a draft template. Published templates cannot be modified. **Scope:** `templates:manage` Maps to OpenAPI operationId `updateTemplate` — PATCH /manage-templates/{id}. Same PassFast HTTP API, billing, and rate limits. Do not invent other paths.

NameTypeReqDescription
background_image_idstring
descriptionstring
field_schemaobject
google_logo_image_idstring
google_pass_type
google_wide_logo_image_idstring
icon_image_idstring
idstringyesTemplate ID.
logo_image_idstring
namestring
pass_stylestringApple Wallet pass style.
strip_image_idstring
structureobjectComplete pass structure. Drives both Apple `pass.json` emission and Google Wallet class/object JSON. Fields are grouped below by platform, but the single JSONB object carries all of them for dual-wal…
thumbnail_image_idstring
wallet_typesarrayWallet platforms this template supports.
x_app_idstringOverride X-App-Id for this call. Defaults to the MCP connection header.

No output schema declared.

No examples provided.

uploadCertificate ~120

Upload a single certificate Uploads a single PEM-encoded certificate or key. **Scope:** `certs:manage` Maps to OpenAPI operationId `uploadCertificate` — POST /manage-certs. Same PassFast HTTP API, billing, and rate limits. Do not invent other paths.

NameTypeReqDescription
cert_datastringyesBase64-encoded certificate or key data.
cert_typestringyesType of certificate being uploaded.
x_app_idstringOverride X-App-Id for this call. Defaults to the MCP connection header.

No output schema declared.

No examples provided.

uploadGoogleCredentials ~133

Upload Google credentials Uploads Google service account credentials for Google Wallet pass signing. The service account JSON and issuer ID are stored securely. **Scope:** `certs:manage` Maps to OpenAPI operationId `uploadGoogleCredentials` — POST /manage-certs/google. Same PassFast HTTP API, billing, and rate limits. Do not invent other paths.

NameTypeReqDescription
issuer_idstringyesGoogle Wallet issuer ID.
service_account_jsonobjectyesGoogle service account JSON key file contents.
x_app_idstringOverride X-App-Id for this call. Defaults to the MCP connection header.

No output schema declared.

No examples provided.

uploadImage ~387

Upload an image Uploads an image for use in pass templates or per-pass strip overrides. Send as multipart form data with a `purpose` field and a `file` field containing the PNG image. **Upload behaviour by purpose:** - `strip` — **accumulates**. Each upload creates a new image; the returned `id` can be passed as `strip_image_id` on `POST /v1/passes` or `PATCH /v1/passes/{id}` to give individual passes their own banner. Previous `strip` images are NOT deleted — manage them via `DELETE /v1/images/{id}` when no longer referenced. - All other purposes (`icon`, `logo`, `thumbnail`, `background`, `footer`, and all `_2x`/`_3x` variants) — **replace-on-upload**. Uploading a new image of the same purpose deletes the previous one from storage and DB. These are app-wide template assets, not per-pass. **Scope:** `images:manage` Maps to OpenAPI operationId `uploadImage` — POST /manage-images. Same PassFast HTTP API, billing, and rate limits. Do not invent other paths.

NameTypeReqDescription
file_base64stringyesBase64-encoded file bytes. Maps to the OpenAPI multipart `file` field — same uploadImage (or equivalent) endpoint, not a new API.
filenamestringOptional filename sent with the multipart upload.
purposestringyesThe intended use of the image. `strip` uploads accumulate (for per-pass `strip_image_id` overrides); all other purposes replace existing uploads of the same purpose for the app.
x_app_idstringOverride X-App-Id for this call. Defaults to the MCP connection header.

No output schema declared.

No examples provided.

uploadP12Certificate ~171

Upload a .p12 certificate bundle Uploads a PKCS#12 (.p12) bundle containing signer certificate and private key. The bundle is decrypted with the provided password, and individual certificates are extracted and stored with AES-256-GCM encryption. **Scope:** `certs:manage` Maps to OpenAPI operationId `uploadP12Certificate` — POST /manage-certs/p12. Same PassFast HTTP API, billing, and rate limits. Do not invent other paths.

NameTypeReqDescription
p12_datastringyesBase64-encoded .p12 file data.
passwordstringPassword to decrypt the .p12 bundle (if password-protected).
x_app_idstringOverride X-App-Id for this call. Defaults to the MCP connection header.

No output schema declared.

No examples provided.

voidPass ~153

Void a pass Marks a pass as invalidated and rebuilds the `.pkpass` file with Apple's `voided: true` flag. Registered devices are sent push notifications so the pass appears voided immediately in Apple Wallet. Rebuild failure is non-fatal — the pass is still invalidated at the DB level. **Scope:** `passes:manage` Maps to OpenAPI operationId `voidPass` — POST /manage-passes/{id}/void. Same PassFast HTTP API, billing, and rate limits. Do not invent other paths.

NameTypeReqDescription
idstringyesPass ID.
x_app_idstringOverride X-App-Id for this call. Defaults to the MCP connection header.

No output schema declared.

No examples provided.

voidPassBySerial ~221

Void a pass by serial number Marks a pass (looked up by serial number) as invalidated and rebuilds the `.pkpass` file with Apple's `voided: true` flag. Registered devices are sent push notifications so the pass appears voided immediately in Apple Wallet. When a serial has both Apple and Google passes, use `?wallet_type=` to select which one (defaults to `apple`). **Scope:** `passes:manage` Maps to OpenAPI operationId `voidPassBySerial` — POST /manage-passes/serial/{serial_number}/void. Same PassFast HTTP API, billing, and rate limits. Do not invent other paths.

NameTypeReqDescription
serial_numberstringyesPass serial number (unique within app + wallet type).
wallet_typestringWallet type to look up when a serial number has both Apple and Google passes. Defaults to `apple` for backward compatibility.
x_app_idstringOverride X-App-Id for this call. Defaults to the MCP connection header.

No output schema declared.

No examples provided.

Common questions

What is the PassFast MCP server?

PassFast is an MCP server listed in the public MCP registry as st.passfa/passfast. Remote HTTPS MCP for Apple + Google Wallet passes. Paste sk_live_ once. This page covers its hosted endpoint (https://passfa.st/mcp).

Is the PassFast MCP server safe to use?

PassFast scores 65 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the PassFast MCP server expose?

PassFast exposes 45 tools: generatePass, listPasses, getPass, updatePass, getPassBySerial, and 40 more. Their descriptions and schemas cost roughly 7,543 tokens of context every time the server is loaded.

Does the PassFast MCP server require authentication?

No. We connected to PassFast without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

Is the PassFast MCP server still maintained?

PassFast is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.