Open Investment Model
NPM · @OPENINVESTMENTMODEL/OPENIM-MCP · SCANNED AUG 3
Read-only OpenIM search for institutional buy-side investment models and architecture.
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 →
Supply Chain Security100
- 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
- No production dependencies, so there is no dependency health to assess. View diagnostics → Pass
Provenance & Transparency97
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Cryptographically verified build provenance (signed, bound to antikas/open-investment-model). View diagnostics → Pass
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 11 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability78
- 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
- AI-judged instruction clarity (good).Pass
- Tool/resource definitions use about 292 tokens (~41/item across 7 items; 5 tools + 2 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
- Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage90
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 71% of tool parameters carry a description.Partial
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
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.
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
npm · @openinvestmentmodel/openim-mcp
claude mcp add antikas-openim -- npx -y @openinvestmentmodel/openim-mcp
codex mcp add antikas-openim -- npx -y @openinvestmentmodel/openim-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"antikas-openim": {
"type": "local",
"command": [
"npx",
"-y",
"@openinvestmentmodel/openim-mcp"
],
"enabled": true
}
}
} openclaw mcp add antikas-openim --command npx --arg -y --arg @openinvestmentmodel/openim-mcp
mcp_servers:
antikas-openim:
command: "npx"
args: ["-y", "@openinvestmentmodel/openim-mcp"] {
"mcpServers": {
"antikas-openim": {
"command": "npx",
"args": [
"-y",
"@openinvestmentmodel/openim-mcp"
]
}
}
} 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.
- 2 Aug 26 +15
- Malware scan: unverified → pass ▲ security
- 31 Jul 26 −10
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 30 Jul 26 −18
- Malware scan: pass → unverified ▼ security
- 27 Jul 26 +33
- Tool coverage: unverified → 100 ▲ functional
- 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 functional
- 26 Jul 26 59
First indexed and scored.
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
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 3 Aug 2026 · Analysed npm/@openinvestmentmodel/[email protected]
Provenance verified
Ecosystem: npm · Outcome: verified
Reason: verified
- Source repo:
- antikas/open-investment-model
- Certificate issuer:
- https://token.actions.githubusercontent.com
- Certificate SAN:
- https://github.com/antikas/open-investment-model/.github/workflows/publish-openim-mcp.yml@refs/heads/main
- Rekor log index:
- 2219901639
- Predicate type:
- https://slsa.dev/provenance/v1
- Subject digest:
- sha512:7ce8262534542f77c778981a77c358cfacd9f8e195807393c78d04420e64770ef93dd3e0c5d9633a7a071c8233625ca7e80fa92d12d5a1b6430206682
- Discovery method:
- attestation_endpoint
Dependencies 0 packages
0 packages in the resolved dependency tree.
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.
openim_get Get an OpenIM model element ~58
Retrieve one released OpenIM model element by identifier, including its full documented content and provenance.
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | OpenIM identifier, for example BD-05, SD-05.3, E-04 or relation:POSITION_IN. |
No output schema declared.
No examples provided.
openim_get_identity Get the canonical OpenIM identity ~24
Return OpenIM scope, release, maturity, licence and official sources.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
openim_list_exports List OpenIM model exports ~42
List the released machine-readable OpenIM schemas, ontologies, graph files and other model artefacts.
| Name | Type | Req | Description |
|---|---|---|---|
| query | string | — | Optional filename or format filter. |
No output schema declared.
No examples provided.
openim_map_requirement Map a requirement to OpenIM ~61
Map a stated institutional buy-side architecture requirement to relevant OpenIM domains, operations and entities. This is deterministic model retrieval, not investment advice.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | — | — |
| requirement | string | yes | The business, data or architecture requirement to map. |
No output schema declared.
No examples provided.
openim_search Search OpenIM ~74
Search the released OpenIM reference model. Results include the exact model version and official source links.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | — | — |
| query | string | yes | Plain-language query or an OpenIM identifier such as SD-07.3 or E-04. |
| types | array | — | Optional model-element types to include. |
No output schema declared.
No examples provided.