For builders

You built it in a day. We'll set up everything else.

Connect Stacked to Claude Code and your entire stack gets provisioned while you keep building. Every account. Every credential. Done for you.

Get your stack → Browse accounts ↓

Every account your product needs

Browse the full catalog. Clearbit logos, pricing, and delivery times pulled live from our service database.

How the MCP audit works

Add Stacked to your Claude Code config. Claude scans your environment, identifies what's missing, and generates an order automatically. No forms. No guesswork.

~/.claude/claude_desktop_config.json
{
  "mcpServers": {
    "stacked": {
      "url": "https://stacked.help/mcp",
      "headers": {
        "X-Stacked-API-Key": "your-api-key"
      }
    }
  }
}
Claude Code prompt
// Just ask Claude:
"Audit my stack and tell me what I'm missing."

// Claude calls audit_stack, then:
"Order everything I need for launch."

5 MCP tools, full automation

  • audit_stackScans your environment and identifies every account gap
  • create_orderPlaces a precise order for exactly what's missing
  • check_order_statusMonitors fulfillment status in real time
  • get_vaultRetrieves credentials once accounts are ready
  • get_bounty_ratesGets current pricing for all account types
Step 01
Claude reads your config

Claude Code detects your MCP config, environment variables, and existing services. It maps what you already have and what's missing.

Step 02
You review the order

Claude presents a summary of what's needed. You approve, remove, or add accounts before anything is ordered. Full control.

Step 03
Credentials land in your vault

AI and human agents provision everything. When complete, Claude pulls your credentials directly into your environment via get_vault.

Credentials delivered to your vault

Every credential arrives encrypted, pre-formatted for 1Password CLI. Pull any secret into Claude Code with a single op:// reference.

Your vault
Encrypted

1Password CLI integration

Every credential is delivered as a 1Password item, ready for the CLI. Import your Stacked vault into 1Password and access any secret from the terminal or from Claude Code.

Reference any credential in your code or environment with a single op://stacked/stripe/secret-key reference. No hardcoded keys. No .env files floating around.

When Claude Code needs a credential, it pulls it directly from 1Password using the op:// protocol. Your secrets never touch disk in plaintext.

Example: pull a credential
# Export a credential to an environment variable
export STRIPE_SECRET_KEY=$(op read "op://stacked/stripe/secret-key")

# Or use it inline
curl -H "Authorization: Bearer $(op read 'op://stacked/anthropic/api-key')" \
  https://api.anthropic.com/v1/messages

Frequently asked questions

What if I already have some accounts?
The MCP audit detects existing accounts in your environment and only orders what's missing. You won't be charged for anything you already have. Claude presents a full breakdown before any order is placed.
Can I choose which accounts to include?
Yes. After the audit, Claude presents a list of recommended accounts. You can approve, remove, or add items before the order goes through. Nothing is provisioned without your explicit confirmation.
How long does it take?
Most stacks are delivered in under 48 hours. Many individual accounts are ready within the hour. Same-day priority is available on every order if you need everything faster.
What happens after delivery?
You own everything. Accounts are created in your name, with your email, on your billing. After vault delivery, all Stacked access is revoked. Credentials are yours and are not stored on our servers.
Do I need 1Password to use the vault?
The vault is optimized for 1Password CLI, but credentials can be delivered in any format you need. 1Password gives you the best integration with Claude Code via op:// references, but it's not required.
What tools does Claude need?
Just the Stacked MCP server added to your Claude Code config. Five tools are exposed: audit_stack, create_order, check_order_status, get_vault, and get_bounty_rates. No other dependencies required.

Get your stack

Stop configuring. Start building. Your entire stack provisioned by AI and humans while you ship.

Get stacked →