Stock Ticker MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Stock Ticker MCP Serversearch for Apple stock price"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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 messageCompatible 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 claudeManual Installation
# Create and activate virtual environment
python -m venv .venv
source .venv/bin/activate
# Install dependencies
uv pip install -r requirements.txtUsage 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
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- AlicenseBqualityFmaintenanceA 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 updated12103MIT
- Alicense-qualityDmaintenanceA 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 updated1Apache 2.0
- FlicenseBqualityDmaintenanceA minimal MCP server that converts company names to stock symbols and fetches financial data from Yahoo Finance using two example tools.Last updated24
- FlicenseAqualityCmaintenanceA simple local MCP server that provides greeting and integer addition tools.Last updated2
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
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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