MCP Custom Tools MCP Server

Un servidor MCP (Model Context Protocol) personalizado con un conjunto completo de herramientas para fecha/hora, manejo de archivos, información del

Local serverstdioPython

What is the MCP Custom Tools MCP server?

MCP Custom Tools MCP server is a locally run integration for AI assistants that speak the Model Context Protocol. Un servidor MCP (Model Context Protocol) personalizado con un conjunto completo de herramientas para fecha/hora, manejo de archivos, información del sistema, procesamiento de texto y operaciones web.

Setting it up

Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.

What the assistant can call

Once MCP Custom Tools is connected, these are the calls the assistant has available:

  • current_time — Obtener fecha y hora actual
  • format_timestamp — Formatear timestamp a formato legible
  • calculate_age — Calcular edad a partir de fecha de nacimiento
  • days_between — Calcular días entre dos fechas
  • month_calendar — Generar calendario mensual
  • read_file — Leer contenido de archivo (async/sync)
  • file_info — Obtener información detallada de archivo
  • list_directory — Listar contenido de directorio
  • calculate_hash — Calcular hash MD5/SHA256 de archivo
  • search_files — Buscar archivos por patrón
  • system_info — Información general del sistema
  • cpu_info — Información detallada de CPU

Before you rely on it

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • With 14 tools registered it takes up a noticeable share of the context window; turn it off in projects that never touch MCP Custom Tools.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the mcp custom tools mcp server does with a few real requests.

Choosing this one

This sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. MCP Custom Tools's toolset — current_time, format_timestamp, calculate_age and 11 more — is a fair guide to whether it matches your workflow. It is maintained by SergiFuster; worth a glance at recent repository activity before you build anything load-bearing on it.

This entry was verified against MCP Custom Tools's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.

Available tools

ToolWhat it does
current_timeObtener fecha y hora actual
format_timestampFormatear timestamp a formato legible
calculate_ageCalcular edad a partir de fecha de nacimiento
days_betweenCalcular días entre dos fechas
month_calendarGenerar calendario mensual
read_fileLeer contenido de archivo (async/sync)
file_infoObtener información detallada de archivo
list_directoryListar contenido de directorio
calculate_hashCalcular hash MD5/SHA256 de archivo
search_filesBuscar archivos por patrón
system_infoInformación general del sistema
cpu_infoInformación detallada de CPU
memory_infoInformación de memoria RAM
disk_infoInformación de discos y almacenamiento

Example prompts to try

  • Use MCP Custom Tools to current time.
  • Use MCP Custom Tools to format timestamp.
  • Use MCP Custom Tools to calculate age.

Frequently asked questions

It connects MCP Custom Tools to MCP-compatible AI assistants such as Claude and Cursor, exposing 14 tools (current_time, format_timestamp, calculate_age, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with MCP Custom Tools directly.