LIVE ENDPOINT
https://passfa.st/mcp
Connect to this endpoint to inspect the live schema for revokeApiKey and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name, description or schema mentions credentials.
Parent server
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.passfast]
url = "https://passfa.st/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"passfast": {
"type": "http",
"url": "https://passfa.st/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: passfast
Remote MCP URL: https://passfa.st/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": {
"passfast": {
"url": "https://passfa.st/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"passfast": {
"type": "http",
"url": "https://passfa.st/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "passfast",
"transport": "streamable-http",
"url": "https://passfa.st/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
generatePass— Generate a wallet pass Generates a wallet pass from a published template.getBatchGenerateLimits— Batch generate limits Public metadata for `POST /passes/batch`.batchGeneratePasses— Batch generate wallet passes Generate up to 100 wallet passes in one **synchronous** request.listPasses— List passes Returns a paginated list of passes for the current app.getPass— Get a pass Returns the full details of a single pass.updatePass— Update a pass Updates the dynamic data of an active pass.getPassBySerial— Get a pass by serial number Returns the full details of a single pass looked up by serial number.updatePassBySerial— Update a pass by serial number Updates the dynamic data of an active pass looked up by serial number.