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
Related Servers
Scout Monitoring MCP
sponsorPut performance and error data directly in the hands of your AI assistant.
Alpha Vantage MCP Server
sponsorAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
Trading Simulator
An MCP server for interacting with the Trading Simulator API to simulate trading activities.
GoDoc MCP
Access real-time Go package documentation from pkg.go.dev.
Web Accessibility MCP Server
An MCP server that provides web accessibility analysis capabilities using axe-core and Puppeteer.
mcp4gql
An MCP server that acts as a bridge, allowing MCP clients to interact with a target GraphQL API.
Figma
Integrate Figma design data with AI coding tools using a local MCP server.
DeepWiki by Devin
Remote, no-auth MCP server providing AI-powered codebase context and answers
Intlayer
A MCP Server that enhance your IDE with AI-powered assistance for Intlayer i18n / CMS tool: smart CLI access, versioned docs.
Replicate Ideogram V3 Balanced
Generate images using the Ideogram V3 Balanced model on Replicate.
Recent Go MCP Server
Provides Go language updates and best practices in a structured Markdown format for LLM coding agents.
Frame0 MCP Server
Create and modify wireframes in the Frame0 app through natural language prompts.