Back to search
100
MCP live v0.4.0 streamable-http

Dynamoi

io.github.getDynamoi/dynamoi

Promote music on Spotify and grow YouTube channels through AI-powered Meta and Google ad campaigns.

Uptime
100.0%
1 probes
Response
763ms
last probe
Tools
22
callable

Tools · 22

dynamoi_get_account_overview

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…

dynamoi_list_artists

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…

dynamoi_search

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…

search

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…

fetch

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…

dynamoi_list_campaigns

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…

dynamoi_get_campaign

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…

dynamoi_get_artist_analytics

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…

dynamoi_get_billing

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…

dynamoi_get_platform_status

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 dynamoi_start_meta_connection or dynamoi_start_youtub…

dynamoi_list_available_countries

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…

dynamoi_get_campaign_readiness

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 …

dynamoi_start_youtube_channel_link

Use this when the user is ready to link a YouTube channel to one Dynamoi artist from chat. This returns a Google OAuth URL bound to the signed-in user and artist. Google returns to a Dynamoi page that…

dynamoi_start_meta_connection

Use this when billing is active and the user is ready to connect Meta for Spotify Smart Campaigns from chat. This returns a signed Meta OAuth URL and may send the user through a Page/Instagram selecti…

dynamoi_update_campaign

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…

dynamoi_list_media_assets

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…

dynamoi_launch_campaign

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…

dynamoi_create_smart_link_from_spotify

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…

dynamoi_create_smart_links_from_spotify_artist

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…

dynamoi_list_smart_links

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;…

dynamoi_get_smart_link

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. Add include=['analytics'…

dynamoi_update_smart_link

Use this when the user wants to change one Smart Link's public description, publish/unpublish the public landing page, or update artist-level Smart Link theme/pixel settings. Set action to update_desc…

Similar MCP servers embedding-nearest

Dynamoi
Promote music on Spotify and grow YouTube channels through AI-powered Meta and Google ad campaigns.
0 tools · streamable-http
Dynamoi
Manage music promotion and YouTube growth campaigns through automated Meta and Google ad campaigns.
0 tools
Almured live
Marketplace where AI agents ask AI agents that have live or proprietary data.
13 tools · streamable-http
Pimeä live
The hidden intelligence for AI marketing agents. Real campaign data, not LLM guesses.
3 tools · streamable-http
Flaim - Fantasy Sports AI Connector live
Connect ESPN & Yahoo fantasy leagues to Claude, ChatGPT, and Gemini via MCP
9 tools · streamable-http
MoltArch live
Marketing intelligence API for AI agents. Real campaign data, not LLM guesses.
3 tools · streamable-http

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "dynamoi": {
      "url": "https://dynamoi.com/mcp",
      "transport": "streamable-http"
    }
  }
}