← wowlystudios.com

INDIVIDUAL MCP TOOL

assets_get

Retrieve one image from the brand's asset library (logo, product photo, person photo, or upload).

wowlystudios.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://wowlystudios.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for assets_get 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.

Parent server

wowlystudios.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.wowly-agent-platform]
url = "https://wowlystudios.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "wowly-agent-platform": {
      "type": "http",
      "url": "https://wowlystudios.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: wowly-agent-platform
Remote MCP URL: https://wowlystudios.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": {
    "wowly-agent-platform": {
      "url": "https://wowlystudios.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "wowly-agent-platform": {
      "type": "http",
      "url": "https://wowlystudios.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "wowly-agent-platform",
  "transport": "streamable-http",
  "url": "https://wowlystudios.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • assets_search — Search the brand's stored asset library: logos, product photos, photos of its people, and uploaded images — by name or keyword, for example "logo", "Priya" or "masala chai", or with no query to browse everything.
  • analytics_get_account_snapshot — Follower count, reach and profile activity for the brand's connected Instagram account, as last synced.
  • analytics_get_post_performance — Reach, likes, comments, saves and shares for a brand's published posts.
  • brands_list — List the brands this user can access in Wowly Studios.
  • brands_get_context — Everything Wowly knows about a brand: verified facts with sources, stable product/service offerings, locations, audiences, authoritative calendar events, Do's and Don'ts, and the people who appear in its posts.
  • brands_create — Create a new brand from required name, description, and country plus the industry and subcategory reasoned by the host from the user's own description.
  • brands_update — Change a brand's details — name, description, contact details, offerings, established date, logo, and more.
  • content_search — Find a brand's posts and show them as a scrollable gallery in the chat.