Local MCP server that installs ProAbono into a website, from the developer IDE.
- ✓Open-source license (MIT)
- ✓Actively maintained (<30d)
- ✓Clear description
- ✓Documented (README)
claude mcp add proabono-mcp-installation -- npx -y @proabono/mcp-installation{
"mcpServers": {
"proabono-mcp-installation": {
"command": "npx",
"args": ["-y", "@proabono/mcp-installation"]
}
}
}Resumen de MCP Servers
# ProAbono MCP Installation
A local [MCP](https://modelcontextprotocol.io) server that installs ProAbono into your site, from your IDE.
It gives your coding assistant the ProAbono documentation, the API Live and *your own* ProAbono configuration, so it can answer API questions, generate integration code already filled in with your real business identifier and segment, read your account back to check the result, and create test data.
It runs locally, over stdio, against whatever account your key opens. It has no environment concept of its own: your credentials are the only boundary.
## Early version
**0.0.1 is a first release.** What it does today:
- **Step 1 — Customer Portal**: generates the in-site embed, security hash included.
- **Catalogue and account introspection**: offers, features, customers, subscriptions, usage.
- **Customer and subscription writes**: create and update customers, billing addresses, subscriptions.
- **Documentation and API reference**: natural-language search over the ProAbono corpus and the Live OpenAPI contract.
Not in this version, and planned: **Step 2 — Subscription Workflow** code generation, **Step 3 — Usage API** rights synchronization, the notification-endpoint scaffold, the `install_insite` orchestrator, installation-state tracking, and end-to-end installation verification.
Widget and plug-in installations (WordPress and similar) are out of scope by design: this server installs ProAbono **in-site, by code**.
## Install
### Claude Code
```bash
claude mcp add --transport stdio proabono --scope user -- npx -y @proabono/mcp-installation
```
### VS Code
In `.vscode/mcp.json`:
```json
{
"servers": {
"proabono": {
"type": "stdio",
"command": "npx",
"args": ["-y", "@proabono/mcp-installation"]
}
}
}
```
### Cursor
In `.cursor/mcp.json` (or `~/.cursor/mcp.json` for every project):
```json
{
"mcpServers": {
"proabono": {
"command": "npx",
"args": ["-y", "@proabono/mcp-installation"]
}
}
}
```
Requires Node.js 20 or later.
## Configuration
The server reads seven environment variables and nothing else. It refuses to start if any is missing, naming the ones it needs.
| Variable | Holds |
|---|---|
| `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 |
All seven are in your ProAbono BackOffice. Set them in the environment that launches your MCP client — your shell profile, or your OS user environment.
**Do not put them in a configuration file you commit.** Claude Code's `.mcp.json` expands `${PROABONO_API_KEY}`, and VS Code's `mcp.json` can prompt for them through its `inputs` section; both keep the values out of the file. Cursor supports neither, so on Cursor let the server inherit them from your environment rather than writing them into `env`.
No value you supply is ever logged, returned by a tool, put in an error message, or inlined into generated code. Generated code references the variable names.
## Tools
**Documentation**
- `search_documentation` — natural-language search across the ProAbono documentation and the Live OpenAPI contract.
- `get_api_reference` — parameters and schema for a given endpoint or object.
**Catalogue and account**
- `list_offers`, `get_offer` — the offers your segment exposes.
- `list_features` — the features of your business.
- `get_customer` — a customer by reference.
- `list_subscriptions` — a customer's subscriptions.
- `get_usages` — a customer's rights and consumption.
**Customers and subscriptions**
- `create_customer`, `update_customer` — create and update a customer in your segment.
- `update_billing_address` — set a customer's billing address.
- `create_subscription` — subscribe a customer to an offer.
- `change_subscription` — upgrade, downgrade or terminate.
**Hosted pages**
- `install_customer_portal` — the Step 1 in-site embed, with the security hash, for your stack.
- `generate_pricing_table` — a pricing table over your real offers.
**Server**
- `get_server_info` — version and configuration status, values excluded.
No tool in this server destroys or anonymizes anything. ProAbono's anonymization, invalidation, suspension and link-revocation endpoints exist and are deliberately not exposed, in any account.
## Building from source
The published package is self-contained: the ProAbono API contract and documentation are copied into `dist/resources/` at build time, so nothing is fetched at run time.
A clone builds the same way, with no credential and no access to anything of ours:
```bash
npm ci && npm run build && npm test
```
Both sources the build vendors live in this repository, under `resources/`: the API contract in `resources/open-api/` and the documentation corpus in `resources/docs/`. The contract is a copy of the one ProAbono maintains internally, refreshed by hand — see `resources/open-api/index.md`.
## Support
Issues and questions: [mcp@proabono.com](mailto:mcp@proabono.com).
When reporting a problem, include the output of `get_server_info` — it reports the server version and which variables are configured, and never their values.
## Licence
MIT. See [LICENSE](LICENSE).
Lo que la gente pregunta sobre ProAbono.Mcp.Installation
¿Qué es SubscriptionTech/ProAbono.Mcp.Installation?
+
SubscriptionTech/ProAbono.Mcp.Installation es mcp servers para el ecosistema de Claude AI. Local MCP server that installs ProAbono into a website, from the developer IDE. Tiene 0 estrellas en GitHub y su última actualización registrada es del 2026-09-18.
¿Cómo se instala ProAbono.Mcp.Installation?
+
Puedes instalar ProAbono.Mcp.Installation clonando el repositorio (https://github.com/SubscriptionTech/ProAbono.Mcp.Installation) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.
¿Es seguro usar SubscriptionTech/ProAbono.Mcp.Installation?
+
Nuestro agente de seguridad ha analizado SubscriptionTech/ProAbono.Mcp.Installation y le ha asignado un Trust Score de 87/100 (tier: Trusted). Revisa el desglose completo de comprobaciones superadas y flags en esta página.
¿Quién mantiene SubscriptionTech/ProAbono.Mcp.Installation?
+
SubscriptionTech/ProAbono.Mcp.Installation es mantenido por SubscriptionTech. La última actividad registrada en GitHub es del 2026-09-18, con 0 issues abiertos.
¿Hay alternativas a ProAbono.Mcp.Installation?
+
Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.
Despliega ProAbono.Mcp.Installation en tu cloud
Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.
¿Mantienes este repo? Añade un badge a tu README
Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.
[](https://claudewave.com/repo/subscriptiontech-proabono-mcp-installation)<a href="https://claudewave.com/repo/subscriptiontech-proabono-mcp-installation"><img src="https://claudewave.com/api/badge/subscriptiontech-proabono-mcp-installation" alt="Featured on ClaudeWave: SubscriptionTech/ProAbono.Mcp.Installation" width="320" height="64" /></a>Más MCP Servers
Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.
User-friendly AI Interface (Supports Ollama, OpenAI API, ...)
An open-source AI agent that brings the power of Gemini directly into your terminal.
Real-time global intelligence dashboard. AI-powered news aggregation, geopolitical monitoring, and infrastructure tracking in a unified situational awareness interface
🕷️ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl! Don't be shy, join here: https://discord.gg/EMgGbDceNQ
The fastest path to AI-powered full stack observability, even for lean teams.