Skip to content
Merged
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
27 changes: 21 additions & 6 deletions registries/toolhive/servers/osv/server.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"_meta": {
"io.modelcontextprotocol.registry/publisher-provided": {
"io.github.stacklok": {
"ghcr.io/stackloklabs/osv-mcp/server:0.1.0": {
"ghcr.io/stackloklabs/osv-mcp/server:0.1.1": {
"metadata": {
"last_updated": "2026-03-10T09:35:19Z",
"last_updated": "2026-03-13T17:38:15Z",
"stars": 26
},
"overview": "## OSV MCP Server\n\nThe osv MCP server provides access to the OSV (Open Source Vulnerabilities) database for querying package and commit vulnerabilities. The server offers MCP-based access to the OSV vulnerability database through direct API queries to OSV.dev for vulnerability lookups by package name, version, or commit hash. It supports batch vulnerability queries for multiple packages simultaneously and delivers detailed vulnerability information including CVE IDs, severity scores, and affected versions across multiple programming languages and package managers.",
Expand Down Expand Up @@ -44,7 +44,12 @@
"tier": "Community",
"tool_definitions": [
{
"annotations": {},
"annotations": {
"destructiveHint": false,
"idempotentHint": true,
"openWorldHint": true,
"readOnlyHint": true
},
"description": "Get details for a specific vulnerability by ID",
"inputSchema": {
"properties": {
Expand All @@ -61,7 +66,12 @@
"name": "get_vulnerability"
},
{
"annotations": {},
"annotations": {
"destructiveHint": false,
"idempotentHint": true,
"openWorldHint": true,
"readOnlyHint": true
},
"description": "Query for vulnerabilities affecting multiple packages or commits at once",
"inputSchema": {
"properties": {
Expand Down Expand Up @@ -103,7 +113,12 @@
"name": "query_vulnerabilities_batch"
},
{
"annotations": {},
"annotations": {
"destructiveHint": false,
"idempotentHint": true,
"openWorldHint": true,
"readOnlyHint": true
},
"description": "Query for vulnerabilities affecting a specific package version or commit",
"inputSchema": {
"properties": {
Expand Down Expand Up @@ -156,7 +171,7 @@
"name": "io.github.stacklok/osv",
"packages": [
{
"identifier": "ghcr.io/stackloklabs/osv-mcp/server:0.1.0",
"identifier": "ghcr.io/stackloklabs/osv-mcp/server:0.1.1",
"registryType": "oci",
"transport": {
"type": "streamable-http",
Expand Down