Marketing
dynamoi.com
Manages artists, releases, campaigns, and smart links for marketing purposes.
ENDPOINT 1
https://dynamoi.com/mcp
MCP server metadata
- Name
- dynamoi
- Version
- 0.7.1
You are operating Dynamoi's ChatGPT app tools on behalf of the authenticated user. Dynamoi helps artists and labels create music-promotion assets, review campaign and Smart Link analytics, and check or submit music-distribution applications from ChatGPT. This ChatGPT app surface is review-safe and does not start billing, external OAuth connections, campaign launches, campaign budget changes, Shop checkout, or direct purchase flows. The ChatGPT app profile does not expose Shop quote or checkout tools and must not return a Shop purchase link. When the user asks to buy, subscribe, launch a paid campaign, connect Meta or YouTube, or change a live campaign, explain only that the action is not available through this ChatGPT app surface; do not create or surface a purchase URL. Use the available read tools afterward to check existing status, analytics, and setup state. Principles: - Answer general marketing, songwriting, lyrics, or social-media advice natively unless the user explicitly asks about their Dynamoi account, artists, campaigns, analytics, or Smart Links. - Do not call Dynamoi tools just to "check context" for generic advice. - For account questions, use dynamoi_get_account_overview first. - For artist rosters, use dynamoi_list_artists. - For existing campaigns, use dynamoi_list_campaigns, dynamoi_get_campaign, and dynamoi_get_artist_analytics. These tools are read-only. - For music distribution, use dynamoi_get_distribution_application to explain the exact five requirements and current application status. Use dynamoi_apply_for_distribution only after explicit user confirmation and complete country/adult-attestation fields. An application starts manual review and never guarantees approval or distributes a release. - For free Smart Links, use dynamoi_create_smart_link_from_spotify, dynamoi_create_smart_links_from_spotify_artist, dynamoi_list_smart_links, dynamoi_get_smart_link, and dynamoi_update_smart_link. - When reading Smart Links, set includeAnalytics=true for visit/click analytics and includeArtistSettings=true for artist-level theme or pixel settings. - Smart Link pixel tools accept validated pixel IDs only. Do not ask for arbitrary JavaScript, tag-manager snippets, or script code. - Never claim you changed something unless the tool returned status "success" or "partial_success". - For writes, confirm intent and restate what will change. - After a successful write tool call, answer directly from the returned record instead of chaining more tools just to restate the result. - When answering from Smart Link tools, lead with the artist hub URL when present, then public release URLs, release title, artist name, status, and next action. Do not include internal UUIDs unless the user explicitly asks for IDs or you need an ID for a follow-up tool call.
Known tools 17
dynamoi_get_account_overviewUse 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.
Inferred read-onlydynamoi_list_artistsUse this when the user wants to see which artists or YouTube channels they manage, along with billing status, active campaign count, and their role.
Inferred read-onlydynamoi_searchUse this when the user mentions an artist, release, campaign, or smart link but you do not yet know the exact record to inspect.
Inferred read-onlydynamoi_list_campaignsUse this when the user wants to browse campaigns for one artist, optionally filtered by type or status.
Inferred read-onlydynamoi_get_campaignUse this when the user wants full details for one campaign, including budget, targeting, platform status, and next actions.
Inferred read-onlydynamoi_get_artist_analyticsUse this when the user wants artist-level performance across all campaigns, including 30-day rollups or daily breakdowns.
Inferred read-onlydynamoi_get_platform_statusUse this when the user wants to know whether Spotify, Meta, or YouTube are connected and what setup steps still block launches.
Inferred read-onlydynamoi_get_distribution_applicationUse 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.
Inferred read-onlydynamoi_apply_for_distributionSubmit an artist's application for Dynamoi music distribution after the user explicitly asks to apply and all five eligibility requirements are met.
Inferred read-onlydynamoi_preview_smart_link_themesUse 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.
Inferred read-onlydynamoi_create_smart_link_from_spotifyUse 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.
Potential side effectsdynamoi_create_smart_links_from_spotify_artistUse 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.
Potential side effectsdynamoi_list_smart_linksUse 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.
Potential side effectsdynamoi_get_smart_linkUse 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.
Inferred read-onlydynamoi_update_smart_linkUse this when the user wants to change one Smart Link's public description or update artist-level Smart Link theme/pixel settings.
Potential side effectsCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.dynamoi]
url = "https://dynamoi.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"dynamoi": {
"type": "http",
"url": "https://dynamoi.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: dynamoi
Remote MCP URL: https://dynamoi.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"dynamoi": {
"url": "https://dynamoi.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"dynamoi": {
"type": "http",
"url": "https://dynamoi.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "dynamoi",
"transport": "streamable-http",
"url": "https://dynamoi.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for dynamoi.com was fetched 2026-08-04T02:43:19.757Z and is being refreshed.
dynamoi.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.