# io.github.david-steel/otp-mcp-server (npm · @orgtp/mcp-server)

Public MCP for OTP (orgtp.com). Query cross-org best practices, learnings, publishers, patterns.

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

## Components

- npm · `@orgtp/mcp-server`: 67/100 (this document), [markdown](https://verifymcp.io/servers/david-steel-otp-mcp-server/orgtp-mcp-server.md), [page](https://verifymcp.io/servers/david-steel-otp-mcp-server/orgtp-mcp-server)

## Channel facts

- Registry: `npm`
- Package: `@orgtp/mcp-server`
- Version: `0.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-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 (MIT).
  - Actively maintained (last published 85 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 661 tokens (~66/item across 10 items; 10 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 92/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 77% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add david-steel-otp-mcp-server -- npx -y @orgtp/mcp-server
```

### Codex

```bash
codex mcp add david-steel-otp-mcp-server -- npx -y @orgtp/mcp-server
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "david-steel-otp-mcp-server": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@orgtp/mcp-server"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add david-steel-otp-mcp-server --command npx --arg -y --arg @orgtp/mcp-server
```

### Hermes

```yaml
mcp_servers:
  david-steel-otp-mcp-server:
    command: "npx"
    args: ["-y", "@orgtp/mcp-server"]
```

### Other

```json
{
  "mcpServers": {
    "david-steel-otp-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@orgtp/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 67, +47)

- [security regression] Provenance: unverified → fail
- [security improvement] Install scripts: unverified → pass
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Malware scan: unverified → pass
- [functional regression] Security disclosure: fail → unverified
- [functional regression] Tool coverage: 100 → unverified
- [functional improvement] License: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] Stability: unverified → 0.23
- [functional improvement] Schema quality: unverified → good
- [functional] First check of Schema quality: unverified
- [functional] Licence: MIT

### 2026-07-31 (score 20, −25)

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

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

First indexed and scored.

## MCP tools (10)

### `otp_about` (~40 tokens)

Explain what OTP (Organization Transport Protocol) is, what problem it solves, and how it works. Start here if you've never heard of OTP. No arguments.

### `otp_search_best_practices` (~97 tokens)

Search OTP's public best practices library across all publishing organizations. Returns vetted operational patterns that have worked in real companies. Use for any 'what's the best way to...' question.

Input parameters:

- `limit` (number): Max results (default 10, max 50).
- `query` (string, required): Natural-language description of the topic, e.g. 'pipeline reactivation', 'agent retirement protocol', 'L10 meeting structure'.

### `otp_network_learnings` (~76 tokens)

Surface what organizations on the OTP network have learned recently. Each learning is a captured correction or success: what failed, what to do, why. The cross-org coordination intelligence feed.

Input parameters:

- `limit` (number): Max results (default 20).
- `since_days` (number): Look back this many days (default 7).

### `otp_list_publishers` (~46 tokens)

List organizations actively publishing on OTP. Returns name, slug, publish count, and last-publish date for each.

Input parameters:

- `limit` (number): Max results (default 25).

### `otp_get_org` (~68 tokens)

Get a specific organization's public profile: who they are, what they publish, their agent roster (if exposed), and links to their work.

Input parameters:

- `slug` (string, required): The org's OTP slug (e.g. 'sneeze-it'). If unknown, use otp_list_publishers first.

### `otp_get_patterns` (~68 tokens)

Surface convergent patterns across OTP organizations: practices that multiple orgs have independently arrived at. The 'everyone is solving this the same way' signal.

Input parameters:

- `limit` (number)
- `topic` (string): Optional topic filter, e.g. 'sales', 'agents', 'ops'.

### `otp_rules_for_role` (~87 tokens)

Get the rules and learnings that apply to a specific role or agent type. Useful when you're building an agent and want to inherit the network's accumulated wisdom for that seat.

Input parameters:

- `limit` (number)
- `role` (string, required): Role or agent archetype, e.g. 'chief-of-staff', 'sales-agent', 'project-manager', 'ad-analyst'.

### `otp_sample_kpis` (~65 tokens)

Show what KPIs OTP-publishing organizations are tracking. Useful for benchmarking your own scorecard against the network.

Input parameters:

- `category` (string): Optional category filter, e.g. 'revenue', 'ops', 'agents', 'people'.
- `limit` (number)

### `otp_publishing_guide` (~48 tokens)

Return the step-by-step guide for becoming an OTP publisher: how to capture learnings, publish your first OOS claim, and connect your agent army to the network. No arguments.

### `otp_get_org_chart` (~66 tokens)

Fetch a publisher's public agent + human org chart. Shows seats, accountability, and which seats are filled by humans vs agents. Powerful for seeing what an L8 organization actually looks like.

Input parameters:

- `slug` (string, required): Publisher slug (e.g. 'sneeze-it').

## Diagnostics

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

## Score history

- 2026-08-03: 67
- 2026-08-02: 67
- 2026-08-01: 20
- 2026-07-31: 20
- 2026-07-30: 45
- 2026-07-28: 45
- 2026-07-27: 45

## Links

- npm package: https://www.npmjs.com/package/@orgtp/mcp-server
- Socket report: https://socket.dev/npm/package/@orgtp/mcp-server
- Repository: https://github.com/david-steel/otp-mcp-server
- Changelog RSS feed: https://verifymcp.io/servers/david-steel-otp-mcp-server/orgtp-mcp-server/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/david-steel-otp-mcp-server/orgtp-mcp-server/changelog.json
- HTML version of this page: https://verifymcp.io/servers/david-steel-otp-mcp-server/orgtp-mcp-server
