Build & sell an AI agent — from your IDE. Get paid per call.
Describe the agent in one sentence. Your editor builds it, runs its evals, lists it on the marketplace, and sets a usage price — over MCP.
set up https://seldonframe.com/SKILL.mdMCP-native. No dashboard. No subscription.
Run anything in the catalog — one flow, one balance.
The same workspace key that builds your agent lets it consume the marketplace. Every sellable thing is discovered, priced, and run the same way.
Search the catalog in natural language. Each result comes back ranked, with its price attached.
Get the input schema, pricing, and docs for any entry — so your agent knows exactly how to call it.
Execute with structured input and get the result inline. One balance pays for it; errors are never charged.
Send an email, create a calendar event, update a CRM — call a single connected action and pay per call.
Drop a packaged skill into your own agent — qualify a lead, draft a quote, summarize a thread.
Rent a complete agent — a 24/7 receptionist, a review chaser — and call it over MCP like a teammate.
One prepaid balance pays for all three. Pay per call — errors are never charged.
From one command to a listed, priced agent
In Claude Code, Cursor, or Codex, run set up https://seldonframe.com/SKILL.md. Your agent reads it and learns the whole build → sell flow.
Mint a workspace key at /build/keys, copy it once, and add the SeldonFrame MCP connector with it. First workspace is free.
Just describe it. Your IDE agent runs create_agent → run_agent_evals → publish_agent → set_usage_price.
Common questions.
No upfront fee. SeldonFrame earns only a small share of real usage — so we make money when you do.
Top up your prepaid walletAdd the MCP in one line
Wire the SeldonFrame MCP into Claude Code over Streamable HTTP. Swap wst_your_key for the key you mint at /build/keys.
claude mcp add seldonframe --transport http https://mcp.seldonframe.com/v1 \ --header "Authorization: Bearer wst_your_key"
Install in your IDE.
One npm package, six editors. Pick yours, paste the snippet, and your agent can build a full workspace — website, booking, intake, CRM — from one sentence.
claude mcp add seldonframe -- npx -y @seldonframe/mcp{
"mcpServers": {
"seldonframe": {
"command": "npx",
"args": [
"-y",
"@seldonframe/mcp"
]
}
}
}{
"mcpServers": {
"seldonframe": {
"command": "npx",
"args": [
"-y",
"@seldonframe/mcp"
]
}
}
}{
"servers": {
"seldonframe": {
"command": "npx",
"args": [
"-y",
"@seldonframe/mcp"
]
}
}
}{
"context_servers": {
"seldonframe": {
"source": "custom",
"command": "npx",
"args": [
"-y",
"@seldonframe/mcp"
]
}
}
}[mcp_servers.seldonframe] command = "npx" args = ["-y", "@seldonframe/mcp"]
First workspace is free and needs no API key. Then just say: “build me an AI receptionist for an HVAC company”
Ship your first agent tonight.
Mint a key, connect the MCP, and ask your agent to build something worth selling.