← selltoagent.dev

INDIVIDUAL MCP TOOL

business_status

How much room you have left, and what is in the wallet behind you.

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 business_status and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

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.