Skip to main content
Glama

Character Counter MCP Server

greetings.py396 B
from .base import BaseTool class GreetingsTool(BaseTool): def register_tools(self): @self.mcp.tool() def say_hello(name: str) -> str: """Greet a user by name.""" return f"Hello, {name}!" @self.mcp.tool() def say_goodbye(name: str) -> str: """Say goodbye to a user by name.""" return f"Goodbye, {name}!"

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/miguelgarzons/mcp-cun'

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