Look up an entry on the Small Print record
lookup_entryLook up the Small Print record for a named MCP server, skill, or plugin to confirm it exists and see versions, changes, grades, and advisories. Use it first when nothing is known about an entry.
Instructions
What the record holds for one MCP server, skill or plugin: versions on record, the tools read from the pinned version, how many releases changed the small print and the worst grade, and the advisories that name it. Use it first, when nothing about the entry is known yet, or to confirm an entry exists before the other tools; use changes_since for the diffs and advisories_for for advisory detail. Not for private or unpublished servers, which have no page. Read-only: one HTTPS GET to smallprint.dev per call, no account, no key, nothing about the caller sent, and the server or skill asked about is never run or contacted. Rate limited to one entry per request; a 429 answer says to wait a minute. A name not in the catalog returns a plain error, not a guess.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The entry, with its registry prefix when known: npm:@scope/name, pypi:name, mcp-registry:io.github.owner/server, skills.sh:owner/repo/skill, oci:ghcr.io/owner/image. A bare name is read as an npm package. Case-sensitive, up to 300 characters. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| kind | Yes | ||
| toolsRead | Yes | ||
| advisories | Yes | ||
| worstGrade | Yes | ||
| canonicalName | Yes | ||
| latestVersion | Yes | ||
| releasesChanged | Yes | ||
| versionsOnRecord | Yes |