🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@openinvestmentmodel/openim-mcp

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@openinvestmentmodel/openim-mcp

Read-only MCP server for the Open Investment Model, with versioned and source-cited model retrieval.

latest
Source
npmnpm
Version
0.1.1
Version published
Maintainers
1
Created
Source

OpenIM MCP server

Read-only, source-cited access to the Open Investment Model (OpenIM), the open reference model for institutional buy-side investment management.

The server searches and retrieves OpenIM Business Domains, Service Domains, Service Operations, canonical entities, relationships, glossary terms and generated model exports. Every response identifies the exact OpenIM release and links to the official versioned source. It does not provide investment advice, execute transactions or expose an implementation environment.

Run

Node.js 20 or later is required.

npx -y @openinvestmentmodel/openim-mcp

Generic MCP client configuration:

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

The server needs no API key and performs no network calls at runtime. Its catalogue is generated from the released OpenIM model when the package is built.

Tools

  • openim_search: search all model elements, optionally filtered by type.
  • openim_get: retrieve one element by its OpenIM identifier.
  • openim_map_requirement: find the model elements most relevant to a stated buy-side architecture requirement.
  • openim_list_exports: list downloadable schemas, ontologies, graph files and other released artefacts.
  • openim_get_identity: return the canonical OpenIM identity, version, scope and official sources.

The server also exposes openim://identity and openim://catalog as MCP resources.

Development

From the mcp/ directory in the OpenIM repository:

npm ci
npm run quality

The build derives dist/model-index.json from ../model, ../metadata/openim.json and ../exports. It bundles the reachable stdio runtime into dist/server.js. The package version in package.json is injected into that bundle and generates server.json.

The quality command runs the source production audit, unit and MCP tests, bundle inventory, packed consumer test, identity scan and reproducible pack check. The packed consumer calls all five tools through the installed tarball and checks the model version and official source in every response.

The package carries OpenIM's MIT licence in dist/LICENSE. Bundled third-party packages are listed with their licence texts in dist/THIRD_PARTY_NOTICES.txt. Linked legal comments remain beside the entry point in dist/server.js.LEGAL.txt.

Licence

MIT. OpenIM is a reference model, not a standard, investment product or production system.

Keywords

mcp

FAQs

Package last updated on 22 Jul 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts