npm @paasbuild/mcpstdioMITupdated 1mo ago
Let your AI agent take a business live on payments — no dashboard, no forms, no week-long review.
Was kannst du mit paas build mcp machen?
paas.build MCP server
Let your AI agent take a business live on payments — no dashboard, no forms, no week-long review.
Most payment MCPs manage an account you already have. This one goes a level deeper: it creates the account. From Claude Code, Cursor, Windsurf or any MCP client, an agent can identify a business, open a real merchant account (sandbox and production, on FCA-authorised rails), and mint checkout tokens — in one session. Progressive KYB: live immediately with a cap, verification completes in the background. One rate: 3.9%.
Install
Set up the skill + slash commands (one command):
npx @paasbuild/mcp install
This writes a paas.build skill plus /paas-add-payments and /paas-check commands into your project (.claude/ + AGENTS.md), so your agent knows when and how to add payments. Then wire the tools:
claude mcp add paas-build -- npx -y @paasbuild/mcp
(or point any MCP client at https://paas.build/mcp)
Then just say: "add payments to my app."
Check your app first (private-safe)
npx @paasbuild/mcp check
Runs locally in your repo — nothing is uploaded. Tells you if you'll hit the Stripe no-company wall or need Connect to pay out your users, and how to go live instead. Public repo or a live URL instead? Use the web version at paas.build/check.
Tools
| Tool | What it does |
|---|---|
identify_business |
Resolves a name / website / phrase into a business (uses web search) |
go_live |
Creates a real merchant account — sandbox + production — and returns scoped access tokens |
create_checkout |
Creates a checkout session and returns a payable link |
Configuration
| Env | Default | Notes |
|---|---|---|
PAAS_PROXY |
https://paas.build |
The paas.build API (secrets stay server-side) |
The agent never holds platform keys — only scoped tokens for the vendor it created.
Why this exists
AI agents build full products in one evening — then hit the last blocker: accepting money. Traditional merchant onboarding assumes a human filling forms and waiting days. This server makes onboarding itself agent-native. Read more: Agentic payments — agents can pay, but can they get paid?
- Site: paas.build · Docs for agents: paas.build/agents
- React checkout:
@paasbuild/react - Powered by UniPaaS — FCA-authorised payment institution (No. 929994)
MIT © UniPaaS
mcp-name: io.github.UNIPaaS/paas-build-mcp
Installation
paas build mcp zu deinem Client hinzufügen. Wähl den, den du nutzt.
claude mcp add mcp -- npx -y @paasbuild/mcpcodex mcp add mcp -- npx -y @paasbuild/mcpamp mcp add mcp -- npx -y @paasbuild/mcp{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@paasbuild/mcp"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@paasbuild/mcp"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
code --add-mcp '{"name":"mcp","command":"npx","args":["-y","@paasbuild/mcp"]}'Or add the block manually to `.vscode/mcp.json` under `servers`.
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@paasbuild/mcp"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@paasbuild/mcp"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@paasbuild/mcp"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"mcp": {
"type": "local",
"command": "npx",
"args": [
"-y",
"@paasbuild/mcp"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"mcp": {
"command": {
"path": "npx",
"args": [
"-y",
"@paasbuild/mcp"
]
}
}
}
}Add to your Zed `settings.json`.
npx -y @paasbuild/mcpRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
3 Tools
paas build mcp stellt einem verbundenen Agent 3 Tools bereit.
- identify_business
- Resolves a name / website / phrase into a business (uses web search)
- go_live
- Creates a real merchant account — sandbox + production — and returns scoped access tokens
- create_checkout
- Creates a checkout session and returns a payable link
Score
70 / 100
Gut
- Dokumentation22/25
- Pflege16/25
- Vertrauen16/20
- Funktionsumfang4/15
- Installation12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 37 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 3 tool(s) documented
- Provides prompt templates
- Provides resources
- 12 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Versionsverlauf
| Versionen | Veröffentlicht |
|---|---|
| 0.1.4Aktuell | 6. Juli 2026 |
| 0.1.3 | 6. Juli 2026 |