Skip to main content
Glama

Character Counter MCP Server

base.py325 B
from abc import ABC, abstractmethod from mcp.server.fastmcp import FastMCP class BaseTool(ABC): def __init__(self, mcp: FastMCP): self.mcp = mcp self.register_tools() @abstractmethod def register_tools(self): """Método abstracto que cada herramienta debe implementar""" pass

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