๐Ÿ• Time, Date & Stock Price MCP Server

Get current IST time, IST date, and live company share prices โ€” directly inside your AI assistant.

โœ… MCP Registry Listed ๐Ÿณ Docker ๐Ÿ Python โšก stdio transport

๐Ÿ› ๏ธ Tools

๐Ÿ•

get_current_time()

Returns the current time in IST (Indian Standard Time). e.g. 11:45:30 PM IST

๐Ÿ“…

get_current_date()

Returns the current date in IST. e.g. Wednesday, 22 April 2026

๐Ÿ“ˆ

get_share_price(company_name)

Returns live stock price for any company by name. e.g. "Infosys", "Apple", "Pine Labs"

๐Ÿš€ Quick Install

Add to mcp.json at %APPDATA%\Code\User\mcp.json

{
  "servers": {
    "utility-mcp-server": {
      "type": "stdio",
      "command": "docker",
      "args": ["run", "--rm", "-i", "prakhargour/utility-mcp-server:1.0.1"]
    }
  }
}

Add to claude_desktop_config.json at %APPDATA%\Claude\

{
  "mcpServers": {
    "utility-mcp-server": {
      "command": "docker",
      "args": ["run", "--rm", "-i", "prakhargour/utility-mcp-server:1.0.1"]
    }
  }
}