Stock Ticker MCP Server
A demo MCP server that provides rude responses to stock queries.
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
เซิร์ฟเวอร์ที่เกี่ยวข้อง
Scout Monitoring MCP
ผู้สนับสนุนPut performance and error data directly in the hands of your AI assistant.
Alpha Vantage MCP Server
ผู้สนับสนุนAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
MCP Yeoman Server
Search for and run Yeoman generator templates programmatically.
BlenderMCP
Connects Blender to Claude AI via the Model Context Protocol (MCP), enabling direct interaction and control for prompt-assisted 3D modeling, scene creation, and manipulation.
ALAPI
ALAPI MCP Tools,Call hundreds of API interfaces via MCP
UIAutomator2 MCP Server
Automate and control Android devices using the UIAutomator2 framework.
ApostropheCMS
Interact with ApostropheCMS, a Node.js-based content management system, to manage content snippets.
Memorix
Cross-agent memory bridge with knowledge graph, workspace sync, and auto-memory hooks. Supports Windsurf, Cursor, Claude Code, Codex, and VS Code Copilot.
Atlas Docs
Access technical documentation for libraries and frameworks, formatted in clean markdown for LLM consumption.
Profile MCP Server
An example MCP server deployable on Cloudflare Workers without authentication.
Togello MCP Server
An MCP server for managing application context using the Togello API.
GoThreatScope
Go-based SBOM, vulnerability, and secret scanner with MCP support.