Simple Name Time MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Simple Name Time MCP Serverget current time for Alex"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Simple Name Time MCP Server
A minimal MCP server for Teams agent usage.
What it does
Accepts a single input:
nameReturns 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
Install dependencies:
python -m pip install -r requirements.txtStart 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_nameInput schema:
name(string, required)
Tool name:
get_lucky_numberInput 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.txtStart Command:
python app.pyRoot Directory: leave empty (repo root)
Health Check Path:
/health
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- -license-quality-maintenanceA 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.
- Flicense-qualityDmaintenanceA minimal MCP server that provides current time information with configurable timezone support set on the client side.
- FlicenseAqualityCmaintenanceA minimal MCP server providing greeting, addition, and time zone tools, plus static and templated resources.3
- Flicense-qualityCmaintenanceA minimal MCP server demo with tools for ping, addition, and fetching current UTC time.
Related MCP Connectors
A very simple remote MCP server that greets you, with a custom icon.
Time MCP server via HTTP
A basic MCP server to operate on the Postman API.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/Monish0017/MCP-Server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server