Skip to content

Commit e3ff7db

Browse files
committed
chore: mcp server update
1 parent daeae69 commit e3ff7db

6 files changed

Lines changed: 129 additions & 137 deletions

File tree

README.md

Lines changed: 10 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -320,19 +320,6 @@ Use this endpoint to view available payment options before creating orders.
320320

321321

322322

323-
### billing_cancelSubscriptionV1
324-
325-
Cancel a subscription and stop any further billing.
326-
327-
Use this endpoint when users want to terminate active services.
328-
329-
- **Method**: `DELETE`
330-
- **Path**: `/api/billing/v1/subscriptions/{subscriptionId}`
331-
332-
**Parameters**:
333-
334-
- `subscriptionId`: Subscription ID (required)
335-
336323
### billing_getSubscriptionListV1
337324

338325
Retrieve a list of all subscriptions associated with your account.
@@ -907,9 +894,8 @@ You can filter contacts by group UUID and subscription status.
907894
Create a new contact in the email marketing system.
908895

909896
This endpoint allows you to create a new contact with basic information like name, email, and surname.
910-
You can optionally assign the contact to specific groups and add notes.
911897

912-
The contact will be automatically subscribed to email communications.
898+
If double opt-in is enabled, the contact will be created with a pending status and a confirmation email will be sent.
913899

914900
- **Method**: `POST`
915901
- **Path**: `/api/reach/v1/contacts`
@@ -978,6 +964,15 @@ Segments are used to organize and group contacts based on specific criteria.
978964

979965
- `segmentUuid`: Segment uuid parameter (required)
980966

967+
### reach_listProfilesV1
968+
969+
This endpoint returns all profiles available to the client, including their basic information.
970+
971+
- **Method**: `GET`
972+
- **Path**: `/api/reach/v1/profiles`
973+
974+
975+
981976
### VPS_getDataCenterListV1
982977

983978
Retrieve all available data centers.

package-lock.json

Lines changed: 67 additions & 50 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hostinger-api-mcp",
3-
"version": "0.1.24",
3+
"version": "0.1.25",
44
"description": "MCP server for Hostinger API",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)