Skip to main content
Glama
Monish0017

Simple Name Time MCP Server

by Monish0017

Simple Name Time MCP Server

A minimal MCP server for Teams agent usage.

What it does

  • Accepts a single input: name

  • Returns a simple message with the current local server time

  • Returns a lucky number message that always gives 44

Example response format:

Hello Alex, current time is 2026-06-23 14:35:10.

Related MCP server: MCP Time Server

Setup

  1. Install dependencies: python -m pip install -r requirements.txt

  2. Start the server: python app.py

The server runs on PORT (default 3000) and exposes:

  • MCP endpoint: POST /mcp (also supports MCP GET/DELETE transport methods)

  • Health endpoint: GET /health

Tool exposed

  • Tool name: get_current_time_for_name

  • Input schema:

    • name (string, required)

  • Tool name: get_lucky_number

  • Input schema:

    • No input required

Notes

  • Uses no internal or company APIs.

  • Uses local machine/server time where the MCP server runs.

Render Web Service settings

  • Build Command: python -m pip install -r requirements.txt

  • Start Command: python app.py

  • Root Directory: leave empty (repo root)

  • Health Check Path: /health

Related MCP Connectors

Related MCP Servers

  • -
    license
    Not graded
    quality
    Not graded
    maintenance
    A minimal MCP server example that provides basic utility tools including text echo and current time retrieval. Serves as a simple starting point for building MCP servers with fastmcp.
    -
  • F
    license
    Not graded
    quality
    D
    maintenance
    A minimal MCP server that provides current time information with configurable timezone support set on the client side.
    -
  • F
    license
    A
    quality
    D
    maintenance
    A minimal MCP server providing greeting, addition, and time zone tools, plus static and templated resources.
    3
    -