Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions smithery-example/financial-server/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Financial Research MCP Server

[![smithery badge](https://smithery.ai/badge/@hollaugo/financial-research-mcp-server)](https://smithery.ai/server/@hollaugo/financial-research-mcp-server)

A comprehensive Model Context Protocol (MCP) server for financial research and analysis, built with FastMCP and deployed on Smithery.

## Features
Expand Down Expand Up @@ -42,6 +44,14 @@ uv run playground

This server is configured for deployment on Smithery. The server module is defined in `src/fin-research-server/server.py` and configured in `pyproject.toml`.

### Installing via Smithery

To install financial-research-mcp-server automatically via [Smithery](https://smithery.ai/server/@hollaugo/financial-research-mcp-server):

```bash
npx -y @smithery/cli install @hollaugo/financial-research-mcp-server
```

## Dependencies

- `yfinance`: Yahoo Finance data access
Expand Down