✨ From vibe coding to vibe deployment. UBOS MCP turns ideas into infra with one message.

Learn more

Stock Ticker MCP Server

smithery badge

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_stock that 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

  1. 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"]
    }
  }
}
  1. Restart Claude Desktop
  2. Look for the hammer icon to access the tool

Featured Templates

View More
Customer service
Multi-language AI Translator
136 921
AI Assistants
Image to text with Claude 3
152 1366
AI Assistants
Talk with Claude 3
159 1523
AI Engineering
Python Bug Fixer
119 1433
Data Analysis
Pharmacy Admin Panel
252 1957

Start your free trial

Build your solution today. No credit card required.

Sign In

Register

Reset Password

Please enter your username or email address, you will receive a link to create a new password via email.