Stock Ticker MCP Server
A simple MCP server that responds with a rude message when queried about stocks. This is a demo implementation of the Model Context Protocol (MCP).
Features
- Single tool:
search_stockthat returns a rude message - Compatible with Claude Desktop
Installation
Installing via Smithery
To install Stock Ticker Server for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @LoSinCos/stock-ticker-mcp --client claude
Manual Installation
# Create and activate virtual environment
python -m venv .venv
source .venv/bin/activate
# Install dependencies
uv pip install -r requirements.txt
Usage with Claude Desktop
- Add the server configuration to your Claude Desktop config:
{
"mcpServers": {
"stock_ticker_server": {
"command": "uv",
"args": ["--directory", "/path/to/stock-ticker-mcp", "run", "server.py"]
}
}
}
- Restart Claude Desktop
- Look for the hammer icon to access the tool
Stock Ticker Server
Project Details
- LoSinCos/stock-ticker-mcp
- Last Updated: 4/16/2025
Recomended MCP Servers
AI-powered code quality analysis using MCP to help AI assistants review code more effectively. Analyze git changes for...
A code reasoning MCP server, a fork of sequential-thinking
A Python-based MCP for use in exposing Notion functionality to LLMs (Claude)
CnOCR: Awesome Chinese/English OCR Python toolkits based on PyTorch. It comes with 20+ well-trained models for different application...
This is a TypeScript-based MCP server that provides database interaction capabilities through ArangoDB. It implements core database operations...
My clone repository
An MCP server for local machine in Claude Desktop
MCP server for operating on Markdown knowledge bases
🗂️🤖 Airtable Model Context Protocol Server, for allowing AI systems to interact with your Airtable bases
Things.app MCP Server





