You're viewing a demo portfolio

Join the waitlist
PRSM

search

Active

Tool of Nuget

declared in 0.1.0

Search the NuGet .NET package registry by free text. Returns package id, description, authors, total downloads, and latest version for up to 1000 matches; optionally includes prerelease packages.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "query": "json serialization"
    },
    {
      "take": 50,
      "query": "logging framework",
      "prerelease": true
    }
  ],
  "required": [
    "query"
  ],
  "properties": {
    "skip": {
      "type": "number",
      "description": "0-based offset"
    },
    "take": {
      "type": "number",
      "description": "Max results, 1-1000 (default 20)"
    },
    "query": {
      "type": "string",
      "description": "Free-text query"
    },
    "prerelease": {
      "type": "boolean",
      "description": "Include prerelease packages (default false)"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Nuget

https://github.com/pipeworx-io/mcp-nuget

1/7 registries
View full server →