← dynamoi.com

INDIVIDUAL MCP TOOL

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.

dynamoi.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://dynamoi.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for dynamoi_create_smart_link_from_spotify and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.
  • A tool name or description suggests retrieving external content.

Parent server

dynamoi.com

CONNECT 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.

Related tools

  • 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 connections exist.
  • 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.
  • 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.
  • search — OpenAI ChatGPT Deep Research / Connectors search contract.
  • fetch — OpenAI ChatGPT Deep Research / Connectors fetch contract.
  • dynamoi_list_campaigns — Use this when the user wants to browse campaigns for one artist, optionally filtered by type or status.
  • dynamoi_get_campaign — Use this when the user wants full details for one campaign, including budget, targeting, platform status, and next actions.
  • dynamoi_get_artist_analytics — Use this when the user wants artist-level performance across all campaigns, including 30-day rollups or daily breakdowns.