mcp-server-yahoo-finance
by MCP-Mirror
MCP Server for Yahoo Finance provides components for note storage and summarization. It includes resources, prompts, and tools for managing and interacting with notes.
Last updated: N/A
What is mcp-server-yahoo-finance?
This is an MCP server designed to work with Yahoo Finance data, providing capabilities for storing, managing, and summarizing notes. It utilizes the Model Context Protocol (MCP) to interact with other applications.
How to use mcp-server-yahoo-finance?
To use this server, configure it within a compatible MCP environment like Claude Desktop. Install the server by following the quickstart instructions, which involve setting up the claude_desktop_config.json
file with the correct command and arguments. Utilize the provided resources, prompts, and tools to add, access, and summarize notes.
Key features of mcp-server-yahoo-finance
Custom note:// URI scheme
Note summarization prompt with style options
Add-note tool with name and content arguments
Resource change notifications
MCP Inspector debugging support
Use cases of mcp-server-yahoo-finance
Storing research notes on financial data
Summarizing key insights from Yahoo Finance articles
Integrating financial analysis notes with other MCP-compatible tools
Automating note-taking during financial analysis
Creating a knowledge base of financial information
FAQ from mcp-server-yahoo-finance
How do I install the server?
How do I install the server?
Follow the Quickstart instructions in the README, specifically configuring the claude_desktop_config.json
file.
What are the required arguments for the add-note tool?
What are the required arguments for the add-note tool?
The add-note
tool requires name
and content
as string arguments.
How can I debug the server?
How can I debug the server?
The README recommends using the MCP Inspector for the best debugging experience.
What is the purpose of the summarize-notes prompt?
What is the purpose of the summarize-notes prompt?
The summarize-notes
prompt generates summaries of all stored notes, with an optional style
argument to control detail level.
Where are the package distributions created?
Where are the package distributions created?
The package distributions are created in the dist/
directory after running uv build
.