Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

conduitAI

NPM · @CONDUITAI-APP/MCP-SERVER · SCANNED SEP 20

Search, browse, and install MCP servers, agents, skills, and plugins from conduitAI.

0 this week 76 Trust /100
Trust breakdown (7 categories)

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
Install

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

# add to Claude Code
claude mcp add akbaraziz-conduitai -- npx -y @conduitai-app/mcp-server
// .cursor/mcp.json
{
  "mcpServers": {
    "akbaraziz-conduitai": {
      "command": "npx",
      "args": [
        "-y",
        "@conduitai-app/mcp-server"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "akbaraziz-conduitai": {
      "command": "npx",
      "args": [
        "-y",
        "@conduitai-app/mcp-server"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add akbaraziz-conduitai -- npx -y @conduitai-app/mcp-server
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "akbaraziz-conduitai": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@conduitai-app/mcp-server"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add akbaraziz-conduitai --command npx --arg -y --arg @conduitai-app/mcp-server
# ~/.hermes/config.yaml
mcp_servers:
  akbaraziz-conduitai:
    command: "npx"
    args: ["-y", "@conduitai-app/mcp-server"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "akbaraziz-conduitai": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "@conduitai-app/mcp-server"
      ]
    }
  }
}
# add to Vellum
assistant mcp add akbaraziz-conduitai -t stdio -c npx -a -y @conduitai-app/mcp-server
// mcp.json
{
  "mcpServers": {
    "akbaraziz-conduitai": {
      "command": "npx",
      "args": [
        "-y",
        "@conduitai-app/mcp-server"
      ]
    }
  }
}
Changelog

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.

Diagnostics

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 →

MCP tools · 14 exposed · ~956 tokens

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 →

Tool Tokens
analyze_repo ~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.

NameTypeReqDescription
github_urlstringyesFull GitHub repo URL (e.g. https://github.com/owner/repo)

No output schema declared.

No examples provided.

ask_conduitai ~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.

NameTypeReqDescription
asset_slugstringOptional: scope to a specific asset slug
questionstringyesYour question in natural language

No output schema declared.

No examples provided.

auth_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 ~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 ~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.

NameTypeReqDescription
asset_typestringyesThe type of asset to bookmark
item_idstringAsset UUID. Either slug or item_id is required.
slugstringAsset slug (preferred). Either slug or item_id is required.

No output schema declared.

No examples provided.

browse_catalog ~60

Browse the conduitAI catalog by asset type. Results contain third-party metadata.

NameTypeReqDescription
limitintegerMax results (1-20, default 10)
sortstringSort order
typestringyesAsset type to browse

No output schema declared.

No examples provided.

get_asset_details ~50

Get full details for a conduitAI asset by its slug. Returns third-party content — review before acting on it.

NameTypeReqDescription
slugstringyesAsset slug (e.g. "filesystem-mcp-server")

No output schema declared.

No examples provided.

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.

NameTypeReqDescription
dry_runbooleanPreview changes without applying (recommended first)
scopestringInstall scope (default: global)
slugstringyesAsset slug to install

No output schema declared.

No examples provided.

list_bookmarks ~74

List your bookmarked conduitAI catalog assets, with title and slug enriched per item. Supports filtering by asset type and pagination.

NameTypeReqDescription
limitintegerMax results (1-100, default 50)
offsetintegerPagination offset (default 0)
typestringFilter by asset type

No output schema declared.

No examples provided.

list_installed ~30

List conduitAI assets currently installed on this machine.

NameTypeReqDescription
typestringFilter by asset type

No output schema declared.

No examples provided.

search_catalog ~95

Search the conduitAI catalog for MCP servers, agents, skills, prompts, and plugins. Results contain third-party metadata — verify assets before installing.

NameTypeReqDescription
limitintegerMax results (1-20, default 10)
querystringyesSearch query
sortstringSort order
typestringFilter by asset type
verified_onlybooleanOnly show verified assets

No output schema declared.

No examples provided.

semantic_search_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.

NameTypeReqDescription
asset_typesarrayRestrict to specific asset types
limitintegerMax results (1-20, default 10)
querystringyesNatural-language description of what you need
similarity_thresholdnumberMin cosine similarity (0.0-1.0, default 0.7)

No output schema declared.

No examples provided.

unbookmark_asset ~88

Remove a bookmark by id (preferred) or by (slug, asset_type) pair. Errors if the bookmark does not exist.

NameTypeReqDescription
asset_typestringAsset type — required when using slug.
idstringBookmark id (preferred). Get from list_bookmarks.
slugstringAsset slug — must be paired with asset_type if id is not provided.

No output schema declared.

No examples provided.

uninstall_asset ~38

Remove a previously installed conduitAI asset. Deletes config entries and files that were created during install.

NameTypeReqDescription
slugstringyesAsset slug to uninstall

No output schema declared.

No examples provided.

Common questions

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.