safehold
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| prompts | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_passportA | Retrieve specific fields from a stored passport. The user will be prompted for consent before any data is returned. |
| get_national_idA | Retrieve specific fields from a stored national identity card. The user will be prompted for consent before any data is returned. |
| get_driving_licenseA | Retrieve specific fields from a stored driving licence. The user will be prompted for consent before any data is returned. |
| get_visaA | Retrieve specific fields from a stored visa. The user will be prompted for consent before any data is returned. |
| get_photoA | Retrieve a stored photo. Returns base64-encoded image data. The user will be prompted for consent before any data is returned. |
| get_documentA | Retrieve fields from any document type not covered by a dedicated tool. The user will be prompted for consent before any data is returned. |
| list_documentsA | List all stored documents. Returns metadata only (type, label, expiry) — no sensitive field values. |
| add_documentA | Add a new document to the vault. The document is stored locally and encrypted. Known document types (passport, national_id, driving_license, visa, photo_*) are strictly validated. |
| delete_documentB | Permanently delete a document from the vault. |
| update_documentA | Update fields on an existing document. Only the provided keys are changed. Known document types are strictly validated. |
| get_access_logA | View the history of document field accesses — what was shared, with which client, and when. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| onboard_document | Guided intake to add or update a passport, national ID, driving licence, or visa in Safehold. |
| travel_preflight | Verify passport and visa validity for an upcoming trip. Reads only the fields it needs and explains why. |
| selective_share | Help the user share the minimum data a service actually needs, with an explicit consent purpose. |
| expiry_audit | Surface any stored document expiring within a configurable window. Uses metadata only — no consent prompts. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Spacetime-Technology/safehold'
If you have feedback or need assistance with the MCP directory API, please join our Discord server