Skip to main content
Glama
LoSinCos

Stock Ticker MCP Server

by LoSinCos

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_stock that returns a rude message

  • Compatible with Claude Desktop

Related MCP server: Model Context Protocol Demo

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

Install Server
F
license - not found
A
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    B
    quality
    F
    maintenance
    A Model Context Protocol (MCP) server that provides real-time access to financial market data through the free Alpha Vantage API. This server implements a standardized interface for retrieving stock quotes and company information.
    Last updated
    12
    103
    MIT
  • A
    license
    -
    quality
    D
    maintenance
    A demonstration server for the Model Context Protocol (MCP) that exposes calculator and Yahoo Finance tools, allowing LLMs to interpret natural language requests and make tool calls via the MCP standard.
    Last updated
    1
    Apache 2.0
  • F
    license
    B
    quality
    D
    maintenance
    A minimal MCP server that converts company names to stock symbols and fetches financial data from Yahoo Finance using two example tools.
    Last updated
    2
    4

View all related MCP servers

Related MCP Connectors

  • MCP server exposing the Backtest360 engine API as tools for AI agents.

  • A Model Context Protocol server for Wix AI tools

  • MCP server for Google search results via SERP API

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/LoSinCos/stock-ticker-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server