mcp-blanko
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_PORT | No | HTTP port for SSE transport | 3001 |
| MCP_FILES_DIR | No | Base directory for the file operation tool | cwd |
| MCP_TRANSPORT | No | Transport mode: stdio or sse | stdio |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| hello_worldA | A simple greeting tool. Takes a name and returns a personalized greeting. |
| process_orderC | Demonstrates a tool with a rich input schema: nested objects, enums, optional fields, and error handling. |
| long_running_taskB | Demonstrates an async tool that simulates a long-running operation (e.g., data processing, report generation). |
| fetch_dataD | Placeholder for a tool that calls an external API. Replace the handler with your own API logic. |
| manage_fileC | Demonstrates reading and writing local files. Operates within a configurable base directory. |
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
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/KI4JLU/Entgeltrechner-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server