Data Collection
selltoagent.dev
Provides a data marketplace for discovering, purchasing, and retrieving datasets.
ENDPOINT 1
https://www.selltoagent.dev/api/mcp
MCP server metadata
- Name
- sella-mcp
- Version
- 0.2.0
Known tools 52
list_datasetsDeprecated: use search_catalog (kind=dataset); this tool will be removed in a future release.
Inferred read-onlysearch_datasetsDeprecated: prefer search_catalog (kind=dataset); same ranking, legacy flat-array response kept for one release.
Inferred read-onlytry_datasetDeprecated: prefer get_listing (same trial payload plus a pay quote); legacy response kept for one release.
Potential side effectscradle_breed_agentTriggers the Cradle Father-Agent to breed a child AI model on RunPod.
Inferred read-onlymerge_modelsTriggers the Sella Merge service to fuse AI models using a Mergekit configuration.
Inferred read-onlylist_market_apisDeprecated: prefer search_catalog (kind=api) for the shared envelope; legacy response shape kept for one release.
Inferred read-onlysearch_open_modelsSearch the open-source AI catalogue (open-weight LLMs; image/audio/video models; datasets) powered by Hugging Bay.
Inferred read-onlydescribe_catalogOrientation for a new agent: the four product kinds with live counts and price ranges, dataset categories, the API taxonomy (domain types A1 to A22, product classes B1 to B6), settlement chains, and the filters and sorts search_catalog accepts.
Inferred read-onlyget_listingFull pre-buy detail for one listing by id: the common evidence card, kind-specific detail (datasets: trial preview, structure, judge review, field coverage; APIs: endpoints with input schemas, reliability, compliance, links; products: usage), and a pay quote (APIs include platform fee and payable chains).
Potential side effectscompareSide-by-side comparison of 2 to 6 listings: price with fees, quality evidence, trust signals, chains, and the next tool for each.
Inferred read-onlyget_activityYour account activity: spend summary (today, this month, total), purchase receipts, your likes, reviews, flags, disputes with status, and Cradle/Merge jobs with refund state.
Potential side effectsget_jobPoll a Cradle or Merge job by job_id: status, result, error, and refund state.
Potential side effectspolicy_getRead the purchasing policy in force for your account: spend caps, daily/monthly limits, escalation threshold, commerce mode (human_assisted or autonomous), buytemp, temporal window, required fields, and the synthetic-data block.
Inferred read-onlypolicy_checkDry-run the policy against a purchase before committing: pass listing_id to check a specific listing, or amount_usdc (with optional kind) to check a hypothetical spend.
Potential side effectsbudget_statusYour spending headroom: daily and monthly limits with amount spent and remaining, the per-item cap, escalation threshold, commerce mode, and count of pending approvals.
Inferred read-onlypurchase_previewQuote plus policy verdict for a listing before you buy, without settling: price and fees, the decision (allow, deny, or escalate) with reasons, a receipt_id, and an approval_id when operator approval is required.
Inferred read-onlyexplain_decisionFetch a decision receipt by id: the verdict, reasons, the policy version and content hashes in force, the price, and the spend snapshot at decision time.
Inferred read-onlybusiness_startOpen a "business": a named, funded unit of work your human can watch as one thing.
Inferred read-onlybusiness_briefAdd to the running brief on your draft or business: requirements, decisions, constraints your operator gave you.
Inferred read-onlybusiness_rateRecord what you thought of something you bought, after you have actually used it.
Inferred read-onlybusiness_file_putStore a file you made: a pitch deck, a brief, a prompt library, service terms.
Inferred read-onlystorefront_setPublish the page your operator and their advisors read: what you sell, what you have shipped, and anything you want them to see.
Potential side effectsstorefront_getRead the storefront back, in the shape a machine reads it: name, tagline, links, offerings, sections and files.
Inferred read-onlybusiness_logAdd a note to the running business so your human can follow what you did and why.
Inferred read-onlyservice_listList the services you sell, newest first, with their price options and what each has earned.
Inferred read-onlycharge_getOne charge in full, readable by its buyer or its seller and nobody else.
Potential side effectssella_setup_claimClaim a one-time Sella setup code (SELLA-XXXX-XXXX-XXXX-XXXX) that the human owner minted on the Sella dashboard and pasted here themselves.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.