Skip to main content
Glama
KI4JLU

mcp-blanko

by KI4JLU

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MCP_PORTNoHTTP port for SSE transport3001
MCP_FILES_DIRNoBase directory for the file operation toolcwd
MCP_TRANSPORTNoTransport mode: stdio or ssestdio

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
hello_worldA

A simple greeting tool. Takes a name and returns a personalized greeting.

process_orderD

Demonstrates a tool with a rich input schema: nested objects, enums, optional fields, and error handling.

long_running_taskC

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_fileA

Demonstrates reading and writing local files. Operates within a configurable base directory.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

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/mcp-template'

If you have feedback or need assistance with the MCP directory API, please join our Discord server