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.
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 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
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
claude mcp add omnidim-omnidim-mcp-server -- npx -y @omnidim-ai/mcp-server
codex mcp add omnidim-omnidim-mcp-server -- npx -y @omnidim-ai/mcp-server
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"omnidim-omnidim-mcp-server": {
"type": "local",
"command": [
"npx",
"-y",
"@omnidim-ai/mcp-server"
],
"enabled": true
}
}
} openclaw mcp add omnidim-omnidim-mcp-server --command npx --arg -y --arg @omnidim-ai/mcp-server
mcp_servers:
omnidim-omnidim-mcp-server:
command: "npx"
args: ["-y", "@omnidim-ai/mcp-server"] {
"mcpServers": {
"omnidim-omnidim-mcp-server": {
"command": "npx",
"args": [
"-y",
"@omnidim-ai/mcp-server"
]
}
}
} 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.
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.
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.
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.
| Name | Type | Req | Description |
|---|---|---|---|
| campaign_id | number | yes | ID of the dynamic campaign to add the contact to. |
| requestBody | object | yes | The 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.
| Name | Type | Req | Description |
|---|---|---|---|
| requestBody | object | yes | The JSON request body. |
No output schema declared.
No examples provided.
attachKnowledgeBaseFiles ~31
Attach multiple knowledge-base files to an agent.
| Name | Type | Req | Description |
|---|---|---|---|
| requestBody | object | yes | The JSON request body. |
No output schema declared.
No examples provided.
attachPhoneNumber ~32
Attach an account-owned phone number to an existing agent.
| Name | Type | Req | Description |
|---|---|---|---|
| requestBody | object | yes | The JSON request body. |
No output schema declared.
No examples provided.
bulkCallActions ~47
Pause, resume, or reschedule a running campaign.
| Name | Type | Req | Description |
|---|---|---|---|
| bulk_call_id | number | yes | Id of the bulk call campaign. |
| requestBody | object | yes | The 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.
| Name | Type | Req | Description |
|---|---|---|---|
| requestBody | object | yes | The JSON request body. |
No output schema declared.
No examples provided.
cancelBulkCall ~30
Cancel a bulk-call campaign.
| Name | Type | Req | Description |
|---|---|---|---|
| bulk_call_id | number | yes | Id 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.
| Name | Type | Req | Description |
|---|---|---|---|
| requestBody | object | yes | The 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.
| Name | Type | Req | Description |
|---|---|---|---|
| requestBody | — | yes | The 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.
| Name | Type | Req | Description |
|---|---|---|---|
| requestBody | object | yes | The JSON request body. |
No output schema declared.
No examples provided.
deleteAgent ~27
Permanently delete an agent.
| Name | Type | Req | Description |
|---|---|---|---|
| agent_id | number | yes | The 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.
| Name | Type | Req | Description |
|---|---|---|---|
| requestBody | object | yes | The JSON request body. |
No output schema declared.
No examples provided.
detachKnowledgeBaseFiles ~32
Detach multiple knowledge-base files from an agent.
| Name | Type | Req | Description |
|---|---|---|---|
| requestBody | object | yes | The JSON request body. |
No output schema declared.
No examples provided.
detachPhoneNumber ~31
Detach a phone number from its associated agent.
| Name | Type | Req | Description |
|---|---|---|---|
| requestBody | object | yes | The 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.
| Name | Type | Req | Description |
|---|---|---|---|
| requestBody | object | yes | The JSON request body. |
No output schema declared.
No examples provided.
fetchBulkCalls ~62
List bulk-call campaigns with pagination and optional status filter.
| Name | Type | Req | Description |
|---|---|---|---|
| pageno | integer | — | Page number for pagination. |
| pagesize | integer | — | Items per page (max 150). |
| status | string | — | Filter by status (e.g. completed). |
No output schema declared.
No examples provided.
getAgent ~30
Get details of a specific agent by ID.
| Name | Type | Req | Description |
|---|---|---|---|
| agent_id | number | yes | The ID of the agent. |
No output schema declared.
No examples provided.
getBulkCall ~33
Get detailed information about a bulk-call campaign.
| Name | Type | Req | Description |
|---|---|---|---|
| bulk_call_id | number | yes | Id of the bulk call campaign. |
No output schema declared.
No examples provided.
getBulkCallLiveStatus ~36
Real-time status of a running bulk-call campaign.
| Name | Type | Req | Description |
|---|---|---|---|
| bulk_call_id | number | yes | Id 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).
| Name | Type | Req | Description |
|---|---|---|---|
| call_log_id | number | yes | Id 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.
| Name | Type | Req | Description |
|---|---|---|---|
| date_from | string | — | Filter logs from this date in `YYYY-MM-DD` format (e.g. `2026-01-01`). |
| date_to | string | — | Filter logs up to and including this date in `YYYY-MM-DD` format (e.g. `2026-03-31`). |
| page | integer | — | Page number for pagination. |
| page_size | number | — | Number of records per page (max 100). |
No output schema declared.
No examples provided.
getVoice ~41
Detailed metadata for a specific voice.
| Name | Type | Req | Description |
|---|---|---|---|
| voice_id | number | yes | Numeric 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.
| Name | Type | Req | Description |
|---|---|---|---|
| requestBody | object | yes | The JSON request body. |
No output schema declared.
No examples provided.
importSipTrunk ~32
Import a phone number associated with a SIP trunk.
| Name | Type | Req | Description |
|---|---|---|---|
| requestBody | object | yes | The JSON request body. |
No output schema declared.
No examples provided.
importTwilioNumber ~35
Import an existing Twilio number by providing your Twilio credentials.
| Name | Type | Req | Description |
|---|---|---|---|
| requestBody | object | yes | The JSON request body. |
No output schema declared.
No examples provided.
listAgents ~66
Retrieve all agents for the authenticated user with pagination support.
| Name | Type | Req | Description |
|---|---|---|---|
| name | string | — | Filter agents whose name matches this substring (case-insensitive). |
| pageno | integer | — | Page number for pagination. |
| pagesize | integer | — | Number 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.
| Name | Type | Req | Description |
|---|---|---|---|
| agentid | number | — | Filter by agent ID. |
| bulk_call_id | number | — | Filter by bulk-call campaign ID. |
| call_status | string | — | Filter by call outcome. |
| pageno | integer | — | Page number for pagination. |
| pagesize | integer | — | Number 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.
| Name | Type | Req | Description |
|---|---|---|---|
| pageno | integer | — | Page number for pagination. |
| pagesize | integer | — | Items 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.
| Name | Type | Req | Description |
|---|---|---|---|
| accent | string | — | Accent label (e.g. `american`, `british`). ElevenLabs only. |
| gender | string | — | Filter voices by gender. ElevenLabs only. |
| language | string | — | ISO language code (e.g. `en`, `hi`, `es`). ElevenLabs only. |
| page | integer | — | 1-indexed page number. |
| page_size | integer | — | Voices per page. Capped at 100. |
| provider | string | — | TTS provider to list voices from. Omit to list across all providers. |
| search | string | — | Substring 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.
| Name | Type | Req | Description |
|---|---|---|---|
| requestBody | object | yes | The 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.
| Name | Type | Req | Description |
|---|---|---|---|
| requestBody | object | yes | The 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.
| Name | Type | Req | Description |
|---|---|---|---|
| requestBody | object | yes | The 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.
| Name | Type | Req | Description |
|---|---|---|---|
| requestBody | object | yes | The 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.
| Name | Type | Req | Description |
|---|---|---|---|
| requestBody | object | yes | The JSON request body. |
No output schema declared.
No examples provided.
updateAgent ~45
Update an existing agent. Send only the fields you want to change.
| Name | Type | Req | Description |
|---|---|---|---|
| agent_id | number | yes | The ID of the agent. |
| requestBody | object | yes | Agent configuration. |
No output schema declared.
No examples provided.
uploadKnowledgeBaseFile ~36
Upload a PDF file. The file content must be Base64 encoded.
| Name | Type | Req | Description |
|---|---|---|---|
| requestBody | object | yes | The JSON request body. |
No output schema declared.
No examples provided.