Get current IST time, IST date, and live stock/share prices by company name.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"io-github-prakhargour10-utility-mcp-server": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Get current IST time, IST date, and live stock/share prices by company name.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationBe the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in other
Persistent memory using a knowledge graph
Privacy-first. MCP is the protocol for tool access. We're the virtualization layer for context.
Make HTTP requests and fetch web content
Read, write, and manage files on the local filesystem
MCP Security Weekly
Get CVE alerts and security updates for io.github.prakhargour10/utility-mcp-server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
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