paas.build Open my account
Docs · Agents-first

Point your agent here.

Our docs are written for agents first. Install the skill, say what you want, review the diff. Humans welcome too — the readable reference is below.

Install

# MCP server — your agent opens the account itself (official registry: io.github.UNIPaaS/paas-build-mcp) claude mcp add paas-build -- npx -y @paasbuild/mcp
# Claude Code plugin claude plugin marketplace add UNIPaaS/agent-skills claude plugin install unipaas@unipaas
# Any MCP client — live docs server claude mcp add --transport http unipaas-docs https://docs.mcp.unipaas.com
# Anything else npx skills add docs.unipaas.com

Then tell it what you want: “add payments to my app” · “let my users take payments” · “replace Stripe”

MCP install — per coding agent

Copy-paste for your agent

One MCP server, three tools: identify_business · go_live · create_checkout. Hosted remote server: https://paas.build/mcp (streamable HTTP) — or run the npm package @paasbuild/mcp over stdio. Official registry: io.github.UNIPaaS/paas-build-mcp.

Cursor — ~/.cursor/mcp.json (or .cursor/mcp.json)

// remote server (no install) { "mcpServers": { "paas-build": { "url": "https://paas.build/mcp" } } }

Windsurf — ~/.codeium/windsurf/mcp_config.json

// Windsurf uses serverUrl for remote HTTP servers { "mcpServers": { "paas-build": { "serverUrl": "https://paas.build/mcp" } } }

Cline — cline_mcp_settings.json

// set type to streamableHttp (camelCase) for the remote transport { "mcpServers": { "paas-build": { "type": "streamableHttp", "url": "https://paas.build/mcp" } } }

Claude Code — CLI

# npm package (stdio) claude mcp add paas-build -- npx -y @paasbuild/mcp # or the hosted remote server claude mcp add --transport http paas-build https://paas.build/mcp

VS Code / GitHub Copilot — .vscode/mcp.json

// remote server, type "http" { "servers": { "paas-build": { "type": "http", "url": "https://paas.build/mcp" } } }

Replit — Agent → Integrations → MCP servers

# paste this URL into "Add MCP server", then Test & Save https://paas.build/mcp

Prefer stdio anywhere? Use command: "npx", args: ["-y","@paasbuild/mcp"]. After adding, tell the agent: "take my business live".

What your agent gets

The integration map

Which pieces exist and how they connect — no guessing.

One-call quickstart

A single API call to the first payment.

Drop-in templates

Checkout, onboarding, balance and payout components, ready to mount.

Exact field names

The details that usually cost hours — documented precisely.

Test flows

Sandbox, test cards, webhooks — end to end.

llms.txt

Full corpus for any model: /llms-full.txt

Prefer to read?

The same docs, for humans.

Everything your agent reads, readable by you — one reference, no drift.

Proof

Built by an agent, on camera.

Triibe: onboarding, checkout, payouts — 90 minutes, fully branded. This is what “agents-ready” means when it’s real.

Works with Claude Code · Cursor · Codex · Gemini CLI · any MCP client

Your agent is ready. Are you?