MCP.so
Sign In
Servers

Finance MCP Server

@esurovtsev

A minimal MCP server built with Python that exposes two example tools: one to convert a company name into a stock symbol, and another to fetch financial data from Yahoo Finance. The project focuses on learning how to build and run an MCP server—using a simple financial scenario p

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "mcp-finance-server-py": {
      "command": "uv",
      "args": [
        "pip",
        "install",
        "-e",
        "."
      ]
    }
  }
}

More from Finance & Commerce