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.
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.
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.
claude mcp add mcp-installation -- npx -y @proabono/mcp-installation
{
"mcpServers": {
"mcp-installation": {
"args": [
"-y",
"@proabono/mcp-installation"
],
"command": "npx"
}
}
}
[mcp_servers.mcp-installation]
command = "npx"
args = ["-y", "@proabono/mcp-installation"]
{
"mcpServers": {
"mcp-installation": {
"args": [
"-y",
"@proabono/mcp-installation"
],
"command": "npx"
}
}
}
{
"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.
MCP server for Sherweb — billing, subscriptions, customers, and product catalog.
MCP server for Sherweb — billing, subscriptions, customers, and product catalog.
Hosted Stripe MCP server: 18 tools for payments, subscriptions, invoicing, customers, and reporting.
Stripe analytics — revenue, customers, subscriptions, refunds, churn from Claude.
MCP server for Stripe API — customers, charges, payments, subscriptions, products, and invoices
Read Orb customers, subscriptions, invoices, usage and costs; create or update customers.
Create and manage checkout pages, event ticketing, forms, customers, payments and subscriptions.
Read Lago customers, subscriptions, invoices, usage and revenue analytics; write events.
Answers built from our own checks of this server.