PineLabs Plural PG — Payment Gateway MCP Server
OCI · PINELABS/MCP:LATEST · 3 COMPONENTS · SCANNED SEP 20
Create payment orders, checkout, subscriptions & UPI via PineLabs Plural PG gateway
Available components
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →
Supply Chain Security0
- Malware scan not yet available for this package.Unverified
- Known CVEs could not be checked: this artifact ships no SBOM, so there is no dependency list to read. Publishing one would let us assess it.Unverified
- Install-script risk not yet assessed.Unverified
- Dependency health could not be checked: this artifact ships no SBOM, so there is no dependency list to read. Publishing one would let us assess it.Unverified
Provenance & Transparency35
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- License check failed: no license is declared. See how to fix → Fail
- Actively maintained (last published 154 days ago).Pass
- Publishes a security disclosure policy (SECURITY.md).Pass
Schema Quality & AI Usability62
- AI-judged instruction clarity (fair).Partial
- Tool/resource definitions use about 2835 tokens (~74/item across 38 items; 38 tools + 0 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management83
- Stability observed for 25 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage74
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 7% of tool parameters carry a description.Partial
- Structured output schemas are declared (97% of tools); any adoption earns full credit.Pass
Tool Safety75
- No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
- 0 of 5 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "delete_plan" implies "delete" and declares no destructiveHint at all, which the MCP spec reads as destructive by default. See how to fix → Fail
- An AI judge read all 38 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Unverified: 1 category
A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.
How do I install the PineLabs Plural PG — Payment Gateway MCP Server server?
PineLabs Plural PG — Payment Gateway MCP Server runs locally as a container image, launched with docker run --rm -i pinelabs/mcp:latest. Ready-made configuration for Claude, Cursor, VS Code, Codex and 3 more is on this page, copied from each client's own documentation.
oci · pinelabs/mcp:latest
claude mcp add plural-pinelabs-pinelabs-online-mcp -- docker run --rm -i pinelabs/mcp:latest
{
"mcpServers": {
"plural-pinelabs-pinelabs-online-mcp": {
"command": "docker",
"args": [
"run",
"--rm",
"-i",
"pinelabs/mcp:latest"
]
}
}
} {
"servers": {
"plural-pinelabs-pinelabs-online-mcp": {
"command": "docker",
"args": [
"run",
"--rm",
"-i",
"pinelabs/mcp:latest"
]
}
}
} codex mcp add plural-pinelabs-pinelabs-online-mcp -- docker run --rm -i pinelabs/mcp:latest
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"plural-pinelabs-pinelabs-online-mcp": {
"type": "local",
"command": [
"docker",
"run",
"--rm",
"-i",
"pinelabs/mcp:latest"
],
"enabled": true
}
}
} mcp_servers:
plural-pinelabs-pinelabs-online-mcp:
command: "docker"
args: ["run", "--rm", "-i", "pinelabs/mcp:latest"] {
"McpServers": {
"plural-pinelabs-pinelabs-online-mcp": {
"Transport": "stdio",
"Command": "docker",
"Arguments": [
"run",
"--rm",
"-i",
"pinelabs/mcp:latest"
]
}
}
} {
"mcpServers": {
"plural-pinelabs-pinelabs-online-mcp": {
"command": "docker",
"args": [
"run",
"--rm",
"-i",
"pinelabs/mcp:latest"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 19 Sept 26 −3
- Stability: pass → 0.80 functional
- 18 Sept 26 +1
- Stability: 0.97 → pass security
- 16 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 90 to 93. That category is still filling its 30-day observation window: 27 days of observed history at the previous scan, 28 at this one. The score rises as the window fills, whether or not the server changes.
- 14 Sept 26 +1
- Security disclosure: unverified → pass ▲ functional
- 13 Sept 26 0
- Security disclosure: pass → unverified ▼ functional
- 12 Sept 26 −3
- Stability: pass → 0.80 functional
- 11 Sept 26 +1
- Stability: 0.97 → pass security
- 9 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 90 to 93. That category is still filling its 30-day observation window: 27 days of observed history at the previous scan, 28 at this one. The score rises as the window fills, whether or not the server changes.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 20 Sept 2026 · Analysed oci/pinelabs/mcp:latest
Provenance No attestation
The registry publishes no build provenance for this version, so there is nothing to verify.
| Result | No attestation |
|---|---|
| Ecosystem | oci |
| Reason | No attestation published |
Background: How many MCP packages publish verified provenance →
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →
cancel_order ~47
Cancel a pre-authorized payment against a Pine Labs order. Can only be used when the order was created with pre_auth=true. Returns cancelled order details.
| Name | Type | Req | Description |
|---|---|---|---|
| order_id | string | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
cancel_payment_link ~45
Cancel a Pine Labs payment link. Only links with status CREATED can be cancelled. Returns the updated payment link details with status CANCELLED.
| Name | Type | Req | Description |
|---|---|---|---|
| payment_link_id | string | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
cancel_subscription ~27
Cancel an active subscription in Pine Labs by subscription ID.
| Name | Type | Req | Description |
|---|---|---|---|
| subscription_id | string | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
create_debit ~58
Execute a debit (payment collection) against a subscription in Pine Labs. Requires at least one of presentation_id or merchant_presentation_reference.
| Name | Type | Req | Description |
|---|---|---|---|
| is_merchant_retry | – | – | – |
| merchant_presentation_reference | – | – | – |
| presentation_id | – | – | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
create_merchant_retry ~55
Retry mandate execution for a subscription when in DEBIT FAILED stage (max 3 retries). Requires at least one of presentation_id or merchant_presentation_reference.
| Name | Type | Req | Description |
|---|---|---|---|
| merchant_presentation_reference | – | – | – |
| presentation_id | – | – | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
create_order ~276
Create a new Pine Labs checkout order and generate a checkout link. Returns an order ID and redirect URL. Requires a merchant order reference and amount (in paisa). Supports REDIRECT, IFRAME, and SDK modes.
| Name | Type | Req | Description |
|---|---|---|---|
| allowed_payment_methods | – | – | – |
| amount_value | integer | yes | – |
| billing_address1 | – | – | – |
| billing_address2 | – | – | – |
| billing_address3 | – | – | – |
| billing_city | – | – | – |
| billing_country | – | – | – |
| billing_full_name | – | – | – |
| billing_pincode | – | – | – |
| billing_state | – | – | – |
| callback_url | – | – | – |
| currency | string | – | – |
| customer_country_code | – | – | – |
| customer_email | – | – | – |
| customer_first_name | – | – | – |
| customer_id | – | – | – |
| customer_last_name | – | – | – |
| customer_mobile | – | – | – |
| failure_callback_url | – | – | – |
| integration_mode | – | – | – |
| merchant_metadata | – | – | – |
| merchant_order_reference | string | yes | – |
| notes | – | – | – |
| pre_auth | – | – | – |
| product_amount | – | – | – |
| product_code | – | – | – |
| shipping_address1 | – | – | – |
| shipping_address2 | – | – | – |
| shipping_address3 | – | – | – |
| shipping_city | – | – | – |
| shipping_country | – | – | – |
| shipping_full_name | – | – | – |
| shipping_pincode | – | – | – |
| shipping_state | – | – | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
create_payment_link ~353
Create a new Pine Labs payment link. Returns a short URL that customers can use to make payments. Requires amount (in paisa) and customer details.
| Name | Type | Req | Description |
|---|---|---|---|
| allowed_payment_methods | – | – | CARD, UPI, POINTS, etc. |
| amount_value | integer | yes | Amount in paisa (e.g., 50000 = Rs.500). |
| billing_address1 | – | – | – |
| billing_address2 | – | – | – |
| billing_address3 | – | – | – |
| billing_city | – | – | – |
| billing_country | – | – | – |
| billing_full_name | – | – | – |
| billing_pincode | – | – | – |
| billing_state | – | – | – |
| cart_coupon_discount_amount | – | – | Coupon discount in paisa. |
| currency | string | – | Three-letter ISO currency code (default: INR). |
| customer_country_code | – | – | Country code (e.g., +91). |
| customer_email | – | – | Customer email address. |
| customer_first_name | – | – | Customer first name. |
| customer_id | – | – | Customer ID in Pine Labs database. |
| customer_last_name | – | – | Customer last name. |
| customer_mobile | – | – | Customer mobile number (10-20 digits). |
| description | – | – | Payment description. |
| expire_by | – | – | Expiry in ISO 8601. Max 180 days. |
| merchant_metadata | – | – | Custom key-value metadata. |
| merchant_payment_link_reference | – | – | Unique ref (1-50 chars). |
| product_amount | – | – | Product amount in paisa. |
| product_code | – | – | Product identifier. |
| shipping_address1 | – | – | – |
| shipping_address2 | – | – | – |
| shipping_address3 | – | – | – |
| shipping_city | – | – | – |
| shipping_country | – | – | – |
| shipping_full_name | – | – | – |
| shipping_pincode | – | – | – |
| shipping_state | – | – | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
create_plan ~143
Create a new subscription plan in Pine Labs. Requires plan_name, frequency, amount_value, max_limit_amount_value, end_date, and merchant_plan_reference. Returns plan details.
| Name | Type | Req | Description |
|---|---|---|---|
| amount_value | integer | yes | – |
| auto_debit_ot | – | – | – |
| currency | string | – | – |
| end_date | string | yes | – |
| frequency | string | yes | – |
| initial_debit_amount_value | – | – | – |
| max_limit_amount_value | integer | yes | – |
| merchant_metadata | – | – | – |
| merchant_plan_reference | string | yes | – |
| plan_description | – | – | – |
| plan_name | string | yes | – |
| start_date | – | – | – |
| trial_period_in_days | – | – | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
create_presentation ~80
Create a presentation (payment request) for a subscription in Pine Labs. Requires subscription_id, due_date, amount_value, and merchant_presentation_reference.
| Name | Type | Req | Description |
|---|---|---|---|
| amount_value | integer | yes | – |
| currency | string | – | – |
| due_date | string | yes | – |
| merchant_presentation_reference | string | yes | – |
| subscription_id | string | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
create_subscription ~174
Create a new subscription in Pine Labs against a plan. Requires merchant_subscription_reference, plan_id, start_date, end_date, customer_id, and integration_mode (SEAMLESS or REDIRECT).
| Name | Type | Req | Description |
|---|---|---|---|
| allowed_payment_methods | – | – | – |
| bank_account_name | – | – | – |
| bank_account_number | – | – | – |
| bank_ifsc | – | – | – |
| callback_url | – | – | – |
| customer_id | string | yes | – |
| enable_notification | – | – | – |
| end_date | string | yes | – |
| failure_callback_url | – | – | – |
| integration_mode | string | yes | – |
| is_tpv_enabled | – | – | – |
| merchant_metadata | – | – | – |
| merchant_subscription_reference | string | yes | – |
| payment_mode | – | – | – |
| plan_id | string | yes | – |
| quantity | – | – | – |
| redirect_url | – | – | – |
| start_date | string | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
create_upi_intent_payment_with_qr ~259
Create a Pine Labs pay order and then create a UPI intent payment with QR for that order. Returns both the order response and the QR payment response.
| Name | Type | Req | Description |
|---|---|---|---|
| allowed_payment_methods | – | – | – |
| amount_value | integer | yes | – |
| billing_address1 | – | – | – |
| billing_address2 | – | – | – |
| billing_address3 | – | – | – |
| billing_city | – | – | – |
| billing_country | – | – | – |
| billing_full_name | – | – | – |
| billing_pincode | – | – | – |
| billing_state | – | – | – |
| callback_url | – | – | – |
| currency | string | – | – |
| customer_country_code | – | – | – |
| customer_email | – | – | – |
| customer_first_name | – | – | – |
| customer_id | – | – | – |
| customer_last_name | – | – | – |
| customer_mobile | – | – | – |
| failure_callback_url | – | – | – |
| merchant_metadata | – | – | – |
| merchant_order_reference | string | yes | – |
| merchant_payment_reference | – | – | – |
| notes | – | – | – |
| pre_auth | – | – | – |
| shipping_address1 | – | – | – |
| shipping_address2 | – | – | – |
| shipping_address3 | – | – | – |
| shipping_city | – | – | – |
| shipping_country | – | – | – |
| shipping_full_name | – | – | – |
| shipping_pincode | – | – | – |
| shipping_state | – | – | – |
No output schema declared.
No examples provided.
delete_plan ~27
Delete a subscription plan from Pine Labs by plan ID.
| Name | Type | Req | Description |
|---|---|---|---|
| plan_id | string | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
delete_presentation ~27
Delete a presentation from Pine Labs by presentation ID.
| Name | Type | Req | Description |
|---|---|---|---|
| presentation_id | string | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
get_api_documentation ~49
Fetch Pine Labs API documentation for a specific API. Returns parsed OpenAPI specification. Use 'list_pinelabs_apis' first to discover available names.
| Name | Type | Req | Description |
|---|---|---|---|
| api_name | string | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
get_merchant_success_rate ~87
Fetch the transaction success rate for the merchant's account over a given date-time range. Both start_date and end_date accept natural-language expressions (e.g., '5 hours ago', 'now') or exact 'YYYY-MM-DD HH:MM:SS' strings. Max range: 7 days.
| Name | Type | Req | Description |
|---|---|---|---|
| end_date | string | – | – |
| start_date | string | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
get_order_by_order_id ~45
Retrieve order details from Pine Labs by order ID. Returns comprehensive order information including status, payment details, refunds, and customer info.
| Name | Type | Req | Description |
|---|---|---|---|
| order_id | string | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
get_order_details ~67
Fetch order details within a date range from Pine Labs. Max date range is 60 days. Requires merchant_id.
| Name | Type | Req | Description |
|---|---|---|---|
| end_date | string | yes | – |
| merchant_id | string | yes | – |
| page | – | – | – |
| per_page | – | – | – |
| start_date | string | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
get_payment_link_by_id ~48
Fetch a Pine Labs payment link by its payment link ID. Returns full payment link details including status, amount, customer info, and more.
| Name | Type | Req | Description |
|---|---|---|---|
| payment_link_id | string | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
get_payment_link_by_merchant_reference ~43
Fetch a Pine Labs payment link by its merchant payment link reference. Returns the full payment link details.
| Name | Type | Req | Description |
|---|---|---|---|
| merchant_payment_link_reference | string | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
get_payment_link_details ~69
Fetch payment link details within a date range from Pine Labs. Max date range is 60 days. Requires merchant_id.
| Name | Type | Req | Description |
|---|---|---|---|
| end_date | string | yes | – |
| merchant_id | string | yes | – |
| page | – | – | – |
| per_page | – | – | – |
| start_date | string | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
get_plan_by_id ~30
Retrieve a subscription plan by its plan ID from Pine Labs.
| Name | Type | Req | Description |
|---|---|---|---|
| plan_id | string | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
get_plan_by_merchant_reference ~34
Retrieve a subscription plan by its merchant plan reference from Pine Labs.
| Name | Type | Req | Description |
|---|---|---|---|
| merchant_plan_reference | string | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
get_plans ~66
Retrieve subscription plans from Pine Labs. All parameters are optional filters.
| Name | Type | Req | Description |
|---|---|---|---|
| amount_range | – | – | – |
| end_date | – | – | – |
| frequency | – | – | – |
| page | – | – | – |
| plan_id | – | – | – |
| size | – | – | – |
| sort | – | – | – |
| start_date | – | – | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
get_presentation ~28
Retrieve a presentation by its presentation ID from Pine Labs.
| Name | Type | Req | Description |
|---|---|---|---|
| presentation_id | string | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
get_presentation_by_merchant_reference ~35
Retrieve a presentation by its merchant presentation reference from Pine Labs.
| Name | Type | Req | Description |
|---|---|---|---|
| merchant_presentation_reference | string | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
get_presentations_by_subscription_id ~48
Retrieve all presentations for a subscription from Pine Labs. Supports pagination.
| Name | Type | Req | Description |
|---|---|---|---|
| page | – | – | – |
| size | – | – | – |
| sort | – | – | – |
| subscription_id | string | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
get_refund_order_details ~70
Fetch refund order details within a date range from Pine Labs. Max date range is 60 days. Requires merchant_id.
| Name | Type | Req | Description |
|---|---|---|---|
| end_date | string | yes | – |
| merchant_id | string | yes | – |
| page | – | – | – |
| per_page | – | – | – |
| start_date | string | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
get_subscription_by_id ~29
Retrieve a subscription by its subscription ID from Pine Labs.
| Name | Type | Req | Description |
|---|---|---|---|
| subscription_id | string | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
get_subscription_by_merchant_reference ~33
Retrieve a subscription by its merchant subscription reference from Pine Labs.
| Name | Type | Req | Description |
|---|---|---|---|
| merchant_subscription_reference | string | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
get_subscriptions ~70
Retrieve subscriptions from Pine Labs. All parameters are optional filters.
| Name | Type | Req | Description |
|---|---|---|---|
| amount_range | – | – | – |
| end_date | – | – | – |
| frequency | – | – | – |
| page | – | – | – |
| plan_id | – | – | – |
| size | – | – | – |
| sort | – | – | – |
| start_date | – | – | – |
| status | – | – | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
list_pinelabs_apis ~36
List all available Pine Labs APIs with descriptions. Optionally pass a search keyword to filter results.
| Name | Type | Req | Description |
|---|---|---|---|
| search | – | – | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
pause_subscription ~27
Pause an active subscription in Pine Labs by subscription ID.
| Name | Type | Req | Description |
|---|---|---|---|
| subscription_id | string | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
resend_payment_link_notification ~41
Resend a Pine Labs payment link notification to the customer. Only works for active (CREATED) links.
| Name | Type | Req | Description |
|---|---|---|---|
| payment_link_id | string | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
resume_subscription ~27
Resume a paused subscription in Pine Labs by subscription ID.
| Name | Type | Req | Description |
|---|---|---|---|
| subscription_id | string | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
search_transaction ~39
Search for a transaction by transaction ID in Pine Labs. Requires merchant_id.
| Name | Type | Req | Description |
|---|---|---|---|
| merchant_id | string | yes | – |
| transaction_id | string | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
send_subscription_notification ~87
Send a pre-debit notification for a subscription in Pine Labs. Requires subscription_id, due_date, amount_value, and merchant_presentation_reference.
| Name | Type | Req | Description |
|---|---|---|---|
| amount_value | integer | yes | – |
| currency | string | – | – |
| due_date | string | yes | – |
| is_merchant_retry | – | – | – |
| merchant_presentation_reference | string | yes | – |
| subscription_id | string | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
update_plan ~90
Update an existing subscription plan in Pine Labs. Allows updating name, description, status, end date, max limit amount, or metadata.
| Name | Type | Req | Description |
|---|---|---|---|
| end_date | – | – | – |
| max_limit_amount_currency | string | – | – |
| max_limit_amount_value | – | – | – |
| merchant_metadata | – | – | – |
| plan_description | – | – | – |
| plan_id | string | yes | – |
| plan_name | – | – | – |
| status | – | – | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
update_subscription ~66
Update an existing subscription in Pine Labs. Requires subscription_id and reason. At least one of new_plan_id or new_end_date must be provided.
| Name | Type | Req | Description |
|---|---|---|---|
| new_end_date | – | – | – |
| new_plan_id | – | – | – |
| reason | string | yes | – |
| subscription_id | string | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
What is the PineLabs Plural PG — Payment Gateway MCP Server server?
PineLabs Plural PG — Payment Gateway MCP Server is listed in the public MCP registry as io.github.plural-pinelabs/pinelabs-online-mcp. Create payment orders, checkout, subscriptions & UPI via PineLabs Plural PG gateway. This page covers its container image (pinelabs/mcp:latest).
Is the PineLabs Plural PG — Payment Gateway MCP Server server safe to use?
PineLabs Plural PG — Payment Gateway MCP Server scores 44 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.
What tools does the PineLabs Plural PG — Payment Gateway MCP Server server expose?
PineLabs Plural PG — Payment Gateway MCP Server exposes 38 tools: create_payment_link, get_payment_link_by_id, get_payment_link_by_merchant_reference, cancel_payment_link, resend_payment_link_notification, and 33 more. Their descriptions and schemas cost roughly 2,835 tokens of context every time the server is loaded.
Is the PineLabs Plural PG — Payment Gateway MCP Server server still maintained?
PineLabs Plural PG — Payment Gateway MCP Server is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.