# Open Investment Model (npm · @openinvestmentmodel/openim-mcp)

Read-only OpenIM search for institutional buy-side investment models and architecture.

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

## Components

- npm · `@openinvestmentmodel/openim-mcp`: 79/100 (this document), [markdown](https://verifymcp.io/servers/antikas-openim/openinvestmentmodel-openim-mcp.md), [page](https://verifymcp.io/servers/antikas-openim/openinvestmentmodel-openim-mcp)

## Channel facts

- Registry: `npm`
- Package: `@openinvestmentmodel/openim-mcp`
- 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**: 100/100
  - No malware found by supply-chain analysis.
  - No known CVEs affecting this package version or its production dependencies.
  - No install/post-install scripts declared.
  - No production dependencies, so there is no dependency health to assess.
- **Provenance & Transparency**: 97/100
  - Source repository is publicly reachable at the declared URL.
  - Cryptographically verified build provenance (signed, bound to antikas/open-investment-model).
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 11 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 78/100
  - 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 292 tokens (~41/item across 7 items; 5 tools + 2 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**: 90/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 71% 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 antikas-openim -- npx -y @openinvestmentmodel/openim-mcp
```

### Codex

```bash
codex mcp add antikas-openim -- npx -y @openinvestmentmodel/openim-mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "antikas-openim": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@openinvestmentmodel/openim-mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add antikas-openim --command npx --arg -y --arg @openinvestmentmodel/openim-mcp
```

### Hermes

```yaml
mcp_servers:
  antikas-openim:
    command: "npx"
    args: ["-y", "@openinvestmentmodel/openim-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "antikas-openim": {
      "command": "npx",
      "args": [
        "-y",
        "@openinvestmentmodel/openim-mcp"
      ]
    }
  }
}
```

## 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 79, +15)

- [security improvement] Malware scan: unverified → pass

### 2026-07-31 (score 64, −10)

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

### 2026-07-30 (score 74, −18)

- [security regression] Malware scan: pass → unverified

### 2026-07-27 (score 92, +33)

- [functional improvement] Tool coverage: unverified → 100
- [functional improvement] Schema quality: unverified → 100
- [functional] First check of Schema quality: pass
- [functional] First check of Schema quality: good
- [functional] First check of Schema quality: fail
- [functional] First check of Tool coverage: 71

### 2026-07-26 (score 59)

First indexed and scored.

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

## MCP tools (5)

### `openim_search` (~74 tokens)

Search OpenIM

Search the released OpenIM reference model. Results include the exact model version and official source links.

Input parameters:

- `limit` (integer)
- `query` (string, required): Plain-language query or an OpenIM identifier such as SD-07.3 or E-04.
- `types` (array): Optional model-element types to include.

### `openim_get` (~58 tokens)

Get an OpenIM model element

Retrieve one released OpenIM model element by identifier, including its full documented content and provenance.

Input parameters:

- `id` (string, required): OpenIM identifier, for example BD-05, SD-05.3, E-04 or relation:POSITION_IN.

### `openim_map_requirement` (~61 tokens)

Map a requirement to OpenIM

Map a stated institutional buy-side architecture requirement to relevant OpenIM domains, operations and entities. This is deterministic model retrieval, not investment advice.

Input parameters:

- `limit` (integer)
- `requirement` (string, required): The business, data or architecture requirement to map.

### `openim_list_exports` (~42 tokens)

List OpenIM model exports

List the released machine-readable OpenIM schemas, ontologies, graph files and other model artefacts.

Input parameters:

- `query` (string): Optional filename or format filter.

### `openim_get_identity` (~24 tokens)

Get the canonical OpenIM identity

Return OpenIM scope, release, maturity, licence and official sources.

## Diagnostics

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

## Score history

- 2026-08-03: 79
- 2026-08-02: 79
- 2026-08-01: 64
- 2026-07-31: 64
- 2026-07-30: 74
- 2026-07-29: 92
- 2026-07-28: 92
- 2026-07-27: 92
- 2026-07-26: 59

## Links

- npm package: https://www.npmjs.com/package/@openinvestmentmodel/openim-mcp
- Socket report: https://socket.dev/npm/package/@openinvestmentmodel/openim-mcp
- Repository: https://github.com/antikas/open-investment-model
- Changelog RSS feed: https://verifymcp.io/servers/antikas-openim/openinvestmentmodel-openim-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/antikas-openim/openinvestmentmodel-openim-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/antikas-openim/openinvestmentmodel-openim-mcp
