๐ ๏ธ 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"]
}
}
}