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

io.github.Omnidim/omnidim-mcp-server

NPM · @OMNIDIM-AI/MCP-SERVER · 2 COMPONENTS · SCANNED AUG 3

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

+28 this week 81 Trust /100
Trust breakdown (6 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 →

Supply Chain Security87
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (109 of 110), so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (109 of 110), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency97
  • 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 4 days ago).Pass
  • Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability84
  • 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 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 Management27
  • Stability observed for 8 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
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

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 · @omnidim-ai/mcp-server

# add to Claude Code
claude mcp add omnidim-omnidim-mcp-server -- npx -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"]
// 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.

  • 3 Aug 26 +4
    • Stability: unverified → 0.27 functional
  • 2 Aug 26 +51
    • Install scripts: unverified → pass security
    • Known CVEs: unverified → partial security
    • Provenance: unverified → pass security
    • Malware scan: unverified → pass security
    • Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
    • The attested source repository moved: Omnidim/omnidim-mcp-server security
    • Tool coverage: 100 → unverified functional
    • Schema quality: 100 → unverified functional
    • License: unverified → pass functional
    • Maintenance: unverified → pass functional
    • MCP protocol: unverified → pass functional
    • Schema quality: unverified → good functional
    • Dependency health: unverified → partial functional
    • Licence: MIT functional
  • 1 Aug 26 −27
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 27 Jul 26 53

    First indexed and scored.

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 3 Aug 2026 · Analysed npm/@omnidim-ai/[email protected]

Provenance verified

Ecosystem: npm · Outcome: verified

Reason: verified

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
Discovery method:
attestation_endpoint
Dependencies 109 packages

109 packages in the resolved dependency tree · 109 deprecated · 32 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

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.

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.