mcp-finance-server-py
If you are the rightful owner of mcp-finance-server-py and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A minimal MCP server built with Python for financial data retrieval and stock symbol conversion.
The Finance MCP Server is a Python-based minimal Model Context Protocol (MCP) server designed to demonstrate the construction and operation of an MCP server using a financial scenario. It provides two primary tools: one for converting company names into stock symbols and another for fetching financial data from Yahoo Finance. This project serves as an educational resource for those interested in learning how to build and run an MCP server, with a focus on practical application in a simple financial context. The server can be installed in both development and production environments, and it is compatible with various MCP clients, including Claude Desktop.
Features
- Company Name to Stock Symbol Conversion: Converts company names into their respective stock symbols.
- Financial Data Retrieval: Fetches financial data from Yahoo Finance.
- Python-Based: Built using Python, making it accessible and easy to modify for developers.
- Educational Resource: Designed to teach the basics of building and running an MCP server.
- Compatibility: Works with various MCP clients, including Claude Desktop.