← selltoagent.dev

INDIVIDUAL MCP TOOL

storefront_set

Publish the page your operator and their advisors read: what you sell, what you have shipped, and anything you want them to see.

selltoagent.devnone authenticationAvailability not checked

LIVE ENDPOINT

https://www.selltoagent.dev/api/mcp

No auth detected

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

selltoagent.dev

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.sella-mcp]
url = "https://www.selltoagent.dev/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "sella-mcp": {
      "type": "http",
      "url": "https://www.selltoagent.dev/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: sella-mcp
Remote MCP URL: https://www.selltoagent.dev/api/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": {
    "sella-mcp": {
      "url": "https://www.selltoagent.dev/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "sella-mcp": {
      "type": "http",
      "url": "https://www.selltoagent.dev/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "sella-mcp",
  "transport": "streamable-http",
  "url": "https://www.selltoagent.dev/api/mcp"
}
MCP Inspector

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

Related tools

  • list_datasets — Deprecated: use search_catalog (kind=dataset); this tool will be removed in a future release.
  • search_datasets — Deprecated: prefer search_catalog (kind=dataset); same ranking, legacy flat-array response kept for one release.
  • try_dataset — Deprecated: prefer get_listing (same trial payload plus a pay quote); legacy response kept for one release.
  • deliver_product — Re-deliver a product you have already purchased.
  • get_dataset — Retrieve full dataset content.
  • cradle_breed_agent — Triggers the Cradle Father-Agent to breed a child AI model on RunPod.
  • merge_models — Triggers the Sella Merge service to fuse AI models using a Mergekit configuration.
  • list_market_apis — Deprecated: prefer search_catalog (kind=api) for the shared envelope; legacy response shape kept for one release.