FreezeText MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| FREEZETEXT_API_PORT | No | Port of FreezeText's local HTTP API | 9876 |
| FREEZETEXT_API_TOKEN | No | Bearer token — only if set in FreezeText Settings |
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": false
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| capture_screenA | Freezes the screen and recognizes text via OCR (Apple Vision). Returns the recognized text from the current screen. |
| capture_regionA | Captures a specific screen region and recognizes its text via OCR. Coordinates in screen points. |
| ocr_imageB | Runs OCR on a provided base64-encoded image (PNG or JPEG) and returns the recognized text. |
| list_historyA | Lists all captured-text history entries (id, text, displayName, timestamp, colorTag). |
| search_historyB | Searches the capture history by text. Optional sorting by date or text. |
| get_history_entryA | Returns a single history entry by its UUID. |
| add_historyC | Adds a text entry to the capture history. |
| delete_history_entryB | Deletes a history entry by its UUID. |
| clear_historyA | Deletes all history entries. |
| export_historyA | Exports the full capture history as JSON or CSV. |
| get_ocr_languagesA | Returns the currently configured OCR recognition languages. |
| set_ocr_languagesC | Sets the OCR recognition languages (e.g. en-US, de-DE). |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No 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/juergenkoller-software/freezetext-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server