Uploaded April 2025 | Updated September 2026, 2 weeks ago
Yahoo Finance, being one of the largest financial data platforms, offers a wealth of market information, including stock quotes, financial news, and detailed company data. In this tutorial, weโll build a Yahoo Finance MCP server using Python, that can be used with Claude Desktop, VS Code, and other clients, utilizing Yahoo Financeโs publicly accessible API endpoints with simple GET requestsโno API key required.
๐ Access All Source Code (So you don't have to write the code yourself)
โก๏ธ patreon.com/posts/126307158
๐บ Learn how to get started with MCP Server in Python: youtu.be/8g0z3DNi_fU
๐บ Also check out:
โก๏ธ Search Reddit Posts And Subreddits In Claude Desktop With This Reddit MCP Server (Python Based): youtu.be/SzUHJIOvbA8
โก๏ธ Automate Web Browser & Web Scraping With This Playwright MCP Server (Python Based) | Claude Desktop (Python Based): youtu.be/Rzu9_maHqn4
๐ More on Model Context Protocol (MCP): modelcontextprotocol.io/introduction
๐ Show Your Support
โ Paypal: paypal.me/jiejenn/5
โ Venmo: @Jie-Jenn
๐ณ Patreon: patreon.com/JieJenn
โ๏ธ Business Inquiring: YouTube@LearnDataAnalysis.org
00:00:00 - Intro
00:02:09 - Demo
00:03:08 - Development
00:04:04 - Creating YahooFinanceTools.py
00:04:47 - get_current_price Function
00:04:57 - get_company_info Function
00:05:16 - get_historical_stock_prices Function
00:05:49 - get_stock_fundamentals Function
00:06:16 - get_income_statements Function
00:06:57 - get_analyst_recommendations Function
00:07:16 - get_company_news Function
00:07:51 - Finishing YahooFinanceTools Module
00:08:00 - Setting Up MCP Server File
00:08:51 - Testing the MCP Server
#mcp #modelcontextprotocol #claude #claudedesktop #reddit
Yahoo Finance, being one of the largest financial data platforms, offers a wealth of market information, including stock quotes, financial news, and detailed company data. In this tutorial, weโll build a Yahoo Finance MCP server using Python, that can be used with Claude Desktop, VS Code, and other clients, utilizing Yahoo Financeโs publicly accessible API endpoints with simple GET requestsโno API key required.
๐ Access All Source Code (So you don't have to write the code yourself)
โก๏ธ patreon.com/posts/126307158
๐บ Learn how to get started with MCP Server in Python: youtu.be/8g0z3DNi_fU
๐บ Also check out:
โก๏ธ Search Reddit Posts And Subreddits In Claude Desktop With This Reddit MCP Server (Python Based): youtu.be/SzUHJIOvbA8
โก๏ธ Automate Web Browser & Web Scraping With This Playwright MCP Server (Python Based) | Claude Desktop (Python Based): youtu.be/Rzu9_maHqn4
๐ More on Model Context Protocol (MCP): modelcontextprotocol.io/introduction
๐ Show Your Support
โ Paypal: paypal.me/jiejenn/5
โ Venmo: @Jie-Jenn
๐ณ Patreon: patreon.com/JieJenn
โ๏ธ Business Inquiring: YouTube@LearnDataAnalysis.org
00:00:00 - Intro
00:02:09 - Demo
00:03:08 - Development
00:04:04 - Creating YahooFinanceTools.py
00:04:47 - get_current_price Function
00:04:57 - get_company_info Function
00:05:16 - get_historical_stock_prices Function
00:05:49 - get_stock_fundamentals Function
00:06:16 - get_income_statements Function
00:06:57 - get_analyst_recommendations Function
00:07:16 - get_company_news Function
00:07:51 - Finishing YahooFinanceTools Module
00:08:00 - Setting Up MCP Server File
00:08:51 - Testing the MCP Server
#mcp #modelcontextprotocol #claude #claudedesktop #reddit










