Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

io.github.Omnidim/omnidim-mcp-server

NPM · @OMNIDIM-AI/MCP-SERVER · 2 COMPONENTS · SCANNED SEP 20

Official MCP server for OmniDimension. Drive voice agents, dispatch calls, and run bulk campaigns.

0 this week 96 Trust /100
Trust breakdown (7 categories)

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 → Why this is hard to score →

Supply Chain Security98
  • 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
  • 34 of 110 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency100
  • Source repository is publicly reachable at the declared URL. View diagnostics → Pass
  • Cryptographically verified build provenance (signed, bound to Omnidim/omnidim-mcp-server). View diagnostics → Pass
  • Clear OSI-approved license (MIT).Pass
  • Actively maintained (last published 10 days ago).Pass
  • Publishes a security disclosure policy (SECURITY.md).Pass
Schema Quality & AI Usability86
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 2647 tokens (~57/item across 46 items; 42 tools + 4 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management93
  • Stability observed for 28 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • All 3 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation.Pass
  • An AI judge read all 44 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the io.github.Omnidim/omnidim-mcp-server server?

io.github.Omnidim/omnidim-mcp-server runs locally as an npm package, launched with npx -y @omnidim-ai/mcp-server. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · @omnidim-ai/mcp-server

# add to Claude Code
claude mcp add omnidim-omnidim-mcp-server -- npx -y @omnidim-ai/mcp-server
// .cursor/mcp.json
{
  "mcpServers": {
    "omnidim-omnidim-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@omnidim-ai/mcp-server"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "omnidim-omnidim-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@omnidim-ai/mcp-server"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add omnidim-omnidim-mcp-server -- npx -y @omnidim-ai/mcp-server
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "omnidim-omnidim-mcp-server": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@omnidim-ai/mcp-server"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add omnidim-omnidim-mcp-server --command npx --arg -y --arg @omnidim-ai/mcp-server
# ~/.hermes/config.yaml
mcp_servers:
  omnidim-omnidim-mcp-server:
    command: "npx"
    args: ["-y", "@omnidim-ai/mcp-server"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "omnidim-omnidim-mcp-server": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "@omnidim-ai/mcp-server"
      ]
    }
  }
}
# add to Vellum
assistant mcp add omnidim-omnidim-mcp-server -t stdio -c npx -a -y @omnidim-ai/mcp-server
// mcp.json
{
  "mcpServers": {
    "omnidim-omnidim-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@omnidim-ai/mcp-server"
      ]
    }
  }
}
Changelog

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.

  • 20 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 90 to 93. That category is still filling its 30-day observation window: 27 days of observed history at the previous scan, 28 at this one. The score rises as the window fills, whether or not the server changes.

  • 17 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 80 to 83. That category is still filling its 30-day observation window: 24 days of observed history at the previous scan, 25 at this one. The score rises as the window fills, whether or not the server changes.

  • 16 Sept 26 −3
    • Stability: pass → 0.80 functional
  • 15 Sept 26 +1
    • Stability: 0.97 → pass security
  • 13 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 90 to 93. That category is still filling its 30-day observation window: 27 days of observed history at the previous scan, 28 at this one. The score rises as the window fills, whether or not the server changes.

  • 10 Sept 26 −2
    • Stability: pass → 0.83 functional
  • 9 Sept 26 +1
    • Stability: 0.97 → pass security
  • 7 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 90 to 93. That category is still filling its 30-day observation window: 27 days of observed history at the previous scan, 28 at this one. The score rises as the window fills, whether or not the server changes.

Diagnostics

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 20 Sept 2026 · Analysed npm/@omnidim-ai/mcp-server@0.8.0

Provenance Verified

A signed build attestation was found and verified, binding this exact artifact to the source repository it claims to come from.

Result Verified
Ecosystem npm
Reason Verified
Discovered via Registry attestation endpoint
Source repo Omnidim/omnidim-mcp-server
Certificate issuer https://token.actions.githubusercontent.com
Certificate SAN https://github.com/Omnidim/omnidim-mcp-server/.github/workflows/ci.yml@refs/tags/v0.8.0
Rekor log index 1990076637
Predicate type https://slsa.dev/provenance/v1
Subject digest sha512:b452a501d47ef3b8f38b75bf3d65b9208f22c2d70c49141228aecfb0e14caaf8290c21e5bd92b918ce3a932311b20ae0ae423cca3a8a7156245321136

Background: How many MCP packages publish verified provenance →

Dependencies 110 packages
Packages resolved 110
Stale 34
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 42 exposed · ~2,215 tokens

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. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
addBulkCallContact ~123

Push a single contact into a dynamic bulk-call campaign in real time. Dynamic campaigns are created from the dashboard (Bulk Call > Create New Campaign > Dynamic Campaign) and stay alive waiting for contacts, so this webhook is how you feed them from a CRM, form, or automation platform. The contact is queued immediately, and the campaign starts calling it as soon as it is within operating hours.

NameTypeReqDescription
campaign_idnumberyesID of the dynamic campaign to add the contact to.
requestBodyobjectyesThe JSON request body.

No output schema declared.

No examples provided.

addUser ~44

Create a new child user and organization under the reseller. The new organization is linked to your reseller account automatically.

NameTypeReqDescription
requestBodyobjectyesThe JSON request body.

No output schema declared.

No examples provided.

attachKnowledgeBaseFiles ~31

Attach multiple knowledge-base files to an agent.

NameTypeReqDescription
requestBodyobjectyesThe JSON request body.

No output schema declared.

No examples provided.

attachPhoneNumber ~32

Attach an account-owned phone number to an existing agent.

NameTypeReqDescription
requestBodyobjectyesThe JSON request body.

No output schema declared.

No examples provided.

bulkCallActions ~47

Pause, resume, or reschedule a running campaign.

NameTypeReqDescription
bulk_call_idnumberyesId of the bulk call campaign.
requestBodyobjectyesThe JSON request body.

No output schema declared.

No examples provided.

calculateCreditOperation ~65

Preview the cost of a transfer or revert without moving any credits. Use this to confirm amounts before calling the transfer or revert endpoints. The response shape differs between forward transfers and reverts. See the examples.

NameTypeReqDescription
requestBodyobjectyesThe JSON request body.

No output schema declared.

No examples provided.

cancelBulkCall ~30

Cancel a bulk-call campaign.

NameTypeReqDescription
bulk_call_idnumberyesId of the bulk call campaign.

No output schema declared.

No examples provided.

canUploadFile ~34

Check whether a file can be uploaded based on size and type.

NameTypeReqDescription
requestBodyobjectyesThe JSON request body.

No output schema declared.

No examples provided.

createAgent ~68

Create a new agent with the provided configuration. The full config supports transcriber, model, voice, web search, transfer, end-call conditions, post-call actions (email + webhook), ambient background track, initial ringing sound, and multilingual support.

NameTypeReqDescription
requestBodyyesThe JSON request body.

No output schema declared.

No examples provided.

createBulkCall ~157

Create a new bulk-call campaign. Supports immediate, scheduled, and auto-retry modes. There are two kinds of campaign: - **Static** (default): you supply the full `contact_list` up front and the campaign dials through it. - **Dynamic**: set `is_dynamic` to `true` and the campaign accepts contacts in real time via the Add contact to dynamic campaign webhook. `contact_list` is optional here, so you can start the campaign empty and feed it from a CRM, form, or automation. A dynamic campaign stays alive waiting for contacts instead of completing when its queue drains.

NameTypeReqDescription
requestBodyobjectyesThe JSON request body.

No output schema declared.

No examples provided.

deleteAgent ~27

Permanently delete an agent.

NameTypeReqDescription
agent_idnumberyesThe ID of the agent.

No output schema declared.

No examples provided.

deleteKnowledgeBaseFile ~39

Permanently delete a file. Removes it from any attached agents. Cannot be undone.

NameTypeReqDescription
requestBodyobjectyesThe JSON request body.

No output schema declared.

No examples provided.

detachKnowledgeBaseFiles ~32

Detach multiple knowledge-base files from an agent.

NameTypeReqDescription
requestBodyobjectyesThe JSON request body.

No output schema declared.

No examples provided.

detachPhoneNumber ~31

Detach a phone number from its associated agent.

NameTypeReqDescription
requestBodyobjectyesThe JSON request body.

No output schema declared.

No examples provided.

dispatchCall ~47

Initiate a call to a phone number using a specified agent. The phone number must include a country code with a leading plus.

NameTypeReqDescription
requestBodyobjectyesThe JSON request body.

No output schema declared.

No examples provided.

fetchBulkCalls ~62

List bulk-call campaigns with pagination and optional status filter.

NameTypeReqDescription
pagenointegerPage number for pagination.
pagesizeintegerItems per page (max 150).
statusstringFilter by status (e.g. completed).

No output schema declared.

No examples provided.

getAgent ~30

Get details of a specific agent by ID.

NameTypeReqDescription
agent_idnumberyesThe ID of the agent.

No output schema declared.

No examples provided.

getBulkCall ~33

Get detailed information about a bulk-call campaign.

NameTypeReqDescription
bulk_call_idnumberyesId of the bulk call campaign.

No output schema declared.

No examples provided.

getBulkCallLiveStatus ~36

Real-time status of a running bulk-call campaign.

NameTypeReqDescription
bulk_call_idnumberyesId of the bulk call campaign.

No output schema declared.

No examples provided.

getCallLog ~49

Detailed information about a specific call (duration, status, transcript, sentiment, extracted variables).

NameTypeReqDescription
call_log_idnumberyesId of the call log, as returned by the call log list.

No output schema declared.

No examples provided.

getResellerCreditLogs ~138

Paginated history of all credit transfers and reverts for the reseller account. Returns reverse-chronological order by default. Date filters are inclusive.

NameTypeReqDescription
date_fromstringFilter logs from this date in `YYYY-MM-DD` format (e.g. `2026-01-01`).
date_tostringFilter logs up to and including this date in `YYYY-MM-DD` format (e.g. `2026-03-31`).
pageintegerPage number for pagination.
page_sizenumberNumber of records per page (max 100).

No output schema declared.

No examples provided.

getVoice ~41

Detailed metadata for a specific voice.

NameTypeReqDescription
voice_idnumberyesNumeric id of the voice, as returned in the `id` field of the voices list.

No output schema declared.

No examples provided.

importExotelNumber ~34

Import an Exotel number by providing your Exotel credentials.

NameTypeReqDescription
requestBodyobjectyesThe JSON request body.

No output schema declared.

No examples provided.

importSipTrunk ~32

Import a phone number associated with a SIP trunk.

NameTypeReqDescription
requestBodyobjectyesThe JSON request body.

No output schema declared.

No examples provided.

importTwilioNumber ~35

Import an existing Twilio number by providing your Twilio credentials.

NameTypeReqDescription
requestBodyobjectyesThe JSON request body.

No output schema declared.

No examples provided.

listAgents ~66

Retrieve all agents for the authenticated user with pagination support.

NameTypeReqDescription
namestringFilter agents whose name matches this substring (case-insensitive).
pagenointegerPage number for pagination.
pagesizeintegerNumber of items per page (max 150).

No output schema declared.

No examples provided.

listAllProviders ~19

Comprehensive response with services and voices in one payload.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

listCallLogs ~82

Retrieve call logs with pagination and optional filtering.

NameTypeReqDescription
agentidnumberFilter by agent ID.
bulk_call_idnumberFilter by bulk-call campaign ID.
call_statusstringFilter by call outcome.
pagenointegerPage number for pagination.
pagesizeintegerNumber of items per page.

No output schema declared.

No examples provided.

listChildOrganizations ~54

List all child organizations and their users under the reseller account. Returns each organization's balance, cost-per-minute rate, and concurrency limit, plus the dashboard menu access flags scoped to your reseller's permissions for every user.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

listKnowledgeBaseFiles ~20

List all knowledge-base files for the authenticated user.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

listLLMProviders ~18

Retrieve all available Large Language Model providers.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

listPhoneNumbers ~45

Retrieve all phone numbers associated with your account.

NameTypeReqDescription
pagenointegerPage number for pagination.
pagesizeintegerItems per page (max 150).

No output schema declared.

No examples provided.

listSTTProviders ~18

Retrieve all Speech-to-Text providers.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

listTTSProviders ~18

Retrieve all Text-to-Speech providers.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

listVoices ~175

Retrieve voices with filtering and pagination support. ElevenLabs supports advanced filtering by name, language, accent, and gender. Other providers support basic pagination only.

NameTypeReqDescription
accentstringAccent label (e.g. `american`, `british`). ElevenLabs only.
genderstringFilter voices by gender. ElevenLabs only.
languagestringISO language code (e.g. `en`, `hi`, `es`). ElevenLabs only.
pageinteger1-indexed page number.
page_sizeintegerVoices per page. Capped at 100.
providerstringTTS provider to list voices from. Omit to list across all providers.
searchstringSubstring match against voice name or description. ElevenLabs only.

No output schema declared.

No examples provided.

revertCreditsFromChild ~74

Take back unused minutes from a child organization to the reseller balance. The refund is calculated at the child's current rate, so you don't pass one. This matches exactly what was originally charged. Use the calculate endpoint first to preview the refund.

NameTypeReqDescription
requestBodyobjectyesThe JSON request body.

No output schema declared.

No examples provided.

setChildConcurrency ~78

Set the maximum number of simultaneous calls a child organization can run. Slots come from the reseller's shared pool. Increasing the limit deducts the delta from your pool and fails if you don't have enough slots. Decreasing the limit returns the delta to your pool immediately.

NameTypeReqDescription
requestBodyobjectyesThe JSON request body.

No output schema declared.

No examples provided.

setUserAccessControl ~54

Enable or disable dashboard menu access flags for a child user. Only the flags you pass are changed. Flags outside your reseller's permissions are silently ignored.

NameTypeReqDescription
requestBodyobjectyesThe JSON request body.

No output schema declared.

No examples provided.

setUserExpiry ~46

Set or remove the expiry date on a child user. The user must belong to a child organization of your reseller.

NameTypeReqDescription
requestBodyobjectyesThe JSON request body.

No output schema declared.

No examples provided.

transferCreditsToChild ~70

Transfer minutes from the reseller balance to a child organization. Credits are deducted from your balance immediately on success. The target organization must be a direct child of your reseller. Use the calculate endpoint first to preview the cost.

NameTypeReqDescription
requestBodyobjectyesThe JSON request body.

No output schema declared.

No examples provided.

updateAgent ~45

Update an existing agent. Send only the fields you want to change.

NameTypeReqDescription
agent_idnumberyesThe ID of the agent.
requestBodyobjectyesAgent configuration.

No output schema declared.

No examples provided.

uploadKnowledgeBaseFile ~36

Upload a PDF file. The file content must be Base64 encoded.

NameTypeReqDescription
requestBodyobjectyesThe JSON request body.

No output schema declared.

No examples provided.

Common questions

What is the io.github.Omnidim/omnidim-mcp-server server?

io.github.Omnidim/omnidim-mcp-server is listed in the public MCP registry as io.github.Omnidim/omnidim-mcp-server. Official MCP server for OmniDimension. Drive voice agents, dispatch calls, and run bulk campaigns. This page covers its npm package (@omnidim-ai/mcp-server).

Is the io.github.Omnidim/omnidim-mcp-server server safe to use?

io.github.Omnidim/omnidim-mcp-server scores 96 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. It declares no install or post-install scripts. Its build provenance is signed and verified. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the io.github.Omnidim/omnidim-mcp-server server expose?

io.github.Omnidim/omnidim-mcp-server exposes 42 tools: listAgents, createAgent, getAgent, updateAgent, deleteAgent, and 37 more. Their descriptions and schemas cost roughly 2,215 tokens of context every time the server is loaded.

Is the io.github.Omnidim/omnidim-mcp-server server still maintained?

io.github.Omnidim/omnidim-mcp-server is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the io.github.Omnidim/omnidim-mcp-server server under?

io.github.Omnidim/omnidim-mcp-server declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.