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
Verwandte Server
Alpha Vantage MCP Server
SponsorAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
Tauri Development MCP Server
Build, test, and debug mobile and desktop apps with the Tauri framework faster with automated UI interaction, screenshots, DOM state, and console logs from your app under development.
AI Sessions
Searching and access your AI coding sessions from Claude Code, Gemini CLI, opencode, and OpenAI Codex.
zeuxis
Let AI agents capture screenshots themselves
MCP Advisor
Access the Model Context Protocol specification through prompts and resources.
Calva Backseat Driver
An MCP server for the Calva VS Code extension, allowing AI assistants to interact with a live Clojure REPL.
Testomat.io
Integrate Testomat.io API with AI assistants for test management.
SeedDream 3.0 FAL
Generate images using Bytedance's SeedDream 3.0 model via the FAL AI platform. Requires a FAL AI API key.
MantisBT MCP Server
Integrates MantisBT bug tracker into Claude and other MCP clients via the REST API. Read and manage issues, notes, file attachments, tags, relationships, and monitors — with optional offline semantic search across all issues.
Tidymodels MCP Server
An MCP server for accessing tidymodels GitHub information and generating code.
Claude Code MCP
Orchestrates multiple Claude Code agents across iTerm2 sessions, providing centralized management and inter-agent communication.