🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@paasbuild/mcp

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@paasbuild/mcp

MCP server for paas.build — an AI agent can create a real merchant account (sandbox + production), mint checkout tokens and take a business live in one session. Payments for AI builders, 3.9% flat.

latest
Source
npmnpm
Version
0.2.1
Version published
Maintainers
1
Created
Source

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

ToolWhat it does
identify_businessResolves a name / website / phrase into a business (uses web search)
go_liveCreates a real merchant account — sandbox + production — and returns scoped access tokens
create_checkoutCreates a checkout session and returns a payable link

Configuration

EnvDefaultNotes
PAAS_PROXYhttps://paas.buildThe 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?

MIT © UniPaaS

mcp-name: io.github.UNIPaaS/paas-build-mcp

Keywords

mcp

FAQs

Package last updated on 25 Jul 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts