Dynamoi
io.github.getDynamoi/dynamoiCreate Smart Links, check music campaign readiness, and view analytics for artists and labels.
Tools · 25
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 connecti…
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/readin…
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 a…
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 dy…
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 citatio…
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 th…
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, includeDeploymentSta…
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=s…
Use this when the user asks about billing state, credit balance, promo limits, subscription status, or whether billing blocks launches for one artist. This is a read-only status check; it does not cre…
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 onboarding…
Use this when the user asks which countries they can target for a Smart Campaign or YouTube campaign. Always pass campaignType because Smart Campaign and YouTube country catalogs are different. Do not…
Use this when the user is planning a campaign and wants to know if the proposed inputs are ready before dynamoi_launch_campaign. This validates readiness and targeting without creating a campaign. Do …
Use this when the user is ready to link a YouTube channel to one Dynamoi artist from chat. Set purpose=distribution_identity for the least-privilege identity connection required by a distribution appl…
Use this when the user is ready to connect a Facebook Page and Instagram professional account to one Dynamoi artist. Set purpose=distribution_identity for the least-privilege identity connection requi…
Use this when the user explicitly wants to pause, resume, or update the budget/end date for an existing campaign. Set action to pause, resume, or update_budget. Do not use this for inspection-only que…
Use this when the user wants to choose from uploaded images or videos that can be reused in a campaign launch. Do not use this when the user only wants campaign status or analytics. Use format=json wh…
Use this when the user explicitly wants to create a new Smart Campaign or YouTube Campaign and start the launch workflow with provided details. Ads are not necessarily live until the returned delivery…
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 …
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 d…
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…
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 arti…
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 Dynamo…
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 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=tru…
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 av…
Resources · 16
Visual preview for the four Dynamoi Smart Link page themes.
ui://dynamoi/smart-link-theme-preview-v1.html
Dynamoi campaign setup guidance and campaign budget minimums.
dynamoi://platform/pricing
dynamoi://platform/content-types
Explains Smart Campaign vs YouTube country-targeting catalogs.
dynamoi://platform/country-targeting
Legacy alias for country-targeting guidance. Use dynamoi://platform/country-targeting for the canonical resource.
dynamoi://platform/supported-countries
Canonical explanation of Dynamoi's free Smart Links plan and how it differs from paid managed advertising.
dynamoi://smart-links/free-plan
dynamoi://smart-links/capabilities
Clear boundary between free Dynamoi Smart Links and paid managed advertising.
dynamoi://business/free-vs-paid
How agents should answer Smart Link questions using Dynamoi MCP tools.
dynamoi://smart-links/agent-guide
General answer rules for Dynamoi MCP tools so agents stop after useful results.
dynamoi://mcp/tool-answering-rules
Persona playbook: how to convert a Spotify artist user from auth-grant to first activated Smart Link.
dynamoi://playbooks/spotify-artist
Persona playbook: how to introduce a YouTube creator to Dynamoi's revenue-per-view optimization advantage.
dynamoi://playbooks/youtube-creator
Persona playbook: how to onboard a label, manager, or anyone running a roster of multiple artists.
dynamoi://playbooks/label-or-manager
Decision tree for routing a brand-new MCP user to the right persona playbook based on their first reply.
dynamoi://playbooks/onboarding-tree
When an assistant should use Dynamoi account tools versus answering music marketing questions natively.
dynamoi://music-marketing/when-to-use-dynamoi
dynamoi://platform/campaign-statuses
Prompts · 6
Find a user's free Smart Link URL and answer with public URLs, titles, and statuses.
Explain Dynamoi free Smart Links and how they differ from paid managed advertising.
Create free Smart Links from a Spotify artist, album, or track URL.
Audit an artist's campaigns and summarize what is working and what to fix next.
Create a pragmatic release launch plan and propose a Dynamoi campaign setup.
Diagnose why a campaign is blocked/stuck and recommend the next fix.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"dynamoi": {
"url": "https://dynamoi.com/mcp",
"transport": "streamable-http"
}
}
}