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/fin-server)](https://smithery.ai/server/@hollaugo/fin-server)

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

## Features
Expand All @@ -25,6 +27,14 @@ The server supports session-specific configuration:

## Usage

### Installing via Smithery

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

```bash
npx -y @smithery/cli install @hollaugo/fin-server
```

### Local Development

```bash
Expand Down