conduitAI
NPM · @CONDUITAI-APP/MCP-SERVER · SCANNED SEP 20
Search, browse, and install MCP servers, agents, skills, and plugins from conduitAI.
Available components
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 → Why this is hard to score →
Supply Chain Security98
- No malware found by supply-chain analysis.Pass
- No known CVEs affecting this package version or its production dependencies.Pass
- No install/post-install scripts declared.Pass
- 31 of 97 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency19
- Repository check failed: the declared repository URL returned HTTP 404. See how to fix → View diagnostics → Fail
- 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 104 days ago).Pass
- Security-disclosure policy not yet verified: we couldn't inspect the source repository.Unverified
Schema Quality & AI Usability75
- AI-judged instruction clarity (good).Pass
- Tool/resource definitions use about 956 tokens (~68/item across 14 items; 14 tools + 0 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management83
- Stability observed for 25 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
Tool Safety100
- No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
- All 2 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation.Pass
- An AI judge read all 14 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
How do I install the conduitAI MCP server?
conduitAI runs locally as an npm package, launched with npx -y @conduitai-app/mcp-server. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.
npm · @conduitai-app/mcp-server
claude mcp add akbaraziz-conduitai -- npx -y @conduitai-app/mcp-server
{
"mcpServers": {
"akbaraziz-conduitai": {
"command": "npx",
"args": [
"-y",
"@conduitai-app/mcp-server"
]
}
}
} {
"servers": {
"akbaraziz-conduitai": {
"command": "npx",
"args": [
"-y",
"@conduitai-app/mcp-server"
]
}
}
} codex mcp add akbaraziz-conduitai -- npx -y @conduitai-app/mcp-server
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"akbaraziz-conduitai": {
"type": "local",
"command": [
"npx",
"-y",
"@conduitai-app/mcp-server"
],
"enabled": true
}
}
} openclaw mcp add akbaraziz-conduitai --command npx --arg -y --arg @conduitai-app/mcp-server
mcp_servers:
akbaraziz-conduitai:
command: "npx"
args: ["-y", "@conduitai-app/mcp-server"] {
"McpServers": {
"akbaraziz-conduitai": {
"Transport": "stdio",
"Command": "npx",
"Arguments": [
"-y",
"@conduitai-app/mcp-server"
]
}
}
} assistant mcp add akbaraziz-conduitai -t stdio -c npx -a -y @conduitai-app/mcp-server
{
"mcpServers": {
"akbaraziz-conduitai": {
"command": "npx",
"args": [
"-y",
"@conduitai-app/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.
- 19 Sept 26 −3
- Stability: pass → 0.80 functional
- 18 Sept 26 +1
- Stability: 0.97 → pass security
- 16 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 90 to 93. That category is still filling its 30-day observation window: 27 days of observed history at the previous scan, 28 at this one. The score rises as the window fills, whether or not the server changes.
- 14 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.
- 12 Sept 26 −3
- Stability: pass → 0.80 functional
- 11 Sept 26 +1
- Stability: 0.97 → pass security
- 9 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 90 to 93. That category is still filling its 30-day observation window: 27 days of observed history at the previous scan, 28 at this one. The score rises as the window fills, whether or not the server changes.
- 7 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.
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 20 Sept 2026 · Analysed npm/@conduitai-app/mcp-server@1.299.1
Provenance No attestation
The registry publishes no build provenance for this version, so there is nothing to verify.
| Result | No attestation |
|---|---|
| Ecosystem | npm |
Background: How many MCP packages publish verified provenance →
Dependencies 97 packages
| Packages resolved | 97 |
|---|---|
| Stale | 31 |
| Tree resolution | Complete |
Background: SBOMs and build attestations, explained →
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. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →
analyze_repo Analyze a GitHub repository ~86
Analyze any public GitHub repository for safety and maintenance signals. Returns stars, forks, license, last-push date, and a heuristic risk summary (archived, abandoned, no license, missing SECURITY.md). Read-only; uses the public GitHub REST API.
| Name | Type | Req | Description |
|---|---|---|---|
| github_url | string | yes | Full GitHub repo URL (e.g. https://github.com/owner/repo) |
No output schema declared.
No examples provided.
ask_conduitai Ask conduitAI knowledge base ~77
Ask a question about conduitAI, MCP servers, or any catalog asset. Returns an AI-generated answer grounded in the conduitAI knowledge base, with cited sources. Stateless — each call is independent.
| Name | Type | Req | Description |
|---|---|---|---|
| asset_slug | string | – | Optional: scope to a specific asset slug |
| question | string | yes | Your question in natural language |
No output schema declared.
No examples provided.
auth_status Check authentication status ~19
Check if you are currently signed in to conduitAI.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
authenticate Authenticate with conduitAI ~29
Sign in to conduitAI. Opens a browser window where you can log in. Required before using other tools.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
bookmark_asset Bookmark a catalog asset ~112
Save a conduitAI catalog asset (MCP server, agent, skill, prompt, plugin, MCP client) to your bookmarks for later. Idempotent: bookmarking an already-bookmarked asset is a no-op. Capacity is capped at 1000 per user.
| Name | Type | Req | Description |
|---|---|---|---|
| asset_type | string | yes | The type of asset to bookmark |
| item_id | string | – | Asset UUID. Either slug or item_id is required. |
| slug | string | – | Asset slug (preferred). Either slug or item_id is required. |
No output schema declared.
No examples provided.
browse_catalog Browse conduitAI catalog ~60
Browse the conduitAI catalog by asset type. Results contain third-party metadata.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | – | Max results (1-20, default 10) |
| sort | string | – | Sort order |
| type | string | yes | Asset type to browse |
No output schema declared.
No examples provided.
get_asset_details Get asset details ~50
Get full details for a conduitAI asset by its slug. Returns third-party content — review before acting on it.
| Name | Type | Req | Description |
|---|---|---|---|
| slug | string | yes | Asset slug (e.g. "filesystem-mcp-server") |
No output schema declared.
No examples provided.
install_asset Install asset ~80
Install a conduitAI asset to your local environment. Modifies config files on disk. Use dry_run=true to preview changes first. Install specs are cryptographically signed.
| Name | Type | Req | Description |
|---|---|---|---|
| dry_run | boolean | – | Preview changes without applying (recommended first) |
| scope | string | – | Install scope (default: global) |
| slug | string | yes | Asset slug to install |
No output schema declared.
No examples provided.
list_bookmarks List your bookmarks ~74
List your bookmarked conduitAI catalog assets, with title and slug enriched per item. Supports filtering by asset type and pagination.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | – | Max results (1-100, default 50) |
| offset | integer | – | Pagination offset (default 0) |
| type | string | – | Filter by asset type |
No output schema declared.
No examples provided.
list_installed List installed assets ~30
List conduitAI assets currently installed on this machine.
| Name | Type | Req | Description |
|---|---|---|---|
| type | string | – | Filter by asset type |
No output schema declared.
No examples provided.
search_catalog Search conduitAI catalog ~95
Search the conduitAI catalog for MCP servers, agents, skills, prompts, and plugins. Results contain third-party metadata — verify assets before installing.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | – | Max results (1-20, default 10) |
| query | string | yes | Search query |
| sort | string | – | Sort order |
| type | string | – | Filter by asset type |
| verified_only | boolean | – | Only show verified assets |
No output schema declared.
No examples provided.
semantic_search_catalog Semantic search conduitAI catalog ~118
Search the conduitAI catalog using natural-language understanding (semantic + keyword). Best for "find me a tool that does X" queries. Returns assets ranked by combined vector similarity + full-text relevance.
| Name | Type | Req | Description |
|---|---|---|---|
| asset_types | array | – | Restrict to specific asset types |
| limit | integer | – | Max results (1-20, default 10) |
| query | string | yes | Natural-language description of what you need |
| similarity_threshold | number | – | Min cosine similarity (0.0-1.0, default 0.7) |
No output schema declared.
No examples provided.
unbookmark_asset Remove a bookmark ~88
Remove a bookmark by id (preferred) or by (slug, asset_type) pair. Errors if the bookmark does not exist.
| Name | Type | Req | Description |
|---|---|---|---|
| asset_type | string | – | Asset type — required when using slug. |
| id | string | – | Bookmark id (preferred). Get from list_bookmarks. |
| slug | string | – | Asset slug — must be paired with asset_type if id is not provided. |
No output schema declared.
No examples provided.
uninstall_asset Uninstall asset ~38
Remove a previously installed conduitAI asset. Deletes config entries and files that were created during install.
| Name | Type | Req | Description |
|---|---|---|---|
| slug | string | yes | Asset slug to uninstall |
No output schema declared.
No examples provided.
What is the conduitAI MCP server?
conduitAI is an MCP server listed in the public MCP registry as io.github.akbaraziz/conduitai. Search, browse, and install MCP servers, agents, skills, and plugins from conduitAI. This page covers its npm package (@conduitai-app/mcp-server).
Is the conduitAI MCP server safe to use?
conduitAI scores 76 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. 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 conduitAI MCP server expose?
conduitAI exposes 14 tools: authenticate, auth_status, search_catalog, get_asset_details, browse_catalog, and 9 more. Their descriptions and schemas cost roughly 956 tokens of context every time the server is loaded.
Is the conduitAI MCP server still maintained?
conduitAI is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.
What licence is the conduitAI MCP server under?
conduitAI declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.