# io.github.mishrasanjeev/agenticorg (npm · agenticorg-mcp-server)

AgenticOrg MCP server for AI agents, A2A discovery, SOP deploy, and MCP tool listing.

- Trust score: 64/100 (medium)
- Change this week: +18
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- npm · `agenticorg-mcp-server`: 64/100 (this document), [markdown](https://verifymcp.io/servers/mishrasanjeev-agenticorg/agenticorg-mcp-server.md), [page](https://verifymcp.io/servers/mishrasanjeev-agenticorg/agenticorg-mcp-server)

## Channel facts

- Registry: `npm`
- Package: `agenticorg-mcp-server`
- Version: `4.0.5`
- 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-08-03.

- **Supply Chain Security**: 86/100
  - No malware found by supply-chain analysis.
  - Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (Apache-2.0).
  - Actively maintained (last published 49 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 71/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 490 tokens (~54/item across 9 items; 9 tools + 0 resources), lean.
  - 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.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 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

### Claude

```bash
claude mcp add mishrasanjeev-agenticorg -- npx -y agenticorg-mcp-server
```

### Codex

```bash
codex mcp add mishrasanjeev-agenticorg -- npx -y agenticorg-mcp-server
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "mishrasanjeev-agenticorg": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "agenticorg-mcp-server"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add mishrasanjeev-agenticorg --command npx --arg -y --arg agenticorg-mcp-server
```

### Hermes

```yaml
mcp_servers:
  mishrasanjeev-agenticorg:
    command: "npx"
    args: ["-y", "agenticorg-mcp-server"]
```

### Other

```json
{
  "mcpServers": {
    "mishrasanjeev-agenticorg": {
      "command": "npx",
      "args": [
        "-y",
        "agenticorg-mcp-server"
      ]
    }
  }
}
```

## 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-08-02 (score 64, +43)

- [security regression] Provenance: unverified → fail
- [security improvement] Install scripts: unverified → pass
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Malware scan: unverified → pass
- [security] Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window).
- [functional improvement] License: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] Schema quality: unverified → good
- [functional] Licence: Apache-2.0

### 2026-08-01 (score 21, −7)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-31 (score 28, −18)

- [security regression] Malware scan: pass → unverified

### 2026-07-30 (score 46, +22)

- [functional improvement] Tool coverage: unverified → 100

### 2026-07-28 (score 24, −22)

- [functional regression] Tool coverage: 100 → unverified
- [functional] First check of Schema quality: unverified

### 2026-07-27 (score 46)

First indexed and scored.

## MCP tools (9)

### `list_agents` (~46 tokens)

List all available AI agents. Optionally filter by domain (finance, hr, marketing, ops).

Input parameters:

- `domain` (string): Filter by domain: finance, hr, marketing, ops

### `run_agent` (~103 tokens)

Run an AI agent by type (e.g. 'ap_processor', 'recon_agent', 'payroll_agent'). Returns the agent's output including confidence score and reasoning trace.

Input parameters:

- `action` (string): Action to perform (default: 'process')
- `agent_type` (string, required): Agent type slug, e.g. 'ap_processor', 'recon_agent', 'support_triage'
- `inputs` (object): Input data for the agent (key-value pairs)

### `get_agent_details` (~39 tokens)

Get full details of a specific agent by ID, including config, tools, confidence thresholds.

Input parameters:

- `agent_id` (string, required): UUID of the agent

### `create_agent_from_sop` (~76 tokens)

Parse a Standard Operating Procedure (SOP) text and create a new AI agent from it. The SOP is analyzed to extract steps, tools, and decision logic.

Input parameters:

- `domain_hint` (string): Domain hint: finance, hr, marketing, ops
- `sop_text` (string, required): The SOP document text to parse

### `deploy_agent` (~43 tokens)

Deploy an agent configuration (from SOP parsing or manual config) to make it live.

Input parameters:

- `config` (object, required): Agent configuration object (from create_agent_from_sop output)

### `list_connectors` (~56 tokens)

List the AgenticOrg native connectors and their status. Note: connectors are NOT directly callable as MCP tools — see docs/mcp-product-model.md (we ship agents-as-tools, not connectors-as-tools). Use this for discovery only.

### `list_mcp_tools` (~61 tokens)

List every AgenticOrg agent exposed as an MCP tool (naming: agenticorg_<agent_type>). Each entry has name, description, and inputSchema. Invoke with `run_agent` or call /api/v1/mcp/call directly.

### `discover_agents_a2a` (~36 tokens)

Discover available agent skills via A2A (Agent-to-Agent) protocol. Returns agent capabilities, input schemas, and domains.

### `get_agent_card` (~30 tokens)

Get the A2A Agent Card — the public discovery document describing this AgenticOrg instance's capabilities.

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/mishrasanjeev-agenticorg/agenticorg-mcp-server#diagnostics

## Score history

- 2026-08-03: 64
- 2026-08-02: 64
- 2026-08-01: 21
- 2026-07-31: 28
- 2026-07-30: 46
- 2026-07-28: 24
- 2026-07-27: 46

## Links

- npm package: https://www.npmjs.com/package/agenticorg-mcp-server
- Socket report: https://socket.dev/npm/package/agenticorg-mcp-server
- Repository: https://github.com/mishrasanjeev/agentic-org
- Changelog RSS feed: https://verifymcp.io/servers/mishrasanjeev-agenticorg/agenticorg-mcp-server/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/mishrasanjeev-agenticorg/agenticorg-mcp-server/changelog.json
- HTML version of this page: https://verifymcp.io/servers/mishrasanjeev-agenticorg/agenticorg-mcp-server
