Dynamoi
REMOTE · DYNAMOI.COM · 2 COMPONENTS · SCANNED SEP 20
Create music promotion campaigns, Smart Links, analytics, and music distribution applications.
Available components
How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score → Why this is hard to score →
Endpoint Security100
- The endpoint's TLS certificate is valid, in date, and uses a strong key. View diagnostics → Pass
- Authorisation is enforced on tool calls, advertised via RFC 9728 protected-resource metadata. Discovery is public, which costs nothing: no tool can be invoked without a token. View diagnostics → Pass
- HTTPS is enforced; there's no plaintext access path. View diagnostics → Pass
- The HSTS (Strict-Transport-Security) header is present. View diagnostics → Pass
- DNSSEC is configured correctly; the domain's records validate against the full chain to the root. View diagnostics → Pass
Transport & Reachability100
- Verified streamable-http transport via a live MCP handshake. View diagnostics → Pass
Schema Quality & AI Usability77
- 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
- Context-footprint check failed: tool/resource definitions use about 3241 tokens (~180/item across 18 items; 17 tools + 1 resources), over budget; trim descriptions and params. See how to fix → Fail
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management65
- Stability check failed: schema churn in the 30 days we've observed: 8 tool removals, 0 breaking changes, 0 auth/transport breaks, 2 additions. See how to fix → Fail
Tool Coverage71
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 0% of tool parameters carry a description.Fail
- Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Tool Safety100
- No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
- We read all 17 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
- An AI judge read all 19 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
- Supports UI / widget rendering.Pass
How do I install the Dynamoi MCP server?
Dynamoi is a hosted endpoint at https://dynamoi.com/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.
remote · dynamoi.com
claude mcp add --transport http getdynamoi-dynamoi 'https://dynamoi.com/mcp'
{
"mcpServers": {
"getdynamoi-dynamoi": {
"url": "https://dynamoi.com/mcp"
}
}
} {
"servers": {
"getdynamoi-dynamoi": {
"type": "http",
"url": "https://dynamoi.com/mcp"
}
}
} [mcp_servers.getdynamoi-dynamoi] url = "https://dynamoi.com/mcp"
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"getdynamoi-dynamoi": {
"type": "remote",
"url": "https://dynamoi.com/mcp",
"enabled": true
}
}
} openclaw mcp add getdynamoi-dynamoi --url 'https://dynamoi.com/mcp' --transport streamable-http
mcp_servers:
getdynamoi-dynamoi:
url: "https://dynamoi.com/mcp" {
"McpServers": {
"getdynamoi-dynamoi": {
"Transport": "http",
"Url": "https://dynamoi.com/mcp"
}
}
} assistant mcp add getdynamoi-dynamoi -t streamable-http -u 'https://dynamoi.com/mcp'
{
"mcpServers": {
"getdynamoi-dynamoi": {
"type": "http",
"url": "https://dynamoi.com/mcp"
}
}
} The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.
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.
- 15 Sept 26 0
- Tool “dynamoi_apply_for_distribution” rewrote its description, which is the text the model reads security
- 13 Sept 26 0
- Server version: 0.7.1 → 0.7.2 functional
- 10 Sept 26 0
- The server rewrote its instructions, which are the text every model session reads security
- 30 Aug 26 −4
- Stability: pass → fail ▼ security
- A breaking change shipped without a version bump: still 0.7.1 ▼ security
- Tool “dynamoi_get_billing” was removed ▼ security
- Tool “dynamoi_get_campaign_readiness” was removed ▼ security
- Tool “dynamoi_launch_campaign” was removed ▼ security
- Tool “dynamoi_list_available_countries” was removed ▼ security
- Tool “dynamoi_list_media_assets” was removed ▼ security
- Tool “dynamoi_start_meta_connection” was removed ▼ security
- Tool “dynamoi_start_youtube_channel_link” was removed ▼ security
- Tool “dynamoi_update_campaign” was removed ▼ security
- The server rewrote its instructions, which are the text every model session reads security
- Schema quality: 148 → 174 ▼ functional
- Prompt “dynamoi_audit_campaigns” was removed ▼ functional
- Prompt “dynamoi_create_free_smart_link” was removed ▼ functional
- Prompt “dynamoi_find_smart_link_url” was removed ▼ functional
- Prompt “dynamoi_release_launch_plan” was removed ▼ functional
- Prompt “dynamoi_why_campaign_blocked” was removed ▼ functional
- Prompt “dynamoi_explain_free_smart_links” was removed ▼ functional
- Resource “business-free-vs-paid” was removed ▼ functional
- Resource “mcp-tool-answering-rules” was removed ▼ functional
- Resource “music-marketing-when-to-use-dynamoi” was removed ▼ functional
- Resource “platform-campaign-statuses” was removed ▼ functional
- Resource “platform-content-types” was removed ▼ functional
- Resource “platform-country-targeting” was removed ▼ functional
- Resource “platform-pricing” was removed ▼ functional
- Resource “platform-supported-countries” was removed ▼ functional
- Resource “playbook-label-or-manager” was removed ▼ functional
- Resource “playbook-onboarding-tree” was removed ▼ functional
- Resource “playbook-spotify-artist” was removed ▼ functional
- Resource “playbook-youtube-creator” was removed ▼ functional
- Resource “smart-links-agent-guide” was removed ▼ functional
- Resource “smart-links-capabilities” was removed ▼ functional
- Resource “smart-links-free-plan” was removed ▼ functional
- Schema quality: 86% → 100% ▲ functional
- The server no longer declares the “prompts” capability functional
- 27 Aug 26 0
- Server version: 0.7.0 → 0.7.1 functional
- 26 Aug 26 +1
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 25 Aug 26 0
- Stability: 0.97 → pass security
- 24 Aug 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.
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 · Probed https://dynamoi.com/mcp
TLS valid
Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .
| Subject | Issuer | Valid from | Valid until | Key | Signature | Serial |
|---|---|---|---|---|---|---|
| CN=dynamoi.com | CN=WE1,O=Google Trust Services,C=US | 27 Aug 2026 | 25 Nov 2026 | ECDSA 256 | ECDSA-SHA256 | cf958390909afe5613ce5b47025ebccf |
| SANs: dynamoi.com, play.dynamoi.com, *.play.dynamoi.com | ||||||
| CN=WE1,O=Google Trust Services,C=US (CA) | CN=GTS Root R4,O=Google Trust Services LLC,C=US | 13 Dec 2023 | 20 Feb 2029 | ECDSA 256 | ECDSA-SHA384 | 7ff31977972c224a76155d13b6d685e3 |
| CN=GTS Root R4,O=Google Trust Services LLC,C=US (CA) | CN=GlobalSign Root CA,OU=Root CA,O=GlobalSign nv-sa,C=BE | 15 Nov 2023 | 28 Jan 2028 | ECDSA 384 | SHA256-RSA | 7fe530bf331343bedd821610493d8a1b |
Background: What to check on a remote MCP endpoint →
DNSSEC secure
Validation of dynamoi.com. — Secure
| Zone | DS | Keys | Algorithms | Outcome |
|---|---|---|---|---|
| . | trust_anchor | 20326, 38696 | 8, 8 | Verified |
| com. | present | 19718 | 13 | Verified |
| dynamoi.com. | present | 2371 | 13 | Verified |
| dynamoi.com. | Verified address RRset verified with the apex keys |
Authentication Enforced and verified
The endpoint asked for a token and published valid RFC 9728 metadata describing how to get one.
| Result | Enforced and verified |
|---|---|
| Enforced | On tool calls |
| HTTP status | 200 |
WWW-Authenticate challenge Bearer resource_metadata="https://dynamoi.com/.well-known/oauth-protected-resource", scope="dynamoi:read", error="invalid_token", error_description="Sign in to Dynamoi to continue."
Bearer resource_metadata="https://dynamoi.com/.well-known/oauth-protected-resource", scope="dynamoi:read", error="invalid_token", error_description="Sign in to Dynamoi to continue." | Header | Value |
|---|---|
| strict-transport-security | max-age=63072000; includeSubDomains; preload |
| content-security-policy | default-src 'self'; script-src 'self' 'unsafe-inline' https://dynamoi.com https://*.posthog.com https://*.facebook.com https://*.facebook.net https://www.redditstatic.com https://bat.bing.com https://www.googletagmanager.com https://googleads.g.doubleclick.net https://*.vercel-scripts.com https://analytics.ahrefs.com https://static.cloudflareinsights.com https://bzrcdn.openai.com; worker-src 'self' blob:; style-src 'self' 'unsafe-inline'; img-src 'self' blob: data: https://*.posthog.com https://*.bing.com https://*.googleusercontent.com https://*.google.com https://google.com https://googleads.g.doubleclick.net https://*.scdn.co https://*.spotifycdn.com https://assets.soundcharts.com https://*.mzstatic.com https://*.facebook.com https://*.facebook.net https://*.fbcdn.net https://*.fbsbx.com https://*.cdninstagram.com https://*.instagram.com https://*.googletagmanager.com https://*.ytimg.com https://www.redditstatic.com https://alb.reddit.com https://*.youtube.com https://*.ggpht.com https://*.ffm.to https://d |
| x-content-type-options | nosniff |
| x-frame-options | SAMEORIGIN |
| referrer-policy | strict-origin-when-cross-origin |
| permissions-policy | camera=(), microphone=(), geolocation=(), interest-cohort=() |
Protected resource metadata
| Document | https://dynamoi.com/.well-known/oauth-protected-resource |
|---|---|
| Retrieved | Yes |
| Resource | https://dynamoi.com/mcp |
| Authorisation server | https://dynamoi.com/api/auth |
Background: How OAuth 2.1 works in the 2026 MCP spec →
Transports 2 probes
| Transport | URL | Outcome | Status | Location |
|---|---|---|---|---|
| streamable-http | https://dynamoi.com/mcp | Verified | 200 | |
| http (plaintext) | http://dynamoi.com/mcp | HTTPS enforced | 301 | https://dynamoi.com/mcp |
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 →
dynamoi_apply_for_distribution Apply for Music Distribution ~212
Submit an artist's application for Dynamoi music distribution after the user explicitly asks to apply and all five eligibility requirements are met. This records an application for manual review; it does not approve distribution, accept an agreement, submit a release, transfer rights, configure splits or tax forms, or deliver music to stores. All three valid ISO 3166-1 alpha-2 country or territory codes, an adult signer attestation, confirmApplicationSubmission=true, and a concise userIntentSummary are required. Country, tax, payout, sanctions, and provider-delivery checks remain manual progression gates after intake; a valid code does not imply approval. Repeated submission is idempotent for an active application.
| Name | Type | Req | Description |
|---|---|---|---|
| adultSignerAttestation | boolean | yes | – |
| applicantCountry | string | yes | – |
| artistId | string | yes | – |
| confirmApplicationSubmission | boolean | yes | – |
| payoutCountry | string | yes | – |
| taxResidencyCountry | string | yes | – |
| userIntentSummary | string | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| code | string | – | – |
| data | object | – | – |
| field | string | – | – |
| kind | string | – | – |
| message | string | – | – |
| nextAction | object | – | – |
| prerequisite | string | – | – |
| retryAfterSeconds | integer | – | – |
| retryable | boolean | – | – |
| status | string | yes | – |
No examples provided.
dynamoi_create_smart_link_from_spotify Create Free Smart Link from Spotify ~221
Use this when the user wants to create one free Dynamoi Smart Link from a Spotify album or track URL/URI, or a single starter release from a Spotify artist URL. For full-catalog artist imports or artist hub requests, prefer dynamoi_create_smart_links_from_spotify_artist. Smart Links are free to create and manage. High-popularity or unverifiable artist links may stay unpublished in verification hold until Dynamoi can verify the client relationship. This does not create a paid ad campaign. Spotify playlist URLs are not supported today. If the Smart Link already exists, return the existing link instead of creating a duplicate; if customDescription is provided, update that Smart Link's public description. In the final answer, lead with the public URL and do not expose internal IDs unless asked.
| Name | Type | Req | Description |
|---|---|---|---|
| artistId | string | yes | – |
| clientRequestId | string | – | – |
| customDescription | string | – | – |
| format | string | – | – |
| spotifyUrl | string | yes | – |
| userIntentSummary | string | – | – |
| Name | Type | Req | Description |
|---|---|---|---|
| code | string | – | – |
| data | object | – | – |
| field | string | – | – |
| kind | string | – | – |
| message | string | – | – |
| nextAction | object | – | – |
| prerequisite | string | – | – |
| retryAfterSeconds | integer | – | – |
| retryable | boolean | – | – |
| status | string | yes | – |
No examples provided.
dynamoi_create_smart_links_from_spotify_artist Create Free Smart Links for Spotify Artist ~206
Use this when the user gives a Spotify artist URL and wants Dynamoi to create, import, or refresh free Smart Links for the artist catalog and return the artist hub. If the signed-in user has no Dynamoi artist yet, omit artistId so Dynamoi can create the first artist from the Spotify artist profile. This starts the background catalog import so the user does not need to open the dashboard. Smart Links are free to create and manage. High-popularity or unverifiable artist catalog links may stay unpublished in verification hold until Dynamoi can verify the client relationship. This does not create a paid ad campaign. In the final answer, lead with the artist hub URL and current public Smart Link URLs; do not expose internal IDs unless asked.
| Name | Type | Req | Description |
|---|---|---|---|
| artistId | string | – | – |
| clientRequestId | string | – | – |
| format | string | – | – |
| spotifyArtistUrl | string | yes | – |
| userIntentSummary | string | – | – |
| Name | Type | Req | Description |
|---|---|---|---|
| code | string | – | – |
| data | object | – | – |
| field | string | – | – |
| kind | string | – | – |
| message | string | – | – |
| nextAction | object | – | – |
| prerequisite | string | – | – |
| retryAfterSeconds | integer | – | – |
| retryable | boolean | – | – |
| status | string | yes | – |
No examples provided.
dynamoi_get_account_overview Get Account Overview ~162
Use this when the user explicitly asks about the signed-in Dynamoi account itself, such as who is logged in, how many organizations or artists it can access, or whether account-level platform connections exist. Always pass intent to match that explicit account question. Do not use this to confirm a specific Meta or YouTube onboarding attempt because this account-level state can span multiple artists; use dynamoi_get_platform_status for the target artist instead. Do not use this to enumerate artists one by one; use dynamoi_list_artists for that. Never use this to 'check context' before answering generic Instagram, lyrics, songwriting, or marketing-advice questions, even if Dynamoi is attached.
| Name | Type | Req | Description |
|---|---|---|---|
| format | string | – | – |
| intent | string | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| code | string | – | – |
| data | object | – | – |
| field | string | – | – |
| kind | string | – | – |
| message | string | – | – |
| nextAction | object | – | – |
| prerequisite | string | – | – |
| retryAfterSeconds | integer | – | – |
| retryable | boolean | – | – |
| status | string | yes | – |
No examples provided.
dynamoi_get_artist_analytics Get Artist Analytics ~148
Use this when the user wants artist-level performance across all campaigns, including 30-day rollups or daily breakdowns. Pass granularity=DAILY when the user asks for a daily breakdown. Pass format=summary when the user wants a written rollup, a strongest-campaign verdict, or a direct answer you can relay immediately. If this tool already returned the requested strongest-campaign comparison, stop and answer instead of calling more analytics tools. For one campaign's metrics, use dynamoi_get_campaign with includeAnalytics=true.
| Name | Type | Req | Description |
|---|---|---|---|
| artistId | string | yes | – |
| dateRange | object | – | – |
| format | string | – | – |
| granularity | string | – | – |
| Name | Type | Req | Description |
|---|---|---|---|
| code | string | – | – |
| data | object | – | – |
| field | string | – | – |
| kind | string | – | – |
| message | string | – | – |
| nextAction | object | – | – |
| prerequisite | string | – | – |
| retryAfterSeconds | integer | – | – |
| retryable | boolean | – | – |
| status | string | yes | – |
No examples provided.
dynamoi_get_campaign Get Campaign ~167
Use this when the user wants full details for one campaign, including budget, targeting, platform status, and next actions. Set includeAnalytics=true for one-campaign performance, includeDeploymentStatus=true for delivery/deployment blockers, and includeCountries=true only when the full country list is needed. Do not use this for a campaign list; use dynamoi_list_campaigns instead. After a successful launch or campaign mutation, prefer format=summary when you need a follow-up read to relay the final answer.
| Name | Type | Req | Description |
|---|---|---|---|
| analyticsDateRange | object | – | – |
| analyticsGranularity | string | – | – |
| campaignId | string | yes | – |
| format | string | – | – |
| includeAnalytics | boolean | – | – |
| includeCountries | boolean | – | – |
| includeDeploymentStatus | boolean | – | – |
| Name | Type | Req | Description |
|---|---|---|---|
| code | string | – | – |
| data | object | – | – |
| field | string | – | – |
| kind | string | – | – |
| message | string | – | – |
| nextAction | object | – | – |
| prerequisite | string | – | – |
| retryAfterSeconds | integer | – | – |
| retryable | boolean | – | – |
| status | string | yes | – |
No examples provided.
dynamoi_get_distribution_application Check Distribution Application ~144
Use this when the user asks whether an artist qualifies for Dynamoi music distribution, wants the five application requirements, or wants the status of an existing distribution application. It checks Spotify connection, at least 1,000 Spotify followers, at least 10,000 verified Soundcharts monthly listeners, connected Facebook Page plus Instagram professional identity, and a connected YouTube channel. Meeting all five requirements permits an application but never guarantees approval. When the connection tools are available, use purpose=distribution_identity for missing Meta or YouTube identity; otherwise send the user to the distribution application in Dynamoi. Identity connections do not require advertising billing.
| Name | Type | Req | Description |
|---|---|---|---|
| artistId | string | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| code | string | – | – |
| data | object | – | – |
| field | string | – | – |
| kind | string | – | – |
| message | string | – | – |
| nextAction | object | – | – |
| prerequisite | string | – | – |
| retryAfterSeconds | integer | – | – |
| retryable | boolean | – | – |
| status | string | yes | – |
No examples provided.
dynamoi_get_platform_status Get Platform Status ~118
Use this when the user wants to know whether Spotify, Meta, or YouTube are connected and what setup steps still block launches. When polling after a connection-start flow, pass the returned onboardingAttemptId and onboardingFlow so Dynamoi ops can correlate the browser step. Do not use this for detailed billing questions. Never use this to personalize generic Instagram or marketing-advice questions.
| Name | Type | Req | Description |
|---|---|---|---|
| artistId | string | yes | – |
| format | string | – | – |
| onboardingAttemptId | string | – | – |
| onboardingFlow | string | – | – |
| Name | Type | Req | Description |
|---|---|---|---|
| code | string | – | – |
| data | object | – | – |
| field | string | – | – |
| kind | string | – | – |
| message | string | – | – |
| nextAction | object | – | – |
| prerequisite | string | – | – |
| retryAfterSeconds | integer | – | – |
| retryable | boolean | – | – |
| status | string | yes | – |
No examples provided.
dynamoi_get_smart_link Get Smart Link ~165
Use this when the user wants full details for one free Smart Link, including release, Spotify URL, public play.dynamoi.com URL, current status, theme source, and next actions. Set includeAnalytics=true for visit/click analytics and includeArtistSettings=true for artist-level theme/pixel settings. In the final answer, lead with the public URL and do not expose internal IDs unless asked.
| Name | Type | Req | Description |
|---|---|---|---|
| artistId | string | – | – |
| dateRange | object | – | – |
| format | string | – | – |
| granularity | string | – | – |
| includeAnalytics | boolean | – | – |
| includeArtistSettings | boolean | – | – |
| includeBreakdowns | boolean | – | – |
| playLinkId | string | – | – |
| spotifyUrl | string | – | – |
| Name | Type | Req | Description |
|---|---|---|---|
| code | string | – | – |
| data | object | – | – |
| field | string | – | – |
| kind | string | – | – |
| message | string | – | – |
| nextAction | object | – | – |
| prerequisite | string | – | – |
| retryAfterSeconds | integer | – | – |
| retryable | boolean | – | – |
| status | string | yes | – |
No examples provided.
dynamoi_list_artists List Artists ~173
Use this when the user wants to see which artists or YouTube channels they manage, along with billing status, active campaign count, and their role. Pass artistId when you need the full profile/readiness details for one artist instead of a roster page. Do not use this for campaign details; use dynamoi_list_campaigns or dynamoi_get_campaign. Never use this for generic social-media or marketing advice, including Instagram follower-growth questions, unless the user explicitly asked about their Dynamoi roster. If the result is empty, the user is brand-new — do not stop with 'no records found'; route through dynamoi_get_account_overview.recommendedNextActions.
| Name | Type | Req | Description |
|---|---|---|---|
| artistId | string | – | – |
| cursor | string | – | – |
| format | string | – | – |
| limit | integer | – | – |
| Name | Type | Req | Description |
|---|---|---|---|
| code | string | – | – |
| data | object | – | – |
| field | string | – | – |
| kind | string | – | – |
| message | string | – | – |
| nextAction | object | – | – |
| prerequisite | string | – | – |
| retryAfterSeconds | integer | – | – |
| retryable | boolean | – | – |
| status | string | yes | – |
No examples provided.
dynamoi_list_campaigns List Campaigns ~126
Use this when the user wants to browse campaigns for one artist, optionally filtered by type or status. Do not use this for a single campaign deep dive; use dynamoi_get_campaign for that. Never use this to personalize generic marketing advice. If the user has no artists yet, do not call this — route via dynamoi_get_account_overview first.
| Name | Type | Req | Description |
|---|---|---|---|
| artistId | string | yes | – |
| campaignType | string | – | – |
| cursor | string | – | – |
| format | string | – | – |
| limit | integer | – | – |
| status | string | – | – |
| Name | Type | Req | Description |
|---|---|---|---|
| code | string | – | – |
| data | object | – | – |
| field | string | – | – |
| kind | string | – | – |
| message | string | – | – |
| nextAction | object | – | – |
| prerequisite | string | – | – |
| retryAfterSeconds | integer | – | – |
| retryable | boolean | – | – |
| status | string | yes | – |
No examples provided.
dynamoi_list_smart_links List Smart Links ~185
Use this when the user wants to list free Smart Links for one artist, including release title, public URL, publish state, claim state, render state, and theme. Do not use this for paid campaign lists; use dynamoi_list_campaigns for campaigns. In the final answer, show public URLs and avoid internal IDs unless asked. If empty for an artist with connected Spotify, suggest dynamoi_create_smart_links_from_spotify_artist for catalog import or dynamoi_create_smart_link_from_spotify for one release instead of stopping at 'no Smart Links yet'.
| Name | Type | Req | Description |
|---|---|---|---|
| artistId | string | yes | – |
| claimStatus | string | – | – |
| cursor | string | – | – |
| format | string | – | – |
| limit | integer | – | – |
| publishState | string | – | – |
| query | string | – | – |
| renderState | string | – | – |
| Name | Type | Req | Description |
|---|---|---|---|
| code | string | – | – |
| data | – | – | – |
| field | string | – | – |
| kind | string | – | – |
| message | string | – | – |
| nextAction | object | – | – |
| prerequisite | string | – | – |
| retryAfterSeconds | integer | – | – |
| retryable | boolean | – | – |
| status | string | yes | – |
No examples provided.
dynamoi_preview_smart_link_themes Preview Smart Link Themes ~91
Use this when the user asks what Dynamoi Smart Link pages can look like, wants to compare Smart Link themes, or asks to preview the available themes before creating or updating a free Smart Link. This is a read-only visual preview and does not create, publish, update, or promote a Smart Link.
| Name | Type | Req | Description |
|---|---|---|---|
| artistName | string | – | – |
| releaseTitle | string | – | – |
| Name | Type | Req | Description |
|---|---|---|---|
| code | string | – | – |
| data | object | – | – |
| field | string | – | – |
| kind | string | – | – |
| message | string | – | – |
| nextAction | object | – | – |
| prerequisite | string | – | – |
| retryAfterSeconds | integer | – | – |
| retryable | boolean | – | – |
| status | string | yes | – |
No examples provided.
dynamoi_search Search Dynamoi ~153
Use this when the user mentions an artist, release, campaign, or smart link but you do not yet know the exact record to inspect. Do not use this for analytics summaries or billing questions once you already know the target record. If the result is empty for a brand-new user (no artists yet), do not respond 'no records found' as a terminal answer — instead suggest creating their first artist hub via dynamoi_create_smart_links_from_spotify_artist.
| Name | Type | Req | Description |
|---|---|---|---|
| artistId | string | – | – |
| cursor | string | – | – |
| format | string | – | – |
| includeArchived | boolean | – | – |
| limit | integer | – | – |
| query | string | – | – |
| type | string | – | – |
| Name | Type | Req | Description |
|---|---|---|---|
| code | string | – | – |
| data | object | – | – |
| field | string | – | – |
| kind | string | – | – |
| message | string | – | – |
| nextAction | object | – | – |
| prerequisite | string | – | – |
| retryAfterSeconds | integer | – | – |
| retryable | boolean | – | – |
| status | string | yes | – |
No examples provided.
dynamoi_update_smart_link Update Smart Link ~169
Use this when the user wants to change one Smart Link's public description or update artist-level Smart Link theme/pixel settings. Set action to update_description or update_artist_settings. Public availability is artist-wide in the dashboard; this tool does not publish or unpublish individual links. Theme-only updates switch instantly; description or pixel changes may queue background rendering.
| Name | Type | Req | Description |
|---|---|---|---|
| action | string | yes | – |
| artistId | string | – | – |
| clientRequestId | string | – | – |
| customDescription | – | – | – |
| expectedUpdatedAt | string | – | – |
| googleAdsConversionId | – | – | – |
| metaPixelId | – | – | – |
| playLinkId | string | – | – |
| theme | string | – | – |
| tiktokPixelId | – | – | – |
| userIntentSummary | string | – | – |
| Name | Type | Req | Description |
|---|---|---|---|
| code | string | – | – |
| data | object | – | – |
| field | string | – | – |
| kind | string | – | – |
| message | string | – | – |
| nextAction | object | – | – |
| prerequisite | string | – | – |
| retryAfterSeconds | integer | – | – |
| retryable | boolean | – | – |
| status | string | yes | – |
No examples provided.
fetch Fetch (OpenAI Connectors) ~62
OpenAI ChatGPT Deep Research / Connectors fetch contract. Given an id returned by `search` (formatted as 'artist:<uuid>', 'campaign:<uuid>', or 'smartlink:<uuid>'), returns the full record for citation.
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| code | string | – | – |
| data | object | – | – |
| field | string | – | – |
| kind | string | – | – |
| message | string | – | – |
| nextAction | object | – | – |
| prerequisite | string | – | – |
| retryAfterSeconds | integer | – | – |
| retryable | boolean | – | – |
| status | string | yes | – |
No examples provided.
search Search (OpenAI Connectors) ~60
OpenAI ChatGPT Deep Research / Connectors search contract. Returns matching Dynamoi artists, campaigns, and Smart Links so they can be cited in a deep-research session. For regular ChatGPT chat use dynamoi_search instead.
| Name | Type | Req | Description |
|---|---|---|---|
| query | string | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| code | string | – | – |
| data | object | – | – |
| field | string | – | – |
| kind | string | – | – |
| message | string | – | – |
| nextAction | object | – | – |
| prerequisite | string | – | – |
| retryAfterSeconds | integer | – | – |
| retryable | boolean | – | – |
| status | string | yes | – |
No examples provided.
What is the Dynamoi MCP server?
Dynamoi is an MCP server listed in the public MCP registry as io.github.getDynamoi/dynamoi. Create music promotion campaigns, Smart Links, analytics, and music distribution applications. This page covers its hosted endpoint (https://dynamoi.com/mcp).
Is the Dynamoi MCP server safe to use?
Dynamoi scores 89 out of 100 on VerifyMCP. 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 Dynamoi MCP server expose?
Dynamoi exposes 17 tools: dynamoi_get_account_overview, dynamoi_list_artists, dynamoi_search, search, fetch, and 12 more. Their descriptions and schemas cost roughly 2,562 tokens of context every time the server is loaded.
Does the Dynamoi MCP server require authentication?
Yes. Dynamoi asked us for credentials when we connected, so you will need to authorise it in your MCP client before it can do anything.
Is the Dynamoi MCP server still maintained?
Dynamoi 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.