PassFast MCP
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@PassFast MCPCreate an Apple Wallet pass for my event ticket."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
PassFast MCP
Remote HTTPS Model Context Protocol server for PassFast — Apple Wallet + Google Wallet passes from any MCP client (Cursor, Claude, ChatGPT, Codex, Grok).
Endpoint |
|
Alias |
|
Docs | |
OpenAPI | |
Signup / keys | |
Privacy / 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 orgsSecret keys only (
sk_live_). Publishablepk_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.
Related MCP server: passninja
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
.pkpassUpdate / 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
Marketplace submissions
Prepared listing fields live under listings/. Status checklist: SUBMIT.md.
License
MIT © Aberkane Software
This server cannot be deployed
Maintenance
Related MCP Connectors
Create, update, and revoke Apple Wallet and Google Wallet passes from any MCP client.
Create and manage CodeQR short links, QR codes, and analytics from any MCP client.
- StorydocOAuthcom.storydoc
Generate and manage Storydoc presentations from any MCP-compatible client.
Generate, edit and track dynamic (editable) QR codes with scan analytics. Hosted MCP and REST API.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceEnables sending messages, managing templates, uploading media, and configuring webhooks for WhatsApp Business via the MCP protocol.9 npm5MIT
- AlicenseNot gradedqualityAmaintenanceMCP server for managing Apple Wallet and Google Wallet passes via the PassNinja API. Provides tools to create, list, update, and delete pass templates, passes, and webhooks.MIT
- AlicenseNot gradedqualityCmaintenanceEnables programmatic WhatsApp automation through MCP, including sending messages, managing chats and contacts, searching conversation history, and exchanging media files.MIT
- AlicenseNot gradedqualityCmaintenanceEnables creation and management of short links with custom slugs, QR repointing, and cookieless analytics from any MCP client.12 npmMIT