Server data from the Official MCP Registry
Get current IST time, IST date, and live stock/share prices by company name.
Get current IST time, IST date, and live stock/share prices by company name.
Valid MCP server (2 strong, 4 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.
4 files analyzed · No issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
From the project's GitHub README.
A lightweight MCP (Model Context Protocol) server built with Python and FastMCP that exposes three utility tools over stdio transport.
mcp-name: io.github.prakhargour10/utility-mcp-server
| Tool | Description |
|---|---|
get_current_time() | Returns the current time in IST (Indian Standard Time) |
get_current_date() | Returns the current date in IST (Indian Standard Time) |
get_share_price(company_name) | Returns the latest share price of a company by name (e.g. "Infosys", "Apple") |
requirements.txtgit clone https://github.com/prakhargour10/utility-mcp-server.git
cd utility-mcp-server
pip install -r requirements.txt
python main.py
Add to your VS Code settings.json:
"mcp": {
"servers": {
"utility": {
"type": "stdio",
"command": "python",
"args": ["path/to/utility-mcp-server/main.py"]
}
}
}
Add to claude_desktop_config.json:
{
"mcpServers": {
"utility": {
"command": "python",
"args": ["path/to/utility-mcp-server/main.py"]
}
}
}
MIT
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.