mcpbeat Sign in
C

MCP Installation MCP Server

local only

MCP Installation runs on your own machine — the client starts it, so there is no endpoint to ping.

Installs ProAbono into a website from the IDE: hosted pages, catalogue, customers, subscriptions.

Installs / week
npm · @proabono/mcp-installation
Stars
on GitHub
Last commit
no recent releases
License
language unknown

Nothing serious here today

Today is the operative word: we check MCP Installation every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp-installation -- npx -y @proabono/mcp-installation
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-installation": {
      "args": [
        "-y",
        "@proabono/mcp-installation"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-installation]
command = "npx"
args = ["-y", "@proabono/mcp-installation"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-installation": {
      "args": [
        "-y",
        "@proabono/mcp-installation"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-installation": {
      "args": [
        "-y",
        "@proabono/mcp-installation"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: PROABONO_API_BASE (The API endpoint, https://api-{business_id}.proabono.com), PROABONO_BUSINESS_ID (Your numeric business identifier), PROABONO_SEGMENT_REF (The Segment your customers and offers belong to), PROABONO_AGENT_KEY (Basic auth username), PROABONO_API_KEY (Basic auth password), PROABONO_PORTAL_SECRET (HMAC key for the portal security hash), PROABONO_WEBHOOK_SECRET (Secret for the notification signature). The author declared them in the registry entry; get the values from the project itself.

Alternatives to MCP Installation

same job, measured the same way
Sherweb
by wyre-technology

MCP server for Sherweb — billing, subscriptions, customers, and product catalog.

local only
Sherweb
by wyre-ai

MCP server for Sherweb — billing, subscriptions, customers, and product catalog.

local only
NordicMCP — Stripe
by nordicmcp

Hosted Stripe MCP server: 18 tools for payments, subscriptions, invoicing, customers, and reporting.

answering
Stripe Analytics
by lordbasilaiassistant-sudo

Stripe analytics — revenue, customers, subscriptions, refunds, churn from Claude.

27 installs/wk local only
Stripe MCP Server
by friendlygeorge

MCP server for Stripe API — customers, charges, payments, subscriptions, products, and invoices

36 installs/wk local only
Orb
by usefulapi

Read Orb customers, subscriptions, invoices, usage and costs; create or update customers.

26 tools answering
Checkout Page
by checkoutpage

Create and manage checkout pages, event ticketing, forms, customers, payments and subscriptions.

answering
Lago
by usefulapi

Read Lago customers, subscriptions, invoices, usage and revenue analytics; write events.

24 tools answering

MCP Installation — questions

Answers built from our own checks of this server.

Why is there no uptime for MCP Installation?
MCP Installation runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @proabono/mcp-installation.
How do I connect MCP Installation?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @proabono/mcp-installation straight from npm; nothing to host, nothing to sign up for.