Skip to content
Open
Show file tree
Hide file tree
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
21 changes: 21 additions & 0 deletions .github/workflows/mcp-shield.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: MCP Shield
on: [push, pull_request]

permissions:
contents: read
pull-requests: write
security-events: write

jobs:
scan:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.12'
- uses: astral-sh/setup-uv@v6
- run: uv sync
- uses: thuggeelya/mcp-shield-action@v1
with:
server: 'uv run python server.py'
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Financial Datasets MCP Server

[![MCP Shield](https://img.shields.io/badge/MCP_Shield-A%2B_(99)-brightgreen)](https://github.com/thuggeelya/mcp-shield)

## Introduction

This is a Model Context Protocol (MCP) server that provides access to stock market data from [Financial Datasets](https://www.financialdatasets.ai/).
Expand Down