Server data from the Official MCP Registry
List and fetch official Pine Labs SDK API documentation via MCP tools.
List and fetch official Pine Labs SDK API documentation via MCP tools.
Valid MCP server (2 strong, 3 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.
This plugin requests these system permissions. Most are normal for its category.
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.
by Microsoft · Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption
by mcp-marketplace · Developer Tools
Scaffold, build, and publish TypeScript MCP servers to npm — conversationally
by mcp-marketplace · Finance
Free stock data and market news for any MCP-compatible AI assistant.