mcp-server-yahoo-finance MCP server
@wrale
About mcp-server-yahoo-finance MCP server
MCP Server for Yahoo Finance (STATUS: PRE-ALPHA)
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-server-yahoo-finance": {
"command": "uv",
"args": [
"sync"
]
}
}
}Tools
1Adds a new note to the server
Overview
What is mcp-server-yahoo-finance?
mcp-server-yahoo-finance is an MCP server intended for use with Yahoo Finance data. The server implements a simple note storage system with custom note:// URI scheme, a summarizing prompt, and a tool to add notes. It is designed to run as a Model Context Protocol server.
How to use mcp-server-yahoo-finance?
Install via uvx (published) or uv run (development) and configure in Claude Desktop’s claude_desktop_config.json. For published servers use the command uvx mcp-server-yahoo-finance; for development use uv --directory <path> run mcp-server-yahoo-finance.
Key features of mcp-server-yahoo-finance
- Custom note:// URI scheme for accessing individual notes
- summarize-notes prompt with optional style argument (brief/detailed)
- add-note tool taking required "name" and "content" strings
- Each note resource includes name, description, and text/plain mimetype
Use cases of mcp-server-yahoo-finance
- Storing and managing notes through MCP
- Generating summaries of stored notes with MCP prompts
- Adding notes programmatically via MCP tools
- Integrating note-taking functionality into MCP clients
FAQ from mcp-server-yahoo-finance
What transport does mcp-server-yahoo-finance use?
The server runs over stdio, which is the standard transport for MCP servers.
How is mcp-server-yahoo-finance installed?
It is installed via uvx for published servers or via uv run for development builds, configured in the Claude Desktop configuration file.
How can I debug mcp-server-yahoo-finance?
Use the MCP Inspector: npx @modelcontextprotocol/inspector uv --directory <path> run mcp-server-yahoo-finance.
How do I build and publish mcp-server-yahoo-finance?
Run uv sync to sync dependencies, uv build to create distributions, then uv publish to upload to PyPI with token or username/password credentials.
Does mcp-server-yahoo-finance require authentication?
The README does not specify any authentication mechanism for the server itself.
More Finance & Commerce MCP servers
Defeatbeta Api
defeat-betaAn open-source alternative to Yahoo Finance's market data APIs with higher reliability.
MetaTrader 5 MCP Server
QoyyuumA Model Context Protocol (MCP) server for interacting with the MetaTrader 5 trading platform. This server provides AI assistants with tools and resources to access market data, perform trading operations, and analyze trading history.
Financial Datasets MCP Server
financial-datasetsAn MCP server for interacting with the Financial Datasets stock market API.
Crypto Price & Market Analysis MCP Server
truss44A Model Context Protocol (MCP) server that provides real-time cryptocurrency analysis via CoinCap's API. Enables Claude and other MCP clients to fetch crypto prices, analyze market trends, and track historical data.
Armor Crypto MCP
armorwalletThe MCP server for interacting with Blockchain, Swaps, Strategic Planning and more.
Comments