Back to Browse

Passfast MCP Server

Developer ToolsModerate7.5MCP RegistryLocalRemote
Free

Server data from the Official MCP Registry

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

About

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

Remote endpoints: streamable-http: https://passfa.st/mcp

Security Report

7.5
Moderate7.5Low Risk

PassFast MCP is a remote HTTPS server for generating Apple Wallet and Google Wallet passes. Authentication is properly implemented via Bearer tokens (secret keys only, not publishable keys), with optional app ID headers. The server is hosted remotely and permissions are appropriate for its stated purpose of pass generation and management.

1 file analyzed · 3 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

File System Read

Reads files on your machine. Normal for tools that analyze or process local data.

File System Write

Writes or modifies files on your machine. Check that this is expected for the tool.

How to Install & Connect

Available as Local & Remote

This plugin can run on your machine or connect to a hosted endpoint. during install.

Documentation

View on GitHub

From the project's GitHub README.

PassFast MCP

Remote HTTPS Model Context Protocol server for PassFast — Apple Wallet + Google Wallet passes from any MCP client (Cursor, Claude, ChatGPT, Codex, Grok).

Endpointhttps://passfa.st/mcp
Aliashttps://passfa.st/api/mcp
Docshttps://passfa.st/docs/mcp · https://passfa.st/mcp.md
OpenAPIhttps://passfa.st/openapi.yaml
Signup / keyshttps://passfa.st/signup
Privacy / Termshttps://passfa.st/privacy · https://passfa.st/terms

This repository is the public metadata + install kit for marketplace listings (official MCP Registry, Grok Build plugins, open directories). The server itself is hosted at passfa.st — there is no local stdio binary here.

Auth

Authorization: Bearer sk_live_YOUR_SECRET_KEY
X-App-Id: YOUR_APP_ID   # optional for single-app orgs
  • Secret keys only (sk_live_). Publishable pk_live_ keys are rejected.
  • No OAuth, no PassFast agent account — the MCP client is the agent.
  • Member/invite tools need a user JWT and are out of scope for key-auth MCP v1.

Install

Cursor

Copy cursor/mcp.json into ~/.cursor/mcp.json or project .cursor/mcp.json, then replace the placeholders.

Claude (HTTP)

{
  "mcpServers": {
    "passfast": {
      "type": "http",
      "url": "https://passfa.st/mcp",
      "headers": {
        "Authorization": "Bearer sk_live_YOUR_SECRET_KEY",
        "X-App-Id": "YOUR_APP_ID"
      }
    }
  }
}

Stdio-only clients: npx mcp-remote https://passfa.st/mcp with the same headers via your client’s env/header support.

Generic / registry

See server.json for the official MCP Registry remote descriptor (Streamable HTTP + auth headers).

What agents can do

  • List / publish templates; generate dual-wallet passes; download .pkpass
  • Update / void passes; share links + QR
  • Upload images & signing credentials; manage apps / org / API keys
  • Same billing as the HTTP API (see https://passfa.st/#pricing)

Starter prompts

See skills/passfast/SKILL.md.

Marketplace submissions

Prepared listing fields live under listings/. Status checklist: SUBMIT.md.

License

MIT © Aberkane Software

Reviews

No reviews yet

Be the first to review this server!