com.driflyte/driflyte-mcp-server
NPM · @DRIFLYTE/MCP-SERVER · 3 COMPONENTS · SCANNED AUG 3
Driflyte MCP server which lets AI assistants query topic-specific knowledge from web and GitHub.
Available components
Degraded
One or more channels of this server are currently unreachable; their trust score is decaying and will reach 0 if they stay down.
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. How we score →
Supply Chain Security87
- No malware found by supply-chain analysis.Pass
- Only part of the dependency tree could be resolved (108 of 109), so this covers what we could see, not the whole tree.Partial
- No install/post-install scripts declared.Pass
- Only part of the dependency tree could be resolved (108 of 109), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency44
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 306 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability56
- AI-judged instruction clarity (good).Pass
- Context-footprint check failed: tool/resource definitions use about 812 tokens (~406/item across 2 items; 2 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
- Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 100% of tool parameters carry a description.Pass
- Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Capabilities60
- Spec-recency check failed: implements MCP spec 2025-06-18; the latest is 2026-07-28. See how to fix → Fail
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
npm · @driflyte/mcp-server
claude mcp add com-driflyte-driflyte-mcp-server -- npx -y @driflyte/mcp-server
codex mcp add com-driflyte-driflyte-mcp-server -- npx -y @driflyte/mcp-server
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"com-driflyte-driflyte-mcp-server": {
"type": "local",
"command": [
"npx",
"-y",
"@driflyte/mcp-server"
],
"enabled": true
}
}
} openclaw mcp add com-driflyte-driflyte-mcp-server --command npx --arg -y --arg @driflyte/mcp-server
mcp_servers:
com-driflyte-driflyte-mcp-server:
command: "npx"
args: ["-y", "@driflyte/mcp-server"] {
"mcpServers": {
"com-driflyte-driflyte-mcp-server": {
"command": "npx",
"args": [
"-y",
"@driflyte/mcp-server"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 3 Aug 26 +19
- Provenance: unverified → fail ▼ security
- Known CVEs: unverified → partial ▲ security
- Install scripts: unverified → pass ▲ security
- Maintenance: unverified → pass ▲ functional
- Stability: unverified → 0.27 ▲ functional
- License: unverified → pass ▲ functional
- Dependency health: unverified → partial ▲ functional
- Licence: MIT functional
- 2 Aug 26 −8
- Install scripts: pass → unverified ▼ security
- Provenance: fail → unverified ▼ security
- Maintenance: pass → unverified ▼ functional
- License: pass → unverified ▼ functional
- Licence: MIT functional
- 1 Aug 26 +39
- Malware scan: unverified → pass ▲ security
- Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
- MCP protocol: unverified → fail ▼ functional
- Tool coverage: unverified → 100 ▲ functional
- 31 Jul 26 −2
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 30 Jul 26 −60
- Known CVEs: partial → unverified ▼ security
- Malware scan: pass → unverified ▼ security
- Tool coverage: 100 → unverified ▼ functional
- Dependency health: partial → unverified ▼ functional
- First check of Schema quality: unverified functional
- 29 Jul 26 +11
- Schema quality: unverified → good ▲ functional
- 28 Jul 26 +22
- Provenance: unverified → fail ▼ security
- Known CVEs: unverified → partial ▲ security
- Install scripts: unverified → pass ▲ security
- Maintenance: unverified → pass ▲ functional
- License: unverified → pass ▲ functional
- Dependency health: unverified → partial ▲ functional
- Licence: MIT functional
- 27 Jul 26 42
First indexed and scored.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 3 Aug 2026 · Analysed npm/@driflyte/[email protected]
Provenance none
Ecosystem: npm · Outcome: none
Dependencies 108 packages
108 packages in the resolved dependency tree · 108 deprecated · 32 stale.
The dependency tree was only partially resolved, so these counts may be incomplete.
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.
list-topics ~53
Returns a list of topics for which resources (web pages, etc ...) have been crawled and content is available. This allows AI assistants to discover the most relevant and up-to-date subject areas currently indexed by the crawler.
Input schema present but exposes no named parameters.
| Name | Type | Req | Description |
|---|---|---|---|
| topics | array | yes | List of the supported topics. |
No examples provided.
search ~164
Given a list of topics and a user question, this tool retrieves the top-K most relevant documents from the crawled content. It is designed to help AI assistants surface the most contextually appropriate and up-to-date information for a specific topic and query. This enables more informed and accurate responses based on real-world, topic-tagged web content.
| Name | Type | Req | Description |
|---|---|---|---|
| query | string | — | The natural language query or question for which relevant information is being sought. This will be used to rank documents by semantic relevance. |
| topK | number | — | The maximum number of relevant documents to return. Results are sorted by descending relevance score. |
| topics | array | yes | A list of one or more topic identifiers to constrain the search space. Only documents tagged with at least one of these topics will be considered. |
| Name | Type | Req | Description |
|---|---|---|---|
| documents | array | yes | — |
No examples provided.