Loading MCP server directory, please wait...
Installs ProAbono into a website from the IDE: hosted pages, catalogue, customers, subscriptions.
npx @getmcp/cli add com.proabono/mcp-installationRequires Node.js 18+. Community-contributed server. Review source before installing.
PROABONO_API_BASEThe API endpoint, https://api-{business_id}.proabono.com
PROABONO_BUSINESS_IDYour numeric business identifier
PROABONO_SEGMENT_REFThe Segment your customers and offers belong to
PROABONO_AGENT_KEYBasic auth username
PROABONO_API_KEYBasic auth password
PROABONO_PORTAL_SECRETHMAC key for the portal security hash
PROABONO_WEBHOOK_SECRETSecret for the notification signature
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"com.proabono/mcp-installation": {
"command": "npx",
"args": [
"-y",
"@proabono/mcp-installation"
],
"env": {
"PROABONO_API_BASE": "",
"PROABONO_BUSINESS_ID": "",
"PROABONO_SEGMENT_REF": "",
"PROABONO_AGENT_KEY": "",
"PROABONO_API_KEY": "",
"PROABONO_PORTAL_SECRET": "",
"PROABONO_WEBHOOK_SECRET": ""
}
}
}
}