Waffo Pancake MCP integration for AI agents.

Connect AI agents to Waffo Pancake through 16 structured actions, including list products, create checkout session, and cancel subscription. Review authentic…

ACTION CONTRACTS
16
AUTHENTICATION
Custom credentials
SOURCE STATUS
Provider-backed

CATALOG SOURCE REVIEWED AUGUST 23, 2026 / ACTION NAMES AND SCHEMAS DERIVED FROM WORKING MACHINES PROVIDER SOURCE

CAPABILITY PROFILE

What the Waffo Pancake integration exposes

The Waffo Pancake Agent App exposes 16 provider-backed actions for finance work. Its current contract lets an authorized agent list one-time or subscription products in the connected waffo api key environment, create a waffo hosted checkout session for a one-time or subscription product, and cancel a pending waffo subscription immediately or schedule an active subscription to end after its current period. These operations are called through Working Machines as typed capabilities rather than through browser navigation or copied UI steps.

A connection uses Custom credentials. Before execution, the agent can inspect the selected action, its required fields, declared scopes, and expected output contract. Provider credentials remain inside the Working Machines runtime; the calling agent receives the capability and its structured result, not the underlying secret.

For reliable operation, start with the narrowest action that satisfies the task, resolve stable provider identifiers before changing state, and validate the returned object or status after execution. Availability still depends on the connected Waffo Pancake account, granted provider permissions, workspace policy, region, plan, and upstream API behavior.

VERIFIED ACTION SAMPLE

Real Waffo Pancake capabilities.

Showing 12 of 16 actions. Risk labels are conservative signals based on operation names, not substitutes for provider documentation or runtime policy.

list_productsREAD

List one-time or subscription products in the connected Waffo API key environment.

INPUTS: storeId / productType / status / limit / offset

create_checkout_sessionWRITE

Create a Waffo hosted checkout session for a one-time or subscription product.

INPUTS: productId / currency / priceSnapshot / withTrial / buyerEmail

cancel_subscriptionHIGH IMPACT

Cancel a pending Waffo subscription immediately or schedule an active subscription to end after its current period.

INPUTS: orderId

create_one_time_productWRITE

Create a one-time purchase product with multi-currency pricing in Waffo.

INPUTS: storeId / name / prices / description / media

create_refund_ticketHIGH IMPACT

Request a full or partial Waffo refund for a succeeded payment.

INPUTS: paymentId / reason / requestedAmount / refundTicketMerchantExternalId

create_storeWRITE

Create a Waffo store for the connected merchant account.

INPUTS: name

create_subscription_productWRITE

Create a recurring subscription product with multi-currency pricing in Waffo.

INPUTS: storeId / name / prices / description / media

list_storesREAD

List stores available to the connected Waffo merchant account.

publish_productHIGH IMPACT

Publish the active test version of a one-time or subscription product to production for the first time.

INPUTS: productType / id

resubmit_refund_ticketHIGH IMPACT

Revise and resubmit a rejected or failed Waffo refund ticket.

INPUTS: ticketId / reason / requestedAmount

run_queryREAD

Run a read-only query against the Waffo GraphQL API for stores, products, orders, payments, refunds, customers, or analytics.

INPUTS: query / variables / operationName

search_ordersREAD

Search one-time or subscription orders by store, status, merchant reference, or creation time.

INPUTS: storeId / orderType / status / orderMerchantExternalId / createdAfter

INPUT CONTRACTS

Know what the action needs before it runs.

list_products

storeIdREQUIRED
The Waffo store ID in `STO_...` format.
productTypeREQUIRED
The Waffo product billing model.
statusOPTIONAL
The product status to match.
limitOPTIONAL
The maximum number of records to return.
offsetOPTIONAL
The number of matching records to skip.

create_checkout_session

productIdREQUIRED
The Waffo product ID in `PROD_...` format.
currencyREQUIRED
The uppercase ISO 4217 checkout currency code.
priceSnapshotOPTIONAL
An optional merchant-controlled checkout price override.
withTrialOPTIONAL
Whether to enable the subscription product trial.
buyerEmailOPTIONAL
The customer email to prefill on the checkout page.

cancel_subscription

orderIdOPTIONAL
The subscription order ID in `ORD_...` format.

create_one_time_product

storeIdREQUIRED
The Waffo store ID in `STO_...` format.
nameREQUIRED
The product name.
pricesREQUIRED
Prices keyed by uppercase ISO 4217 currency code.
descriptionOPTIONAL
mediaOPTIONAL
Product images or videos displayed by Waffo.

PROVIDER-SPECIFIC WORKFLOWS

Jobs this Agent App can support

Inspect List Products

List one-time or subscription products in the connected Waffo API key environment. Use this as a bounded discovery step, retain the returned identifier, and avoid expanding the read beyond the task's stated scope.

list_products

Control Create Checkout Session

Create a Waffo hosted checkout session for a one-time or subscription product. Resolve the target first, present material changes for confirmation, and make retries idempotent where the provider supports it.

create_checkout_session

Verify with List Stores

List stores available to the connected Waffo merchant account. Compare the returned provider state with the intended outcome and preserve stable IDs or canonical links in the run record.

list_stores

SAFETY BOUNDARY

Operate Waffo Pancake with explicit limits

  • Authorize Waffo Pancake with Custom credentials and grant only the provider access required by the selected actions.
  • 10 actions are change-capable by name. Confirm the target identity and material parameters before allowing a write.
  • Treat `cancel_subscription`, `create_refund_ticket`, and `publish_product` as high-impact operations and require an explicit approval boundary.
  • No provider scope string is declared on the sampled actions. Verify the connected account's actual permissions in Waffo Pancake rather than assuming unrestricted access.
  • After a call, inspect the structured result and execution record before reporting that the Waffo Pancake task completed successfully.

CONNECTION MODEL

Custom credentials

Waffo Pancake uses Custom credentials. Connection requirements and availability are determined by the provider and the Working Machines deployment.

Working Machines stores provider credentials behind the execution boundary. An agent can use an authorized connection identity, but catalog discovery alone does not reveal OAuth tokens, API keys, or provider secrets.

READ SIGNALS
6
WRITE SIGNALS
5
HIGH IMPACT
5
REVIEW SIGNALS
0

EVIDENCE AND AVAILABILITY

Provider reference

Action names, input fields, authentication types, and counts on this page are generated from the Working Machines provider catalog. Provider behavior, quotas, object semantics, account eligibility, and regional availability remain governed by Waffo Pancake.

Official Waffo Pancake website

ONE CONNECTION. REAL WORK.

Give your agent software it can use.

Connect through MCP or explore the Agent App catalog and choose only the capabilities your workflow needs.

EXPLORE AGENT APPS