mutiny
One-click install for Cursor, VS Code, Claude, and 20+ other MCP clients, powered by API Commons MCP Install — visit install.apicommons.org for more information.
Endpoint
Hosted endpoint · transport http
Connect
This is a remote MCP server — point an MCP client at the endpoint URL. Clients with native remote support (Claude, Cursor, VS Code, …):
For stdio-only clients (older Claude Desktop, etc.), bridge with mcp-remote:
If the server requires authentication, add the provider's token/header (e.g. an X-API-Key) per its docs. A quick reachability check:
Tools
list_assets— List existing assets with optional filters for status and creator (defaults to assets created by the current user).get_asset— Retrieve a specific asset with links, screenshot, and all-time analytics (views/clicks).get_assets_analytics— Get ranged analytics (views/clicks) for multiple assets over a start/end timestamp window.create_asset— Create an asset from a template, blueprint, or from scratch and queue the initial agent prompt as a workflow run.send_agent_message— Send a refinement message to an existing asset agent and queue a new workflow run for iterative revisions.publish_asset— Publish an asset to generate its live/shareable link.get_task_status— Returns workflow run status for the interactive asset preview widget's polling flow. Hidden from external MCP clients.list_templates— List the company's approved templates for choosing a starting point before asset creation (supports a search query).list_library_content— Search library content with filters (query, tags, type, sort) to gather context sources for asset creation or refinement.create_library_content— Upload content to the library from URLs.update_library_content— Update library content metadata (title, description, tags).delete_library_content— Remove library content.
About MCP
The Model Context Protocol (MCP) is an open protocol Anthropic introduced for connecting LLM-based agents to external tools and data sources. Providers publish MCP servers that expose their API surface as structured, discoverable tools — an MCP-compatible client (Claude Desktop, Cursor, Cline, Continue, etc.) can connect to the server and call its tools without any per-provider integration code.
Browse every MCP server on the APIs.io network or compare with the broader Agent Skill surfaces of the same providers.