# Context7 (mcpb · context7.mcpb)

Up-to-date code docs for any prompt

- Trust score: 46/100 (low)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-20

## Components

- remote · `mcp.context7.com`: 82/100, [markdown](https://verifymcp.io/servers/upstash-context7/mcp.md), [page](https://verifymcp.io/servers/upstash-context7/mcp)
- mcpb · `context7.mcpb`: 46/100 (this document), [markdown](https://verifymcp.io/servers/upstash-context7/https-github-com-upstash-context7-releases-download-mcpb-v4-1-1-context7-mcpb.md), [page](https://verifymcp.io/servers/upstash-context7/https-github-com-upstash-context7-releases-download-mcpb-v4-1-1-context7-mcpb)
- npm · `@upstash/context7-mcp`: 71/100, [markdown](https://verifymcp.io/servers/upstash-context7/upstash-context7-mcp.md), [page](https://verifymcp.io/servers/upstash-context7/upstash-context7-mcp)

## Channel facts

- Registry: `mcpb`
- Package: `https://github.com/upstash/context7/releases/download/mcpb-v4.1.1/context7.mcpb`
- Version: `4.1.1`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-09-20.

- **Supply Chain Security**: 24/100
  - Malware scan not yet available for this package.
  - Known CVEs were checked across the 105 of 105 dependencies we could resolve, so this covers what we could see, not the whole tree.
  - No install/post-install scripts declared.
  - 25 of 105 dependencies flagged as unhealthy.
- **Provenance & Transparency**: 48/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 5 days ago).
  - Publishes a security disclosure policy (SECURITY.md).
- **Schema Quality & AI Usability**: 62/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 1000 tokens (~500/item across 2 items; 2 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: not enough scan history yet (needs a 30-day window).
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 2 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 3 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a current MCP spec version (2026-07-28).

**Unverified: 1 category.** A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

## Install

- Download bundle: `https://github.com/upstash/context7/releases/download/mcpb-v4.1.1/context7.mcpb`

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-09-14 (score 46)

First indexed and scored.

## MCP tools (2)

### `resolve-library-id` (~543 tokens)

Resolve Context7 Library ID

Resolves a package/product name to a Context7-compatible library ID and returns matching libraries.

You MUST call this function before 'Query Documentation' tool to obtain a valid Context7-compatible library ID UNLESS the user explicitly provides a library ID in the format '/org/project' or '/org/project/version' in their query.

Each result includes:
\- Library ID: Context7-compatible identifier (format: /org/project)
\- Name: Library or package name
\- Description: Short summary
\- Code Snippets: Number of available code examples
\- Source Reputation: Authority indicator (High, Medium, Low, or Unknown)
\- Benchmark Score: Quality indicator (100 is the highest score)
\- Versions: List of versions if available. Use one of those versions if the user provides a version in their query. The format of the version is /org/project/version.

For best results, select libraries based on name match, source reputation, snippet coverage, benchmark score, and relevance to your use case.

Selection Process:
1\. Analyze the query to understand what library/package the user is looking for
2\. Return the most relevant match based on:
\- Name similarity to the query (exact matches prioritized)
\- Description relevance to the query's intent
\- Documentation coverage (prioritize libraries with higher Code Snippet counts)
\- Source reputation (consider libraries with High or Medium reputation more authoritative)
\- Benchmark Score: Quality indicator (100 is the highest score)

Response Format:
\- Return the selected library ID in a clearly marked section
\- Provide a brief explanation for why this library was chosen
\- If multiple good matches exist, acknowledge this but proceed with the most relevant one
\- If no good matches exist, clearly state this and suggest query refinements

For ambiguous queries, request clarification before proceeding with a best-guess match.

IMPORTANT: Do not call this tool more than 3 times per question. If you cannot find what you need after 3 calls, use the best result yo…

Input parameters:

- `libraryName` (string, required): Library name to search for and retrieve a Context7-compatible library ID. Use the official library name with proper punctuation — e.g., 'Next.js' instead of 'nextjs', 'Customer.io' instead of 'custom…
- `query` (string, required): What to look up in the library's documentation. This is used to rank library results by relevance to what the user is trying to accomplish. The query is sent to the Context7 API for processing. Do no…

### `query-docs` (~328 tokens)

Query Documentation

Retrieves and queries up-to-date documentation and code examples from Context7 for any programming library or framework.

You must call 'Resolve Context7 Library ID' tool first to obtain the exact Context7-compatible library ID required to use this tool, UNLESS the user explicitly provides a library ID in the format '/org/project' or '/org/project/version' in their query.

Do not call this tool more than 3 times per question.

Input parameters:

- `libraryId` (string, required): Exact Context7-compatible library ID (e.g., '/mongodb/docs', '/vercel/next.js', '/supabase/supabase', '/vercel/next.js/v14.3.0-canary.87') retrieved from 'resolve-library-id' or directly from user qu…
- `query` (string, required): What to look up in the library's documentation, scoped to a single concept. Be specific and include relevant details, but keep each query to one topic — if the user's question spans multiple distinct…

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/upstash-context7/https-github-com-upstash-context7-releases-download-mcpb-v4-1-1-context7-mcpb#diagnostics

## Score history

- 2026-09-20: 46
- 2026-09-19: 46
- 2026-09-18: 46
- 2026-09-17: 46
- 2026-09-16: 46
- 2026-09-15: 46
- 2026-09-14: 46

## Common questions

### What is the Context7 MCP server?

Context7 is an MCP server listed in the public MCP registry as io.github.upstash/context7. Up-to-date code docs for any prompt. This page covers its MCPB bundle (https://github.com/upstash/context7/releases/download/mcpb-v4.1.1/context7.mcpb).

### Is the Context7 MCP server safe to use?

Context7 scores 46 out of 100 on VerifyMCP. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the Context7 MCP server expose?

Context7 exposes 2 tools: resolve-library-id, query-docs. Their descriptions and schemas cost roughly 871 tokens of context every time the server is loaded.

### What licence is the Context7 MCP server under?

Context7 declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.

## Links

- Repository: https://github.com/upstash/context7
- Website: https://context7.com/
- Changelog RSS feed: https://verifymcp.io/servers/upstash-context7/https-github-com-upstash-context7-releases-download-mcpb-v4-1-1-context7-mcpb.xml
- Changelog JSON feed: https://verifymcp.io/servers/upstash-context7/https-github-com-upstash-context7-releases-download-mcpb-v4-1-1-context7-mcpb.json
- HTML version of this page: https://verifymcp.io/servers/upstash-context7/https-github-com-upstash-context7-releases-download-mcpb-v4-1-1-context7-mcpb
