← Back to search

PineLabs Plural PG — Payment Gateway MCP Server

plural-pinelabs streamable_http Scanned 31d ago

Create payment orders, checkout, subscriptions & UPI via PineLabs Plural PG gateway

D
59.6 / 100

Versions

0.1.2latest
first seen Jun 5, 2026
PermissionsTool SafetyAuthAnnotationsCode QualityStabilitySpecVuln HistoryAuthorTransparencyCommunity

Tools 57

create_payment_link
annotations: none low

Create a Pine Labs payment link. Args: amount_value: Amount in paisa (e.g., 50000 = Rs.500). currency: Three-letter ISO currency code (default: INR). customer_email: Customer email address. customer_first_name: Customer first name. customer_last_name: Customer last name. customer_mobile: Customer mobile number (10-20 digits). customer_country_code: Country code (e.g., +91). customer_id: Customer ID in Pine Labs database. description: Payment description. expire_by: Expiry in ISO 8601. Max 180 days. allowed_payment_methods: CARD, UPI, POINTS, etc. merchant_payment_link_reference: Unique ref (1-50 chars). billing_address1..billing_full_name: Billing address. shipping_address1..shipping_full_name: Shipping address. merchant_metadata: Custom key-value metadata. product_code: Product identifier. product_amount: Product amount in paisa. cart_coupon_discount_amount: Coupon discount in paisa.

currency str expire_by string customer_id string description string amount_value int billing_city string product_code string billing_state string shipping_city string customer_email string product_amount string shipping_state string billing_country string billing_pincode string customer_mobile string billing_address1 string billing_address2 string billing_address3 string shipping_country string shipping_pincode string billing_full_name string merchant_metadata string shipping_address1 string shipping_address2 string shipping_address3 string customer_last_name string shipping_full_name string customer_first_name string customer_country_code string allowed_payment_methods string cart_coupon_discount_amount string merchant_payment_link_reference string
get_payment_link_by_id
annotations: none low

Get a Pine Labs payment link by its ID.

payment_link_id str
get_payment_link_by_merchant_reference
annotations: none low

Get a payment link by merchant reference.

merchant_payment_link_reference str
cancel_payment_link
annotations: none low

Cancel a Pine Labs payment link.

payment_link_id str
resend_payment_link_notification
annotations: none low

Resend payment link notification to the customer.

payment_link_id str
create_card_payment
annotations: none low

Create a card payment for an existing Pine Labs order. Args: order_id: Pine Labs order ID (e.g., v1-4405071524-aa-qlAtAf). card_name: Cardholder name as printed on the card. amount_value: Amount in paisa (e.g., 1100 = Rs.11). card_number: Full card number (13-19 digits) - direct. card_cvv: Card CVV (3-4 digits) - direct. card_expiry_month: Card expiry month (MM) - direct. card_expiry_year: Card expiry year (YYYY) - direct. save_card: Whether to save card for future transactions. use_token: Set True for tokenized card payments. token_last4_digit: Last 4 digits of tokenized card. token_expiry_month: Token expiry month (MM). token_expiry_year: Token expiry year (YYYY). token_value: Token value. token_cryptogram: Token cryptogram. token_txn_type: ALT_TOKEN, NETWORK_TOKEN, or ISSUER_TOKEN. token_cvv: CVV for ALT_TOKEN transactions. merchant_payment_reference: Your unique payment ref (max 50 chars). Auto-generated if omitted. currency: Three-letter ISO currency code (default INR). idempotency_key: Optional idempotency key.

card_cvv string currency str order_id str card_name str save_card string token_cvv string use_token bool card_number string token_value string amount_value int token_txn_type string idempotency_key string card_expiry_year string token_cryptogram string card_expiry_month string token_expiry_year string token_last4_digit string token_expiry_month string merchant_payment_reference string
create_upi_intent_payment_with_qr
annotations: none low

Create an order and generate a UPI intent QR payment.

notes string currency str pre_auth string customer_id string amount_value int billing_city string callback_url string billing_state string shipping_city string customer_email string shipping_state string billing_country string billing_pincode string customer_mobile string billing_address1 string billing_address2 string billing_address3 string shipping_country string shipping_pincode string billing_full_name string merchant_metadata string shipping_address1 string shipping_address2 string shipping_address3 string customer_last_name string shipping_full_name string customer_first_name string failure_callback_url string customer_country_code string allowed_payment_methods string merchant_order_reference str merchant_payment_reference string
detect_stack
annotations: none low

Detect project technology stack from files and deps. Args: files: List of file paths in the project. package_json: Parsed package.json contents (Node.js). requirements_txt: Raw requirements.txt contents (Python). go_mod: Raw go.mod contents (Go). pubspec_yaml: Raw pubspec.yaml contents (Flutter/Dart). Returns: JSON with language, framework, frontend, packageManager, isFullStack, confidence, and notes.

files string go_mod string package_json string pubspec_yaml string requirements_txt string
integrate_pinelabs_checkout
annotations: none low

Generate Pine Labs checkout integration code. Args: language: Programming language (javascript, typescript, python, go, java, php, ruby, rust, csharp, dart). backend_framework: Backend framework (express, nextjs, django, flask, fastapi, gin). frontend_framework: Frontend framework (vanilla, react). Defaults to vanilla. Returns: JSON with summary, files, dependencies, envVars, testInstructions, and aiInstructions.

language str backend_framework str frontend_framework str
get_card_details
annotations: none low

Get card details (network, issuer, type) for a card number. Args: card_number: Full card number (13-19 digits).

card_number str
get_merchant_success_rate
annotations: none low

Fetch merchant transaction success rate.

end_date str start_date str
create_plan
annotations: none low

currency str end_date str frequency str plan_name str start_date string amount_value int auto_debit_ot string plan_description string merchant_metadata string trial_period_in_days string max_limit_amount_value int merchant_plan_reference str initial_debit_amount_value string
get_plans
annotations: none low

page string size string sort string plan_id string end_date string frequency string start_date string amount_range string
get_plan_by_id
annotations: none low

plan_id str
get_plan_by_merchant_reference
annotations: none low

merchant_plan_reference str
update_plan
annotations: none low

status string plan_id str end_date string plan_name string plan_description string merchant_metadata string max_limit_amount_value string max_limit_amount_currency str
delete_plan
annotations: none low

plan_id str
create_subscription
annotations: none low

plan_id str end_date str quantity string bank_ifsc string start_date str customer_id str callback_url string payment_mode string redirect_url string is_tpv_enabled string integration_mode str bank_account_name string merchant_metadata string bank_account_number string enable_notification string failure_callback_url string allowed_payment_methods string merchant_subscription_reference str
get_subscriptions
annotations: none low

page string size string sort string status string plan_id string end_date string frequency string start_date string amount_range string
get_subscription_by_id
annotations: none low

subscription_id str
get_subscription_by_merchant_reference
annotations: none low

merchant_subscription_reference str
pause_subscription
annotations: none low

subscription_id str
resume_subscription
annotations: none low

subscription_id str
cancel_subscription
annotations: none low

subscription_id str
update_subscription
annotations: none low

reason str new_plan_id string new_end_date string subscription_id str
create_presentation
annotations: none low

currency str due_date str amount_value int subscription_id str merchant_presentation_reference str
get_presentation
annotations: none low

presentation_id str
delete_presentation
annotations: none low

presentation_id str
get_presentations_by_subscription_id
annotations: none low

page string size string sort string subscription_id str
get_presentation_by_merchant_reference
annotations: none low

merchant_presentation_reference str
send_subscription_notification
annotations: none low

currency str due_date str amount_value int subscription_id str is_merchant_retry string merchant_presentation_reference str
create_debit
annotations: none low

presentation_id string is_merchant_retry string merchant_presentation_reference string
create_merchant_retry
annotations: none low

presentation_id string merchant_presentation_reference string
cancel_order
annotations: none low

Cancel a pre-authorized order by order ID.

order_id str
get_order_by_order_id
annotations: none low

Get order details by order ID from Pine Labs.

order_id str
get_order_by_merchant_order_reference
annotations: none low

Get order details by merchant order reference.

merchant_order_reference str
get_all_settlements
annotations: none low

Fetch all settlements within a date range. Args: start_date: Start date in ISO 8601 format (e.g. 2024-10-01T00:00:00). end_date: End date in ISO 8601 format (e.g. 2024-10-09T23:59:59). page: Page number to retrieve (e.g. "1"). per_page: Records per page, max 10 (e.g. "10").

page string end_date str per_page string start_date str
capture_order
annotations: none low

Capture a pre-authorized order. Args: order_id: Unique identifier of the order (e.g. v1-5757575757-aa-hU1rUd). merchant_capture_reference: Unique capture reference (1-50 chars, alphanumeric/hyphens/underscores). capture_amount_value: Amount to capture in paisa (e.g., 50000 = Rs.500). Required for partial capture. If omitted, full amount is captured. capture_amount_currency: Currency code (default INR). idempotency_key: Optional idempotency key.

order_id str idempotency_key string capture_amount_value string capture_amount_currency string merchant_capture_reference str
fetch_order_payments
annotations: none low

Fetch all payments for a specific order by order ID.

order_id str
create_refund
annotations: none low

Create a refund against a Pine Labs order. Args: order_id: Unique identifier of the order in the Pine Labs database. Example: v1-5757575757-aa-hU1rUd amount_value: Refund amount in paisa (e.g., 50000 = Rs.500). Min: 100, Max: 100000000. merchant_order_reference: Unique identifier for this refund (1-50 chars). currency: Three-letter ISO currency code (default: INR). merchant_metadata: Key-value pairs for additional info. products: Product details for multi-cart partial refunds. Each item: {"product_code": "...", "product_imei": "...", "product_amount_value": 10000, "product_amount_currency": "INR"}. split_type: Type of split for split settlement refunds. Example: "AMOUNT". split_details: Split settlement details array. Each item: {"parent_order_split_settlement_id": "...", "split_merchant_id": "...", "merchant_settlement_reference": "...", "amount_value": 20000, "amount_currency": "INR", "status": "DO_NOT_RECOVER"}. idempotency_key: Optional idempotency key.

currency str order_id str products string split_type string amount_value int split_details string idempotency_key string merchant_metadata string merchant_order_reference str
generate_otp
annotations: none low

Generate OTP for card payment verification. Args: payment_id: Payment ID from Pine Labs.

payment_id str
submit_otp
annotations: none low

Submit OTP for card payment verification. Args: payment_id: Payment ID from Pine Labs. otp: OTP received on registered mobile (4-8 digits).

otp str payment_id str
resend_otp
annotations: none low

Resend OTP for card payment verification. Args: payment_id: Payment ID from Pine Labs.

payment_id str
create_payout
annotations: none low

Create a new bank payout. Args: client_reference_id: Unique reference (1-40 chars, no spaces). payee_name: Payee name (1-40 chars, letters and spaces). amount_value: Amount in smallest currency unit (e.g. paisa). mode: Transfer mode - UPI, IMPS, NEFT, or RTGS. remarks: Transfer remarks (1-50 chars, alphanumeric/dash/space). currency: Three-letter ISO currency code (default INR). email: Payee email address. phone: Payee phone number (10 digits). account_number: Payee bank account number (9-18 digits). Required for IMPS, NEFT, RTGS modes. branch_code: IFSC code (max 11 chars, alphanumeric). Required for IMPS, NEFT, RTGS modes. idempotency_key: Optional idempotency key.

mode str email string phone string remarks str currency str payee_name str branch_code string amount_value int account_number string idempotency_key string client_reference_id str
get_payout_payments
annotations: none low

List and filter payouts. Args: payment_reference_id: Filter by payment reference ID. client_reference_id: Filter by client reference ID. request_reference_id: Filter by request reference ID. bank_transaction_reference_id: Filter by bank txn ref. mode: Filter by mode (UPI, IMPS, NEFT, RTGS). date_from: Start date in ISO 8601 format. date_to: End date in ISO 8601 format. status: Filter by status (SCHEDULED, PENDING, PROCESSING, PROCESSED, SUCCESS, FAILED). page: Page number (starts at 1). count: Records per page (1-20).

mode string page string count string status string date_to string date_from string client_reference_id string payment_reference_id string request_reference_id string bank_transaction_reference_id string
get_payout_balance
annotations: none low

Get the payout funding account balance.

update_payout
annotations: none low

Update the scheduled date of a payout. Args: payment_reference_id: Payout reference ID (max 50 chars). schedule_at: New schedule date in ISO 8601 UTC format (e.g., 2025-04-21T10:00:00Z). idempotency_key: Optional idempotency key.

schedule_at str idempotency_key string payment_reference_id str
cancel_payout
annotations: none low

Cancel a scheduled payout. Args: payment_reference_id: Payout reference ID (max 50 chars).

payment_reference_id str
get_settlement_by_utr
annotations: none low

Fetch settlement details by UTR number. Args: utr: Unique Transaction Reference number. Example: "410092786849". page: Page number to retrieve (e.g. "1"). per_page: Records per page, max 10 (e.g. "10").

utr str page string per_page string
get_payment_link_details
annotations: none low

Fetch payment link details within a date range.

page string end_date str per_page string start_date str merchant_id str
get_order_details
annotations: none low

Fetch order details within a date range.

page string end_date str per_page string start_date str merchant_id str
get_refund_order_details
annotations: none low

Fetch refund order details within a date range.

page string end_date str per_page string start_date str merchant_id str
search_transaction
annotations: none low

Search for a transaction by transaction ID.

merchant_id str transaction_id str
get_payout_details
annotations: none low

Fetch payout details within a date range. Args: merchant_id: Merchant identifier for the request. start_date: Start date in ISO 8601 format (e.g., 2024-10-01T00:00:00). Max range 60 days. end_date: End date in ISO 8601 format (e.g., 2024-10-09T23:59:59). page: Page number to retrieve. per_page: Number of records per page.

page string end_date str per_page string start_date str merchant_id str
create_order
annotations: none low

Create a Pine Labs checkout order (generate checkout link).

notes string currency str pre_auth string customer_id string amount_value int billing_city string callback_url string product_code string billing_state string shipping_city string customer_email string product_amount string shipping_state string billing_country string billing_pincode string customer_mobile string billing_address1 string billing_address2 string billing_address3 string integration_mode string shipping_country string shipping_pincode string billing_full_name string merchant_metadata string shipping_address1 string shipping_address2 string shipping_address3 string customer_last_name string shipping_full_name string customer_first_name string failure_callback_url string customer_country_code string allowed_payment_methods string merchant_order_reference str
get_api_documentation
annotations: none low

Fetch structured docs for the given Pine Labs API.

api_name str
list_pinelabs_apis
annotations: none low

List available Pine Labs APIs.

search string

Permissions 3

network medium
Server uses network capabilities via: httpx, requests, urllib
filesystem low
Server uses filesystem capabilities via: open(), os
env_vars low
Server uses env_vars capabilities via: os.environ, os.getenv()

Scan Findings 145

low
Tool 'get_subscriptions' has no annotations annotation_checker · 100%
low
Tool 'get_subscription_by_id' has no annotations annotation_checker · 100%
low
Tool 'create_payment_link' has no annotations annotation_checker · 100%
low
Tool 'get_payment_link_by_id' has no annotations annotation_checker · 100%
low
Tool 'get_payment_link_by_merchant_reference' has no annotations annotation_checker · 100%
low
Tool 'cancel_payment_link' has no annotations annotation_checker · 100%
low
Tool 'resend_payment_link_notification' has no annotations annotation_checker · 100%
low
Tool 'create_card_payment' has no annotations annotation_checker · 100%
low
Tool 'create_upi_intent_payment_with_qr' has no annotations annotation_checker · 100%
low
Tool 'detect_stack' has no annotations annotation_checker · 100%
low
Tool 'integrate_pinelabs_checkout' has no annotations annotation_checker · 100%
low
Tool 'get_card_details' has no annotations annotation_checker · 100%
low
Tool 'get_merchant_success_rate' has no annotations annotation_checker · 100%
low
Tool 'create_plan' has no annotations annotation_checker · 100%
low
Tool 'get_plans' has no annotations annotation_checker · 100%
low
Tool 'get_plan_by_id' has no annotations annotation_checker · 100%
low
Tool 'get_plan_by_merchant_reference' has no annotations annotation_checker · 100%
low
Tool 'update_plan' has no annotations annotation_checker · 100%
low
Tool 'delete_plan' has no annotations annotation_checker · 100%
low
Tool 'create_subscription' has no annotations annotation_checker · 100%
low
Tool 'get_subscription_by_merchant_reference' has no annotations annotation_checker · 100%
low
Tool 'pause_subscription' has no annotations annotation_checker · 100%
low
Tool 'resume_subscription' has no annotations annotation_checker · 100%
low
Tool 'cancel_subscription' has no annotations annotation_checker · 100%
low
Tool 'update_subscription' has no annotations annotation_checker · 100%
low
Tool 'create_presentation' has no annotations annotation_checker · 100%
low
Tool 'get_presentation' has no annotations annotation_checker · 100%
low
Tool 'delete_presentation' has no annotations annotation_checker · 100%
low
Tool 'get_presentations_by_subscription_id' has no annotations annotation_checker · 100%
low
Tool 'get_presentation_by_merchant_reference' has no annotations annotation_checker · 100%
low
Tool 'send_subscription_notification' has no annotations annotation_checker · 100%
low
Tool 'create_debit' has no annotations annotation_checker · 100%
low
Tool 'create_merchant_retry' has no annotations annotation_checker · 100%
low
Tool 'cancel_order' has no annotations annotation_checker · 100%
low
Tool 'get_order_by_order_id' has no annotations annotation_checker · 100%
low
Tool 'get_order_by_merchant_order_reference' has no annotations annotation_checker · 100%
low
Tool 'capture_order' has no annotations annotation_checker · 100%
low
Tool 'fetch_order_payments' has no annotations annotation_checker · 100%
low
Tool 'create_refund' has no annotations annotation_checker · 100%
low
Tool 'generate_otp' has no annotations annotation_checker · 100%
low
Tool 'submit_otp' has no annotations annotation_checker · 100%
low
Tool 'resend_otp' has no annotations annotation_checker · 100%
low
Tool 'create_payout' has no annotations annotation_checker · 100%
low
Tool 'get_payout_payments' has no annotations annotation_checker · 100%
low
Tool 'get_payout_balance' has no annotations annotation_checker · 100%
low
Tool 'update_payout' has no annotations annotation_checker · 100%
low
Tool 'cancel_payout' has no annotations annotation_checker · 100%
low
Tool 'get_all_settlements' has no annotations annotation_checker · 100%
low
Tool 'get_settlement_by_utr' has no annotations annotation_checker · 100%
low
Tool 'get_payment_link_details' has no annotations annotation_checker · 100%
low
Tool 'get_order_details' has no annotations annotation_checker · 100%
low
Tool 'get_refund_order_details' has no annotations annotation_checker · 100%
low
Tool 'search_transaction' has no annotations annotation_checker · 100%
low
Tool 'get_payout_details' has no annotations annotation_checker · 100%
low
Tool 'create_order' has no annotations annotation_checker · 100%
low
Tool 'get_api_documentation' has no annotations annotation_checker · 100%
low
Tool 'list_pinelabs_apis' has no annotations annotation_checker · 100%
high
Hardcoded OAuth client secret in plural-pinelabs-pinelabs-online-mcp-967b25e/tests/test_tools.py auth_checker · 95%
high
Hardcoded OAuth client secret in plural-pinelabs-pinelabs-online-mcp-967b25e/tests/conftest.py auth_checker · 95%
high
Hardcoded OAuth client secret in plural-pinelabs-pinelabs-online-mcp-967b25e/tests/test_orders.py auth_checker · 95%
high
Hardcoded OAuth client secret in plural-pinelabs-pinelabs-online-mcp-967b25e/tests/test_mcp_api.py auth_checker · 95%
high
Hardcoded OAuth client secret in plural-pinelabs-pinelabs-online-mcp-967b25e/tests/test_payment_links.py auth_checker · 95%
high
Hardcoded OAuth client secret in plural-pinelabs-pinelabs-online-mcp-967b25e/tests/test_main.py auth_checker · 95%
medium
OAuth implementation without PKCE auth_checker · 75%
info
Sandbox failed to start for behavioral verification behavioral_verifier · 100%
medium
Vulnerable dependency: pydantic@2.0 (GHSA-mr82-8j83-vxmv) dependency_analyzer · 95%
medium
Vulnerable dependency: pydantic@2.0 (PYSEC-2026-1812) dependency_analyzer · 95%
medium
Vulnerable dependency: python-dotenv@1.0.0 (GHSA-mf9w-mj56-hr94) dependency_analyzer · 95%
medium
Vulnerable dependency: python-dotenv@1.0.0 (PYSEC-2026-2270) dependency_analyzer · 95%
medium
Vulnerable dependency: mcp@1.0.0 (GHSA-3qhf-m339-9g5v) dependency_analyzer · 95%
medium
Vulnerable dependency: mcp@1.0.0 (GHSA-9h52-p55h-vw2f) dependency_analyzer · 95%
medium
Vulnerable dependency: mcp@1.0.0 (GHSA-j975-95f5-7wqh) dependency_analyzer · 95%
medium
Vulnerable dependency: mcp@1.0.0 (GHSA-jpw9-pfvf-9f58) dependency_analyzer · 95%
medium
Vulnerable dependency: mcp@1.0.0 (GHSA-vj7q-gjh5-988w) dependency_analyzer · 95%
medium
Vulnerable dependency: mcp@1.0.0 (PYSEC-2026-1616) dependency_analyzer · 95%
medium
Vulnerable dependency: mcp@1.0.0 (PYSEC-2026-1617) dependency_analyzer · 95%
medium
Vulnerable dependency: mcp@1.0.0 (PYSEC-2026-1618) dependency_analyzer · 95%
medium
Vulnerable dependency: mcp@1.0.0 (PYSEC-2026-3482) dependency_analyzer · 95%
medium
Vulnerable dependency: mcp@1.0.0 (PYSEC-2026-3483) dependency_analyzer · 95%
info
pyproject.toml metadata manifest_parser · 100%
info
Tool: create_payment_link manifest_parser · 90%
info
Tool: get_payment_link_by_id manifest_parser · 90%
info
Tool: get_payment_link_by_merchant_reference manifest_parser · 90%
info
Tool: cancel_payment_link manifest_parser · 90%
info
Tool: resend_payment_link_notification manifest_parser · 90%
info
Tool: create_card_payment manifest_parser · 90%
info
Tool: create_upi_intent_payment_with_qr manifest_parser · 90%
info
Tool: detect_stack manifest_parser · 90%
info
Tool: integrate_pinelabs_checkout manifest_parser · 90%
info
Tool: get_card_details manifest_parser · 90%
info
Tool: get_merchant_success_rate manifest_parser · 90%
info
Tool: create_plan manifest_parser · 90%
info
Tool: get_plans manifest_parser · 90%
info
Tool: get_plan_by_id manifest_parser · 90%
info
Tool: get_plan_by_merchant_reference manifest_parser · 90%
info
Tool: update_plan manifest_parser · 90%
info
Tool: delete_plan manifest_parser · 90%
info
Tool: create_subscription manifest_parser · 90%
info
Tool: get_subscriptions manifest_parser · 90%
info
Tool: get_subscription_by_id manifest_parser · 90%
info
Tool: get_subscription_by_merchant_reference manifest_parser · 90%
info
Tool: pause_subscription manifest_parser · 90%
info
Tool: resume_subscription manifest_parser · 90%
info
Tool: cancel_subscription manifest_parser · 90%
info
Tool: update_subscription manifest_parser · 90%
info
Tool: create_presentation manifest_parser · 90%
info
Tool: get_presentation manifest_parser · 90%
info
Tool: delete_presentation manifest_parser · 90%
info
Tool: get_presentations_by_subscription_id manifest_parser · 90%
info
Tool: get_presentation_by_merchant_reference manifest_parser · 90%
info
Tool: send_subscription_notification manifest_parser · 90%
info
Tool: create_debit manifest_parser · 90%
info
Tool: create_merchant_retry manifest_parser · 90%
info
Tool: cancel_order manifest_parser · 90%
info
Tool: get_order_by_order_id manifest_parser · 90%
info
Tool: get_order_by_merchant_order_reference manifest_parser · 90%
info
Tool: capture_order manifest_parser · 90%
info
Tool: fetch_order_payments manifest_parser · 90%
info
Tool: create_refund manifest_parser · 90%
info
Tool: generate_otp manifest_parser · 90%
info
Tool: submit_otp manifest_parser · 90%
info
Tool: resend_otp manifest_parser · 90%
info
Tool: create_payout manifest_parser · 90%
info
Tool: get_payout_payments manifest_parser · 90%
info
Tool: get_payout_balance manifest_parser · 90%
info
Tool: update_payout manifest_parser · 90%
info
Tool: cancel_payout manifest_parser · 90%
info
Tool: get_all_settlements manifest_parser · 90%
info
Tool: get_settlement_by_utr manifest_parser · 90%
info
Tool: get_payment_link_details manifest_parser · 90%
info
Tool: get_order_details manifest_parser · 90%
info
Tool: get_refund_order_details manifest_parser · 90%
info
Tool: search_transaction manifest_parser · 90%
info
Tool: get_payout_details manifest_parser · 90%
info
Tool: create_order manifest_parser · 90%
info
Tool: get_api_documentation manifest_parser · 90%
info
Tool: list_pinelabs_apis manifest_parser · 90%
info
Transport: stdio manifest_parser · 90%
info
Required env vars (12) manifest_parser · 80%
info
Sandbox failed to start for output poisoning scan output_poisoning · 100%
medium
Permission: network access detected permission_analyzer · 90%
low
Permission: filesystem access detected permission_analyzer · 80%
low
Permission: env_vars access detected permission_analyzer · 90%
info
SBOM generated: 7 components sbom_generator · 100%
medium
No build provenance detected (SLSA L0) slsa_assessor · 90%