Skip to content

settlegrid/settlegrid-snyk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

settlegrid-snyk

Snyk MCP Server with per-call billing via SettleGrid.

Powered by SettleGrid License: MIT Deploy with Vercel

Query Snyk security data including organizations, projects, and vulnerability issues via the Snyk API.

Quick Start

npm install
cp .env.example .env   # Add your SettleGrid API key
npm run dev

Methods

Method Description Cost
get_current_user() Get the current authenticated Snyk user
list_orgs() List all organizations the current user belongs to
list_projects(orgId: string) List all projects for a given organization
get_project_issues(orgId: string, projectId: string, severity?: string) List all vulnerability issues for a specific project
list_org_issues(orgId: string, limit?: number) List all vulnerability issues for an organization (REST API)

Parameters

get_current_user

list_orgs

list_projects

  • orgId (string, required) — The Snyk organization ID

get_project_issues

  • orgId (string, required) — The Snyk organization ID
  • projectId (string, required) — The Snyk project ID
  • severity (string) — Filter by severity: critical, high, medium, or low

list_org_issues

  • orgId (string, required) — The Snyk organization ID
  • limit (number) — Maximum number of issues to return (default 10, max 50)

Environment Variables

Variable Required Description
SETTLEGRID_API_KEY Yes Your SettleGrid API key from settlegrid.ai
SNYK_API_KEY Yes Snyk API key from https://app.snyk.io/account

Upstream API

Deploy

Docker

docker build -t settlegrid-snyk .
docker run -e SETTLEGRID_API_KEY=sg_live_xxx -p 3000:3000 settlegrid-snyk

Vercel

Click the "Deploy with Vercel" button above, or:

npm run build
vercel --prod

License

MIT - see LICENSE


Built with SettleGrid — The Settlement Layer for the AI Economy

About

MCP server for Snyk with SettleGrid billing. Query Snyk security data including organizations, projects, and vulnerability issues via the Snyk API.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors