# Wisely x402 Agent-Payment Infrastructure (remote · payments.wiselyenterprisesllc.com)

Self-facilitated x402/MCP payments for hosted endpoints, rail proofs, receipts, and agents.

- Trust score: 53/100 (low)
- Change this week: +6
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-04

## Components

- remote · `payments.wiselyenterprisesllc.com`: 53/100 (this document), [markdown](https://verifymcp.io/servers/com-wiselyenterprisesllc-x402-agent-payment-infrastructure/ai-mcp.md), [page](https://verifymcp.io/servers/com-wiselyenterprisesllc-x402-agent-payment-infrastructure/ai-mcp)

## Channel facts

- Endpoint: `https://payments.wiselyenterprisesllc.com/ai/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `0.2.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-04.

- **Endpoint Security**: 63/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 65 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS is enforced; there's no plaintext access path.
  - The HSTS (Strict-Transport-Security) header is present.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 13/100
  - AI-judged instruction clarity (poor).
  - Context-footprint check failed: tool/resource definitions use about 40046 tokens (~616/item across 65 items; 65 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 30/100
  - Stability observed for 9 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 78/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 33% of tool parameters carry a description.
- **Capabilities**: 60/100
  - Spec-recency check failed: implements MCP spec 2025-06-18; the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http com-wiselyenterprisesllc-x402-agent-payment-infr https://payments.wiselyenterprisesllc.com/ai/mcp
```

### Codex

```toml
[mcp_servers.com-wiselyenterprisesllc-x402-agent-payment-infr]
url = "https://payments.wiselyenterprisesllc.com/ai/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-wiselyenterprisesllc-x402-agent-payment-infr": {
      "type": "remote",
      "url": "https://payments.wiselyenterprisesllc.com/ai/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add com-wiselyenterprisesllc-x402-agent-payment-infr --url https://payments.wiselyenterprisesllc.com/ai/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  com-wiselyenterprisesllc-x402-agent-payment-infr:
    url: "https://payments.wiselyenterprisesllc.com/ai/mcp"
```

### Other

```json
{
  "mcpServers": {
    "com-wiselyenterprisesllc-x402-agent-payment-infr": {
      "type": "http",
      "url": "https://payments.wiselyenterprisesllc.com/ai/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 53, +1)

No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-01 (score 52, +1)

No change was recorded against any check on this day. Stability & Change Management went from 17 to 20. That category is still filling its 30-day observation window: 5 days of observed history at the previous scan, 6 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-31 (score 51, +5)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 46, −2)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-29 (score 48, +1)

No change was recorded against any check on this day. Stability & Change Management went from 7 to 10. That category is still filling its 30-day observation window: 2 days of observed history at the previous scan, 3 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-28 (score 47, +1)

No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-27 (score 46, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-26 (score 46)

First indexed and scored.

## MCP tools (65)

### `start_here` (~627 tokens)

Call this first after connecting. Returns the operating playbook, first-call order, safe payment rules, tool routing map, examples, and links for using this MCP server without installing a separate skill.

Input parameters:

- `accepts` (array)
- `amountUsd` (number)
- `asset` (string)
- `audience` (string): Optional audience hint for wisely_start_here / wisely_get_playbook / wisely_agent_instructions.
- `content` (string): Public-safe creator content for preview/import. Do not include secrets, private student data, or copyrighted material you do not own.
- `contentType` (string)
- `creatorId` (string)
- `defaultEntitlement` (string)
- `endpointSlug` (string)
- `fromAddress` (string)
- `fromAsset` (string)
- `fromNetwork` (string)
- `fromTokenAddress` (string)
- `idempotencyKey` (string): Stable retry key for paid invokes and wallet handoff sessions.
- `includeExamples` (boolean): Set false to request a shorter playbook response.
- `includeSignedPayment` (boolean): For x402_payment_session_status, include the signed X-PAYMENT payload when the user has signed.
- `input` (object): Public-safe request body/input for a hosted service or endpoint. Never include secrets, raw cards, wallet keys, passwords, or private account tokens.
- `itemId` (string)
- `items` (array)
- `localPort` (number): Optional localhost port for the local commerce bridge MCP server. Defaults to 4027.
- `manifestUrl` (string)
- `network` (string)
- `paidActions` (array)
- `paymentPayload` (object)
- `paymentRequirement` (object)
- `paymentRequirements` (object)
- `payoutAddress` (string)
- `payoutId` (string)
- `platform` (string): Optional OS/platform hint for local bridge setup, e.g. windows, mac, linux.
- `preferredNetwork` (string): Preferred payment network for wallet handoff, e.g. eip155:8453 or base.
- `query` (string)
- `receiptId` (string)
- `returnSignedPayment` (boolean): Alias for includeSignedPayment.
- `sellerBody` (object): Public-safe POST body for an external x402 seller. Never include cookies, bearer tokens, wallet secrets, private keys, card data, or account passwords.
- `sellerMethod` (string): Use POST for paid APIs that need a public-safe body before returning 402.
- `sellerUrl` (string): Third-party x402 paid resource URL to probe for HTTP 402 payment requirements.
- `serverJsonUrl` (string)
- `serviceId` (string)
- `sessionId` (string): Wallet handoff/payment session id returned by x402_wallet_handoff/connect_wallet.
- `since` (string)
- `toAddress` (string)
- `type` (string)
- `url` (string)

### `readme` (~610 tokens)

Return the MCP-native README/playbook summary with docs links, workflows, safety rules, and recommended next calls.

Input parameters:

- `accepts` (array)
- `amountUsd` (number)
- `asset` (string)
- `audience` (string): Optional audience hint for wisely_start_here / wisely_get_playbook / wisely_agent_instructions.
- `content` (string): Public-safe creator content for preview/import. Do not include secrets, private student data, or copyrighted material you do not own.
- `contentType` (string)
- `creatorId` (string)
- `defaultEntitlement` (string)
- `endpointSlug` (string)
- `fromAddress` (string)
- `fromAsset` (string)
- `fromNetwork` (string)
- `fromTokenAddress` (string)
- `idempotencyKey` (string): Stable retry key for paid invokes and wallet handoff sessions.
- `includeExamples` (boolean): Set false to request a shorter playbook response.
- `includeSignedPayment` (boolean): For x402_payment_session_status, include the signed X-PAYMENT payload when the user has signed.
- `input` (object): Public-safe request body/input for a hosted service or endpoint. Never include secrets, raw cards, wallet keys, passwords, or private account tokens.
- `itemId` (string)
- `items` (array)
- `localPort` (number): Optional localhost port for the local commerce bridge MCP server. Defaults to 4027.
- `manifestUrl` (string)
- `network` (string)
- `paidActions` (array)
- `paymentPayload` (object)
- `paymentRequirement` (object)
- `paymentRequirements` (object)
- `payoutAddress` (string)
- `payoutId` (string)
- `platform` (string): Optional OS/platform hint for local bridge setup, e.g. windows, mac, linux.
- `preferredNetwork` (string): Preferred payment network for wallet handoff, e.g. eip155:8453 or base.
- `query` (string)
- `receiptId` (string)
- `returnSignedPayment` (boolean): Alias for includeSignedPayment.
- `sellerBody` (object): Public-safe POST body for an external x402 seller. Never include cookies, bearer tokens, wallet secrets, private keys, card data, or account passwords.
- `sellerMethod` (string): Use POST for paid APIs that need a public-safe body before returning 402.
- `sellerUrl` (string): Third-party x402 paid resource URL to probe for HTTP 402 payment requirements.
- `serverJsonUrl` (string)
- `serviceId` (string)
- `sessionId` (string): Wallet handoff/payment session id returned by x402_wallet_handoff/connect_wallet.
- `since` (string)
- `toAddress` (string)
- `type` (string)
- `url` (string)

### `get_playbook` (~608 tokens)

Generic alias for start_here. Useful for agents and probes looking for an MCP server playbook.

Input parameters:

- `accepts` (array)
- `amountUsd` (number)
- `asset` (string)
- `audience` (string): Optional audience hint for wisely_start_here / wisely_get_playbook / wisely_agent_instructions.
- `content` (string): Public-safe creator content for preview/import. Do not include secrets, private student data, or copyrighted material you do not own.
- `contentType` (string)
- `creatorId` (string)
- `defaultEntitlement` (string)
- `endpointSlug` (string)
- `fromAddress` (string)
- `fromAsset` (string)
- `fromNetwork` (string)
- `fromTokenAddress` (string)
- `idempotencyKey` (string): Stable retry key for paid invokes and wallet handoff sessions.
- `includeExamples` (boolean): Set false to request a shorter playbook response.
- `includeSignedPayment` (boolean): For x402_payment_session_status, include the signed X-PAYMENT payload when the user has signed.
- `input` (object): Public-safe request body/input for a hosted service or endpoint. Never include secrets, raw cards, wallet keys, passwords, or private account tokens.
- `itemId` (string)
- `items` (array)
- `localPort` (number): Optional localhost port for the local commerce bridge MCP server. Defaults to 4027.
- `manifestUrl` (string)
- `network` (string)
- `paidActions` (array)
- `paymentPayload` (object)
- `paymentRequirement` (object)
- `paymentRequirements` (object)
- `payoutAddress` (string)
- `payoutId` (string)
- `platform` (string): Optional OS/platform hint for local bridge setup, e.g. windows, mac, linux.
- `preferredNetwork` (string): Preferred payment network for wallet handoff, e.g. eip155:8453 or base.
- `query` (string)
- `receiptId` (string)
- `returnSignedPayment` (boolean): Alias for includeSignedPayment.
- `sellerBody` (object): Public-safe POST body for an external x402 seller. Never include cookies, bearer tokens, wallet secrets, private keys, card data, or account passwords.
- `sellerMethod` (string): Use POST for paid APIs that need a public-safe body before returning 402.
- `sellerUrl` (string): Third-party x402 paid resource URL to probe for HTTP 402 payment requirements.
- `serverJsonUrl` (string)
- `serviceId` (string)
- `sessionId` (string): Wallet handoff/payment session id returned by x402_wallet_handoff/connect_wallet.
- `since` (string)
- `toAddress` (string)
- `type` (string)
- `url` (string)

### `agent_instructions` (~608 tokens)

Generic alias for start_here. Useful for agents and probes looking for instructions before using paid tools.

Input parameters:

- `accepts` (array)
- `amountUsd` (number)
- `asset` (string)
- `audience` (string): Optional audience hint for wisely_start_here / wisely_get_playbook / wisely_agent_instructions.
- `content` (string): Public-safe creator content for preview/import. Do not include secrets, private student data, or copyrighted material you do not own.
- `contentType` (string)
- `creatorId` (string)
- `defaultEntitlement` (string)
- `endpointSlug` (string)
- `fromAddress` (string)
- `fromAsset` (string)
- `fromNetwork` (string)
- `fromTokenAddress` (string)
- `idempotencyKey` (string): Stable retry key for paid invokes and wallet handoff sessions.
- `includeExamples` (boolean): Set false to request a shorter playbook response.
- `includeSignedPayment` (boolean): For x402_payment_session_status, include the signed X-PAYMENT payload when the user has signed.
- `input` (object): Public-safe request body/input for a hosted service or endpoint. Never include secrets, raw cards, wallet keys, passwords, or private account tokens.
- `itemId` (string)
- `items` (array)
- `localPort` (number): Optional localhost port for the local commerce bridge MCP server. Defaults to 4027.
- `manifestUrl` (string)
- `network` (string)
- `paidActions` (array)
- `paymentPayload` (object)
- `paymentRequirement` (object)
- `paymentRequirements` (object)
- `payoutAddress` (string)
- `payoutId` (string)
- `platform` (string): Optional OS/platform hint for local bridge setup, e.g. windows, mac, linux.
- `preferredNetwork` (string): Preferred payment network for wallet handoff, e.g. eip155:8453 or base.
- `query` (string)
- `receiptId` (string)
- `returnSignedPayment` (boolean): Alias for includeSignedPayment.
- `sellerBody` (object): Public-safe POST body for an external x402 seller. Never include cookies, bearer tokens, wallet secrets, private keys, card data, or account passwords.
- `sellerMethod` (string): Use POST for paid APIs that need a public-safe body before returning 402.
- `sellerUrl` (string): Third-party x402 paid resource URL to probe for HTTP 402 payment requirements.
- `serverJsonUrl` (string)
- `serviceId` (string)
- `sessionId` (string): Wallet handoff/payment session id returned by x402_wallet_handoff/connect_wallet.
- `since` (string)
- `toAddress` (string)
- `type` (string)
- `url` (string)

### `wisely_start_here` (~639 tokens)

Namespaced alias for start_here. Returns the agent operating playbook, safe payment flow, first-call order, tool routing map, and examples for using x402 payments, hosted endpoints, creator catalogs, conversion handoffs, receipts, and builder controls.

Input parameters:

- `accepts` (array)
- `amountUsd` (number)
- `asset` (string)
- `audience` (string): Optional audience hint for wisely_start_here / wisely_get_playbook / wisely_agent_instructions.
- `content` (string): Public-safe creator content for preview/import. Do not include secrets, private student data, or copyrighted material you do not own.
- `contentType` (string)
- `creatorId` (string)
- `defaultEntitlement` (string)
- `endpointSlug` (string)
- `fromAddress` (string)
- `fromAsset` (string)
- `fromNetwork` (string)
- `fromTokenAddress` (string)
- `idempotencyKey` (string): Stable retry key for paid invokes and wallet handoff sessions.
- `includeExamples` (boolean): Set false to request a shorter playbook response.
- `includeSignedPayment` (boolean): For x402_payment_session_status, include the signed X-PAYMENT payload when the user has signed.
- `input` (object): Public-safe request body/input for a hosted service or endpoint. Never include secrets, raw cards, wallet keys, passwords, or private account tokens.
- `itemId` (string)
- `items` (array)
- `localPort` (number): Optional localhost port for the local commerce bridge MCP server. Defaults to 4027.
- `manifestUrl` (string)
- `network` (string)
- `paidActions` (array)
- `paymentPayload` (object)
- `paymentRequirement` (object)
- `paymentRequirements` (object)
- `payoutAddress` (string)
- `payoutId` (string)
- `platform` (string): Optional OS/platform hint for local bridge setup, e.g. windows, mac, linux.
- `preferredNetwork` (string): Preferred payment network for wallet handoff, e.g. eip155:8453 or base.
- `query` (string)
- `receiptId` (string)
- `returnSignedPayment` (boolean): Alias for includeSignedPayment.
- `sellerBody` (object): Public-safe POST body for an external x402 seller. Never include cookies, bearer tokens, wallet secrets, private keys, card data, or account passwords.
- `sellerMethod` (string): Use POST for paid APIs that need a public-safe body before returning 402.
- `sellerUrl` (string): Third-party x402 paid resource URL to probe for HTTP 402 payment requirements.
- `serverJsonUrl` (string)
- `serviceId` (string)
- `sessionId` (string): Wallet handoff/payment session id returned by x402_wallet_handoff/connect_wallet.
- `since` (string)
- `toAddress` (string)
- `type` (string)
- `url` (string)

### `wisely_get_playbook` (~612 tokens)

Alias for wisely_start_here. Returns the Wisely agent-payment playbook for MCP-only clients and registry probes.

Input parameters:

- `accepts` (array)
- `amountUsd` (number)
- `asset` (string)
- `audience` (string): Optional audience hint for wisely_start_here / wisely_get_playbook / wisely_agent_instructions.
- `content` (string): Public-safe creator content for preview/import. Do not include secrets, private student data, or copyrighted material you do not own.
- `contentType` (string)
- `creatorId` (string)
- `defaultEntitlement` (string)
- `endpointSlug` (string)
- `fromAddress` (string)
- `fromAsset` (string)
- `fromNetwork` (string)
- `fromTokenAddress` (string)
- `idempotencyKey` (string): Stable retry key for paid invokes and wallet handoff sessions.
- `includeExamples` (boolean): Set false to request a shorter playbook response.
- `includeSignedPayment` (boolean): For x402_payment_session_status, include the signed X-PAYMENT payload when the user has signed.
- `input` (object): Public-safe request body/input for a hosted service or endpoint. Never include secrets, raw cards, wallet keys, passwords, or private account tokens.
- `itemId` (string)
- `items` (array)
- `localPort` (number): Optional localhost port for the local commerce bridge MCP server. Defaults to 4027.
- `manifestUrl` (string)
- `network` (string)
- `paidActions` (array)
- `paymentPayload` (object)
- `paymentRequirement` (object)
- `paymentRequirements` (object)
- `payoutAddress` (string)
- `payoutId` (string)
- `platform` (string): Optional OS/platform hint for local bridge setup, e.g. windows, mac, linux.
- `preferredNetwork` (string): Preferred payment network for wallet handoff, e.g. eip155:8453 or base.
- `query` (string)
- `receiptId` (string)
- `returnSignedPayment` (boolean): Alias for includeSignedPayment.
- `sellerBody` (object): Public-safe POST body for an external x402 seller. Never include cookies, bearer tokens, wallet secrets, private keys, card data, or account passwords.
- `sellerMethod` (string): Use POST for paid APIs that need a public-safe body before returning 402.
- `sellerUrl` (string): Third-party x402 paid resource URL to probe for HTTP 402 payment requirements.
- `serverJsonUrl` (string)
- `serviceId` (string)
- `sessionId` (string): Wallet handoff/payment session id returned by x402_wallet_handoff/connect_wallet.
- `since` (string)
- `toAddress` (string)
- `type` (string)
- `url` (string)

### `wisely_agent_instructions` (~621 tokens)

Alias for wisely_start_here. Returns concise instructions an AI agent should follow before quoting, paying, invoking, creating endpoints, or handling receipts through Wisely.

Input parameters:

- `accepts` (array)
- `amountUsd` (number)
- `asset` (string)
- `audience` (string): Optional audience hint for wisely_start_here / wisely_get_playbook / wisely_agent_instructions.
- `content` (string): Public-safe creator content for preview/import. Do not include secrets, private student data, or copyrighted material you do not own.
- `contentType` (string)
- `creatorId` (string)
- `defaultEntitlement` (string)
- `endpointSlug` (string)
- `fromAddress` (string)
- `fromAsset` (string)
- `fromNetwork` (string)
- `fromTokenAddress` (string)
- `idempotencyKey` (string): Stable retry key for paid invokes and wallet handoff sessions.
- `includeExamples` (boolean): Set false to request a shorter playbook response.
- `includeSignedPayment` (boolean): For x402_payment_session_status, include the signed X-PAYMENT payload when the user has signed.
- `input` (object): Public-safe request body/input for a hosted service or endpoint. Never include secrets, raw cards, wallet keys, passwords, or private account tokens.
- `itemId` (string)
- `items` (array)
- `localPort` (number): Optional localhost port for the local commerce bridge MCP server. Defaults to 4027.
- `manifestUrl` (string)
- `network` (string)
- `paidActions` (array)
- `paymentPayload` (object)
- `paymentRequirement` (object)
- `paymentRequirements` (object)
- `payoutAddress` (string)
- `payoutId` (string)
- `platform` (string): Optional OS/platform hint for local bridge setup, e.g. windows, mac, linux.
- `preferredNetwork` (string): Preferred payment network for wallet handoff, e.g. eip155:8453 or base.
- `query` (string)
- `receiptId` (string)
- `returnSignedPayment` (boolean): Alias for includeSignedPayment.
- `sellerBody` (object): Public-safe POST body for an external x402 seller. Never include cookies, bearer tokens, wallet secrets, private keys, card data, or account passwords.
- `sellerMethod` (string): Use POST for paid APIs that need a public-safe body before returning 402.
- `sellerUrl` (string): Third-party x402 paid resource URL to probe for HTTP 402 payment requirements.
- `serverJsonUrl` (string)
- `serviceId` (string)
- `sessionId` (string): Wallet handoff/payment session id returned by x402_wallet_handoff/connect_wallet.
- `since` (string)
- `toAddress` (string)
- `type` (string)
- `url` (string)

### `install_skill` (~637 tokens)

Plain-English install/download alias. Returns the portable Wisely package profile, GitHub install command, MCP URL, CLI commands, and local bridge setup path for OpenClaw, Hermes-style agents, ChatGPT MCP clients, and generic MCP clients.

Input parameters:

- `accepts` (array)
- `amountUsd` (number)
- `asset` (string)
- `audience` (string): Optional audience hint for wisely_start_here / wisely_get_playbook / wisely_agent_instructions.
- `content` (string): Public-safe creator content for preview/import. Do not include secrets, private student data, or copyrighted material you do not own.
- `contentType` (string)
- `creatorId` (string)
- `defaultEntitlement` (string)
- `endpointSlug` (string)
- `fromAddress` (string)
- `fromAsset` (string)
- `fromNetwork` (string)
- `fromTokenAddress` (string)
- `idempotencyKey` (string): Stable retry key for paid invokes and wallet handoff sessions.
- `includeExamples` (boolean): Set false to request a shorter playbook response.
- `includeSignedPayment` (boolean): For x402_payment_session_status, include the signed X-PAYMENT payload when the user has signed.
- `input` (object): Public-safe request body/input for a hosted service or endpoint. Never include secrets, raw cards, wallet keys, passwords, or private account tokens.
- `itemId` (string)
- `items` (array)
- `localPort` (number): Optional localhost port for the local commerce bridge MCP server. Defaults to 4027.
- `manifestUrl` (string)
- `network` (string)
- `paidActions` (array)
- `paymentPayload` (object)
- `paymentRequirement` (object)
- `paymentRequirements` (object)
- `payoutAddress` (string)
- `payoutId` (string)
- `platform` (string): Optional OS/platform hint for local bridge setup, e.g. windows, mac, linux.
- `preferredNetwork` (string): Preferred payment network for wallet handoff, e.g. eip155:8453 or base.
- `query` (string)
- `receiptId` (string)
- `returnSignedPayment` (boolean): Alias for includeSignedPayment.
- `sellerBody` (object): Public-safe POST body for an external x402 seller. Never include cookies, bearer tokens, wallet secrets, private keys, card data, or account passwords.
- `sellerMethod` (string): Use POST for paid APIs that need a public-safe body before returning 402.
- `sellerUrl` (string): Third-party x402 paid resource URL to probe for HTTP 402 payment requirements.
- `serverJsonUrl` (string)
- `serviceId` (string)
- `sessionId` (string): Wallet handoff/payment session id returned by x402_wallet_handoff/connect_wallet.
- `since` (string)
- `toAddress` (string)
- `type` (string)
- `url` (string)

### `download_skill` (~616 tokens)

Alias for install_skill. Use when an agent or user asks how to download, install, or add Wisely abilities without ClawMart.

Input parameters:

- `accepts` (array)
- `amountUsd` (number)
- `asset` (string)
- `audience` (string): Optional audience hint for wisely_start_here / wisely_get_playbook / wisely_agent_instructions.
- `content` (string): Public-safe creator content for preview/import. Do not include secrets, private student data, or copyrighted material you do not own.
- `contentType` (string)
- `creatorId` (string)
- `defaultEntitlement` (string)
- `endpointSlug` (string)
- `fromAddress` (string)
- `fromAsset` (string)
- `fromNetwork` (string)
- `fromTokenAddress` (string)
- `idempotencyKey` (string): Stable retry key for paid invokes and wallet handoff sessions.
- `includeExamples` (boolean): Set false to request a shorter playbook response.
- `includeSignedPayment` (boolean): For x402_payment_session_status, include the signed X-PAYMENT payload when the user has signed.
- `input` (object): Public-safe request body/input for a hosted service or endpoint. Never include secrets, raw cards, wallet keys, passwords, or private account tokens.
- `itemId` (string)
- `items` (array)
- `localPort` (number): Optional localhost port for the local commerce bridge MCP server. Defaults to 4027.
- `manifestUrl` (string)
- `network` (string)
- `paidActions` (array)
- `paymentPayload` (object)
- `paymentRequirement` (object)
- `paymentRequirements` (object)
- `payoutAddress` (string)
- `payoutId` (string)
- `platform` (string): Optional OS/platform hint for local bridge setup, e.g. windows, mac, linux.
- `preferredNetwork` (string): Preferred payment network for wallet handoff, e.g. eip155:8453 or base.
- `query` (string)
- `receiptId` (string)
- `returnSignedPayment` (boolean): Alias for includeSignedPayment.
- `sellerBody` (object): Public-safe POST body for an external x402 seller. Never include cookies, bearer tokens, wallet secrets, private keys, card data, or account passwords.
- `sellerMethod` (string): Use POST for paid APIs that need a public-safe body before returning 402.
- `sellerUrl` (string): Third-party x402 paid resource URL to probe for HTTP 402 payment requirements.
- `serverJsonUrl` (string)
- `serviceId` (string)
- `sessionId` (string): Wallet handoff/payment session id returned by x402_wallet_handoff/connect_wallet.
- `since` (string)
- `toAddress` (string)
- `type` (string)
- `url` (string)

### `wisely_local_commerce_bridge_setup` (~654 tokens)

Call this when a user wants DoorDash or another merchant flow to run from their own local browser instead of Wisely's server. Returns a clear novice setup guide, local MCP config, credential policy, expected local tools, and step-by-step install/start/test instructions. Do not ask for merchant passwords in chat.

Input parameters:

- `accepts` (array)
- `amountUsd` (number)
- `asset` (string)
- `audience` (string): Optional audience hint for wisely_start_here / wisely_get_playbook / wisely_agent_instructions.
- `content` (string): Public-safe creator content for preview/import. Do not include secrets, private student data, or copyrighted material you do not own.
- `contentType` (string)
- `creatorId` (string)
- `defaultEntitlement` (string)
- `endpointSlug` (string)
- `fromAddress` (string)
- `fromAsset` (string)
- `fromNetwork` (string)
- `fromTokenAddress` (string)
- `idempotencyKey` (string): Stable retry key for paid invokes and wallet handoff sessions.
- `includeExamples` (boolean): Set false to request a shorter playbook response.
- `includeSignedPayment` (boolean): For x402_payment_session_status, include the signed X-PAYMENT payload when the user has signed.
- `input` (object): Public-safe request body/input for a hosted service or endpoint. Never include secrets, raw cards, wallet keys, passwords, or private account tokens.
- `itemId` (string)
- `items` (array)
- `localPort` (number): Optional localhost port for the local commerce bridge MCP server. Defaults to 4027.
- `manifestUrl` (string)
- `network` (string)
- `paidActions` (array)
- `paymentPayload` (object)
- `paymentRequirement` (object)
- `paymentRequirements` (object)
- `payoutAddress` (string)
- `payoutId` (string)
- `platform` (string): Optional OS/platform hint for local bridge setup, e.g. windows, mac, linux.
- `preferredNetwork` (string): Preferred payment network for wallet handoff, e.g. eip155:8453 or base.
- `query` (string)
- `receiptId` (string)
- `returnSignedPayment` (boolean): Alias for includeSignedPayment.
- `sellerBody` (object): Public-safe POST body for an external x402 seller. Never include cookies, bearer tokens, wallet secrets, private keys, card data, or account passwords.
- `sellerMethod` (string): Use POST for paid APIs that need a public-safe body before returning 402.
- `sellerUrl` (string): Third-party x402 paid resource URL to probe for HTTP 402 payment requirements.
- `serverJsonUrl` (string)
- `serviceId` (string)
- `sessionId` (string): Wallet handoff/payment session id returned by x402_wallet_handoff/connect_wallet.
- `since` (string)
- `toAddress` (string)
- `type` (string)
- `url` (string)

### `setup_local_commerce_bridge` (~643 tokens)

Plain-English alias for wisely_local_commerce_bridge_setup. Use when a ChatGPT/OpenClaw/Hermes-style agent needs to help the user install the localhost bridge for DoorDash, merchant checkout, local wallet signing, and local receipt/gift-card storage.

Input parameters:

- `accepts` (array)
- `amountUsd` (number)
- `asset` (string)
- `audience` (string): Optional audience hint for wisely_start_here / wisely_get_playbook / wisely_agent_instructions.
- `content` (string): Public-safe creator content for preview/import. Do not include secrets, private student data, or copyrighted material you do not own.
- `contentType` (string)
- `creatorId` (string)
- `defaultEntitlement` (string)
- `endpointSlug` (string)
- `fromAddress` (string)
- `fromAsset` (string)
- `fromNetwork` (string)
- `fromTokenAddress` (string)
- `idempotencyKey` (string): Stable retry key for paid invokes and wallet handoff sessions.
- `includeExamples` (boolean): Set false to request a shorter playbook response.
- `includeSignedPayment` (boolean): For x402_payment_session_status, include the signed X-PAYMENT payload when the user has signed.
- `input` (object): Public-safe request body/input for a hosted service or endpoint. Never include secrets, raw cards, wallet keys, passwords, or private account tokens.
- `itemId` (string)
- `items` (array)
- `localPort` (number): Optional localhost port for the local commerce bridge MCP server. Defaults to 4027.
- `manifestUrl` (string)
- `network` (string)
- `paidActions` (array)
- `paymentPayload` (object)
- `paymentRequirement` (object)
- `paymentRequirements` (object)
- `payoutAddress` (string)
- `payoutId` (string)
- `platform` (string): Optional OS/platform hint for local bridge setup, e.g. windows, mac, linux.
- `preferredNetwork` (string): Preferred payment network for wallet handoff, e.g. eip155:8453 or base.
- `query` (string)
- `receiptId` (string)
- `returnSignedPayment` (boolean): Alias for includeSignedPayment.
- `sellerBody` (object): Public-safe POST body for an external x402 seller. Never include cookies, bearer tokens, wallet secrets, private keys, card data, or account passwords.
- `sellerMethod` (string): Use POST for paid APIs that need a public-safe body before returning 402.
- `sellerUrl` (string): Third-party x402 paid resource URL to probe for HTTP 402 payment requirements.
- `serverJsonUrl` (string)
- `serviceId` (string)
- `sessionId` (string): Wallet handoff/payment session id returned by x402_wallet_handoff/connect_wallet.
- `since` (string)
- `toAddress` (string)
- `type` (string)
- `url` (string)

### `setup_local_wallet_bridge` (~633 tokens)

Alias for wisely_local_commerce_bridge_setup focused on local wallet signing and proof storage. Returns setup instructions for wallet_open_signing_url, wallet_payment_session_status, local_vault_save, and local_vault_list.

Input parameters:

- `accepts` (array)
- `amountUsd` (number)
- `asset` (string)
- `audience` (string): Optional audience hint for wisely_start_here / wisely_get_playbook / wisely_agent_instructions.
- `content` (string): Public-safe creator content for preview/import. Do not include secrets, private student data, or copyrighted material you do not own.
- `contentType` (string)
- `creatorId` (string)
- `defaultEntitlement` (string)
- `endpointSlug` (string)
- `fromAddress` (string)
- `fromAsset` (string)
- `fromNetwork` (string)
- `fromTokenAddress` (string)
- `idempotencyKey` (string): Stable retry key for paid invokes and wallet handoff sessions.
- `includeExamples` (boolean): Set false to request a shorter playbook response.
- `includeSignedPayment` (boolean): For x402_payment_session_status, include the signed X-PAYMENT payload when the user has signed.
- `input` (object): Public-safe request body/input for a hosted service or endpoint. Never include secrets, raw cards, wallet keys, passwords, or private account tokens.
- `itemId` (string)
- `items` (array)
- `localPort` (number): Optional localhost port for the local commerce bridge MCP server. Defaults to 4027.
- `manifestUrl` (string)
- `network` (string)
- `paidActions` (array)
- `paymentPayload` (object)
- `paymentRequirement` (object)
- `paymentRequirements` (object)
- `payoutAddress` (string)
- `payoutId` (string)
- `platform` (string): Optional OS/platform hint for local bridge setup, e.g. windows, mac, linux.
- `preferredNetwork` (string): Preferred payment network for wallet handoff, e.g. eip155:8453 or base.
- `query` (string)
- `receiptId` (string)
- `returnSignedPayment` (boolean): Alias for includeSignedPayment.
- `sellerBody` (object): Public-safe POST body for an external x402 seller. Never include cookies, bearer tokens, wallet secrets, private keys, card data, or account passwords.
- `sellerMethod` (string): Use POST for paid APIs that need a public-safe body before returning 402.
- `sellerUrl` (string): Third-party x402 paid resource URL to probe for HTTP 402 payment requirements.
- `serverJsonUrl` (string)
- `serviceId` (string)
- `sessionId` (string): Wallet handoff/payment session id returned by x402_wallet_handoff/connect_wallet.
- `since` (string)
- `toAddress` (string)
- `type` (string)
- `url` (string)

### `wallet_bridge_setup` (~617 tokens)

Alias for setup_local_wallet_bridge. Use when the user wants their wallet to stay local while the agent uses Wisely x402 payment sessions.

Input parameters:

- `accepts` (array)
- `amountUsd` (number)
- `asset` (string)
- `audience` (string): Optional audience hint for wisely_start_here / wisely_get_playbook / wisely_agent_instructions.
- `content` (string): Public-safe creator content for preview/import. Do not include secrets, private student data, or copyrighted material you do not own.
- `contentType` (string)
- `creatorId` (string)
- `defaultEntitlement` (string)
- `endpointSlug` (string)
- `fromAddress` (string)
- `fromAsset` (string)
- `fromNetwork` (string)
- `fromTokenAddress` (string)
- `idempotencyKey` (string): Stable retry key for paid invokes and wallet handoff sessions.
- `includeExamples` (boolean): Set false to request a shorter playbook response.
- `includeSignedPayment` (boolean): For x402_payment_session_status, include the signed X-PAYMENT payload when the user has signed.
- `input` (object): Public-safe request body/input for a hosted service or endpoint. Never include secrets, raw cards, wallet keys, passwords, or private account tokens.
- `itemId` (string)
- `items` (array)
- `localPort` (number): Optional localhost port for the local commerce bridge MCP server. Defaults to 4027.
- `manifestUrl` (string)
- `network` (string)
- `paidActions` (array)
- `paymentPayload` (object)
- `paymentRequirement` (object)
- `paymentRequirements` (object)
- `payoutAddress` (string)
- `payoutId` (string)
- `platform` (string): Optional OS/platform hint for local bridge setup, e.g. windows, mac, linux.
- `preferredNetwork` (string): Preferred payment network for wallet handoff, e.g. eip155:8453 or base.
- `query` (string)
- `receiptId` (string)
- `returnSignedPayment` (boolean): Alias for includeSignedPayment.
- `sellerBody` (object): Public-safe POST body for an external x402 seller. Never include cookies, bearer tokens, wallet secrets, private keys, card data, or account passwords.
- `sellerMethod` (string): Use POST for paid APIs that need a public-safe body before returning 402.
- `sellerUrl` (string): Third-party x402 paid resource URL to probe for HTTP 402 payment requirements.
- `serverJsonUrl` (string)
- `serviceId` (string)
- `sessionId` (string): Wallet handoff/payment session id returned by x402_wallet_handoff/connect_wallet.
- `since` (string)
- `toAddress` (string)
- `type` (string)
- `url` (string)

### `gift_card_wallet_bridge_setup` (~621 tokens)

Alias for setup_local_wallet_bridge. Use for crypto-to-gift-card flows where the user signs locally and wants receipts or gift-card records saved locally.

Input parameters:

- `accepts` (array)
- `amountUsd` (number)
- `asset` (string)
- `audience` (string): Optional audience hint for wisely_start_here / wisely_get_playbook / wisely_agent_instructions.
- `content` (string): Public-safe creator content for preview/import. Do not include secrets, private student data, or copyrighted material you do not own.
- `contentType` (string)
- `creatorId` (string)
- `defaultEntitlement` (string)
- `endpointSlug` (string)
- `fromAddress` (string)
- `fromAsset` (string)
- `fromNetwork` (string)
- `fromTokenAddress` (string)
- `idempotencyKey` (string): Stable retry key for paid invokes and wallet handoff sessions.
- `includeExamples` (boolean): Set false to request a shorter playbook response.
- `includeSignedPayment` (boolean): For x402_payment_session_status, include the signed X-PAYMENT payload when the user has signed.
- `input` (object): Public-safe request body/input for a hosted service or endpoint. Never include secrets, raw cards, wallet keys, passwords, or private account tokens.
- `itemId` (string)
- `items` (array)
- `localPort` (number): Optional localhost port for the local commerce bridge MCP server. Defaults to 4027.
- `manifestUrl` (string)
- `network` (string)
- `paidActions` (array)
- `paymentPayload` (object)
- `paymentRequirement` (object)
- `paymentRequirements` (object)
- `payoutAddress` (string)
- `payoutId` (string)
- `platform` (string): Optional OS/platform hint for local bridge setup, e.g. windows, mac, linux.
- `preferredNetwork` (string): Preferred payment network for wallet handoff, e.g. eip155:8453 or base.
- `query` (string)
- `receiptId` (string)
- `returnSignedPayment` (boolean): Alias for includeSignedPayment.
- `sellerBody` (object): Public-safe POST body for an external x402 seller. Never include cookies, bearer tokens, wallet secrets, private keys, card data, or account passwords.
- `sellerMethod` (string): Use POST for paid APIs that need a public-safe body before returning 402.
- `sellerUrl` (string): Third-party x402 paid resource URL to probe for HTTP 402 payment requirements.
- `serverJsonUrl` (string)
- `serviceId` (string)
- `sessionId` (string): Wallet handoff/payment session id returned by x402_wallet_handoff/connect_wallet.
- `since` (string)
- `toAddress` (string)
- `type` (string)
- `url` (string)

### `local_browser_bridge_setup` (~616 tokens)

Alias for wisely_local_commerce_bridge_setup. Use for local browser, DoorDash, merchant checkout, or user-owned session setup.

Input parameters:

- `accepts` (array)
- `amountUsd` (number)
- `asset` (string)
- `audience` (string): Optional audience hint for wisely_start_here / wisely_get_playbook / wisely_agent_instructions.
- `content` (string): Public-safe creator content for preview/import. Do not include secrets, private student data, or copyrighted material you do not own.
- `contentType` (string)
- `creatorId` (string)
- `defaultEntitlement` (string)
- `endpointSlug` (string)
- `fromAddress` (string)
- `fromAsset` (string)
- `fromNetwork` (string)
- `fromTokenAddress` (string)
- `idempotencyKey` (string): Stable retry key for paid invokes and wallet handoff sessions.
- `includeExamples` (boolean): Set false to request a shorter playbook response.
- `includeSignedPayment` (boolean): For x402_payment_session_status, include the signed X-PAYMENT payload when the user has signed.
- `input` (object): Public-safe request body/input for a hosted service or endpoint. Never include secrets, raw cards, wallet keys, passwords, or private account tokens.
- `itemId` (string)
- `items` (array)
- `localPort` (number): Optional localhost port for the local commerce bridge MCP server. Defaults to 4027.
- `manifestUrl` (string)
- `network` (string)
- `paidActions` (array)
- `paymentPayload` (object)
- `paymentRequirement` (object)
- `paymentRequirements` (object)
- `payoutAddress` (string)
- `payoutId` (string)
- `platform` (string): Optional OS/platform hint for local bridge setup, e.g. windows, mac, linux.
- `preferredNetwork` (string): Preferred payment network for wallet handoff, e.g. eip155:8453 or base.
- `query` (string)
- `receiptId` (string)
- `returnSignedPayment` (boolean): Alias for includeSignedPayment.
- `sellerBody` (object): Public-safe POST body for an external x402 seller. Never include cookies, bearer tokens, wallet secrets, private keys, card data, or account passwords.
- `sellerMethod` (string): Use POST for paid APIs that need a public-safe body before returning 402.
- `sellerUrl` (string): Third-party x402 paid resource URL to probe for HTTP 402 payment requirements.
- `serverJsonUrl` (string)
- `serviceId` (string)
- `sessionId` (string): Wallet handoff/payment session id returned by x402_wallet_handoff/connect_wallet.
- `since` (string)
- `toAddress` (string)
- `type` (string)
- `url` (string)

### `wisely_local_bridge_setup` (~616 tokens)

Alias for wisely_local_commerce_bridge_setup. Returns the local browser bridge setup guide for agents connecting by MCP without ClawMart.

Input parameters:

- `accepts` (array)
- `amountUsd` (number)
- `asset` (string)
- `audience` (string): Optional audience hint for wisely_start_here / wisely_get_playbook / wisely_agent_instructions.
- `content` (string): Public-safe creator content for preview/import. Do not include secrets, private student data, or copyrighted material you do not own.
- `contentType` (string)
- `creatorId` (string)
- `defaultEntitlement` (string)
- `endpointSlug` (string)
- `fromAddress` (string)
- `fromAsset` (string)
- `fromNetwork` (string)
- `fromTokenAddress` (string)
- `idempotencyKey` (string): Stable retry key for paid invokes and wallet handoff sessions.
- `includeExamples` (boolean): Set false to request a shorter playbook response.
- `includeSignedPayment` (boolean): For x402_payment_session_status, include the signed X-PAYMENT payload when the user has signed.
- `input` (object): Public-safe request body/input for a hosted service or endpoint. Never include secrets, raw cards, wallet keys, passwords, or private account tokens.
- `itemId` (string)
- `items` (array)
- `localPort` (number): Optional localhost port for the local commerce bridge MCP server. Defaults to 4027.
- `manifestUrl` (string)
- `network` (string)
- `paidActions` (array)
- `paymentPayload` (object)
- `paymentRequirement` (object)
- `paymentRequirements` (object)
- `payoutAddress` (string)
- `payoutId` (string)
- `platform` (string): Optional OS/platform hint for local bridge setup, e.g. windows, mac, linux.
- `preferredNetwork` (string): Preferred payment network for wallet handoff, e.g. eip155:8453 or base.
- `query` (string)
- `receiptId` (string)
- `returnSignedPayment` (boolean): Alias for includeSignedPayment.
- `sellerBody` (object): Public-safe POST body for an external x402 seller. Never include cookies, bearer tokens, wallet secrets, private keys, card data, or account passwords.
- `sellerMethod` (string): Use POST for paid APIs that need a public-safe body before returning 402.
- `sellerUrl` (string): Third-party x402 paid resource URL to probe for HTTP 402 payment requirements.
- `serverJsonUrl` (string)
- `serviceId` (string)
- `sessionId` (string): Wallet handoff/payment session id returned by x402_wallet_handoff/connect_wallet.
- `since` (string)
- `toAddress` (string)
- `type` (string)
- `url` (string)

### `x402_manifest` (~596 tokens)

Return the public service/payment manifest.

Input parameters:

- `accepts` (array)
- `amountUsd` (number)
- `asset` (string)
- `audience` (string): Optional audience hint for wisely_start_here / wisely_get_playbook / wisely_agent_instructions.
- `content` (string): Public-safe creator content for preview/import. Do not include secrets, private student data, or copyrighted material you do not own.
- `contentType` (string)
- `creatorId` (string)
- `defaultEntitlement` (string)
- `endpointSlug` (string)
- `fromAddress` (string)
- `fromAsset` (string)
- `fromNetwork` (string)
- `fromTokenAddress` (string)
- `idempotencyKey` (string): Stable retry key for paid invokes and wallet handoff sessions.
- `includeExamples` (boolean): Set false to request a shorter playbook response.
- `includeSignedPayment` (boolean): For x402_payment_session_status, include the signed X-PAYMENT payload when the user has signed.
- `input` (object): Public-safe request body/input for a hosted service or endpoint. Never include secrets, raw cards, wallet keys, passwords, or private account tokens.
- `itemId` (string)
- `items` (array)
- `localPort` (number): Optional localhost port for the local commerce bridge MCP server. Defaults to 4027.
- `manifestUrl` (string)
- `network` (string)
- `paidActions` (array)
- `paymentPayload` (object)
- `paymentRequirement` (object)
- `paymentRequirements` (object)
- `payoutAddress` (string)
- `payoutId` (string)
- `platform` (string): Optional OS/platform hint for local bridge setup, e.g. windows, mac, linux.
- `preferredNetwork` (string): Preferred payment network for wallet handoff, e.g. eip155:8453 or base.
- `query` (string)
- `receiptId` (string)
- `returnSignedPayment` (boolean): Alias for includeSignedPayment.
- `sellerBody` (object): Public-safe POST body for an external x402 seller. Never include cookies, bearer tokens, wallet secrets, private keys, card data, or account passwords.
- `sellerMethod` (string): Use POST for paid APIs that need a public-safe body before returning 402.
- `sellerUrl` (string): Third-party x402 paid resource URL to probe for HTTP 402 payment requirements.
- `serverJsonUrl` (string)
- `serviceId` (string)
- `sessionId` (string): Wallet handoff/payment session id returned by x402_wallet_handoff/connect_wallet.
- `since` (string)
- `toAddress` (string)
- `type` (string)
- `url` (string)

### `wisely_install_profile` (~619 tokens)

Return portable install metadata for OpenClaw, Hermes-style agents, Codex/CLI agents, MCP clients, and Bankr-style skill registries.

Input parameters:

- `accepts` (array)
- `amountUsd` (number)
- `asset` (string)
- `audience` (string): Optional audience hint for wisely_start_here / wisely_get_playbook / wisely_agent_instructions.
- `content` (string): Public-safe creator content for preview/import. Do not include secrets, private student data, or copyrighted material you do not own.
- `contentType` (string)
- `creatorId` (string)
- `defaultEntitlement` (string)
- `endpointSlug` (string)
- `fromAddress` (string)
- `fromAsset` (string)
- `fromNetwork` (string)
- `fromTokenAddress` (string)
- `idempotencyKey` (string): Stable retry key for paid invokes and wallet handoff sessions.
- `includeExamples` (boolean): Set false to request a shorter playbook response.
- `includeSignedPayment` (boolean): For x402_payment_session_status, include the signed X-PAYMENT payload when the user has signed.
- `input` (object): Public-safe request body/input for a hosted service or endpoint. Never include secrets, raw cards, wallet keys, passwords, or private account tokens.
- `itemId` (string)
- `items` (array)
- `localPort` (number): Optional localhost port for the local commerce bridge MCP server. Defaults to 4027.
- `manifestUrl` (string)
- `network` (string)
- `paidActions` (array)
- `paymentPayload` (object)
- `paymentRequirement` (object)
- `paymentRequirements` (object)
- `payoutAddress` (string)
- `payoutId` (string)
- `platform` (string): Optional OS/platform hint for local bridge setup, e.g. windows, mac, linux.
- `preferredNetwork` (string): Preferred payment network for wallet handoff, e.g. eip155:8453 or base.
- `query` (string)
- `receiptId` (string)
- `returnSignedPayment` (boolean): Alias for includeSignedPayment.
- `sellerBody` (object): Public-safe POST body for an external x402 seller. Never include cookies, bearer tokens, wallet secrets, private keys, card data, or account passwords.
- `sellerMethod` (string): Use POST for paid APIs that need a public-safe body before returning 402.
- `sellerUrl` (string): Third-party x402 paid resource URL to probe for HTTP 402 payment requirements.
- `serverJsonUrl` (string)
- `serviceId` (string)
- `sessionId` (string): Wallet handoff/payment session id returned by x402_wallet_handoff/connect_wallet.
- `since` (string)
- `toAddress` (string)
- `type` (string)
- `url` (string)

### `wisely_doctor` (~602 tokens)

Return public-safe endpoint wiring, discovery, and verifier readiness checks.

Input parameters:

- `accepts` (array)
- `amountUsd` (number)
- `asset` (string)
- `audience` (string): Optional audience hint for wisely_start_here / wisely_get_playbook / wisely_agent_instructions.
- `content` (string): Public-safe creator content for preview/import. Do not include secrets, private student data, or copyrighted material you do not own.
- `contentType` (string)
- `creatorId` (string)
- `defaultEntitlement` (string)
- `endpointSlug` (string)
- `fromAddress` (string)
- `fromAsset` (string)
- `fromNetwork` (string)
- `fromTokenAddress` (string)
- `idempotencyKey` (string): Stable retry key for paid invokes and wallet handoff sessions.
- `includeExamples` (boolean): Set false to request a shorter playbook response.
- `includeSignedPayment` (boolean): For x402_payment_session_status, include the signed X-PAYMENT payload when the user has signed.
- `input` (object): Public-safe request body/input for a hosted service or endpoint. Never include secrets, raw cards, wallet keys, passwords, or private account tokens.
- `itemId` (string)
- `items` (array)
- `localPort` (number): Optional localhost port for the local commerce bridge MCP server. Defaults to 4027.
- `manifestUrl` (string)
- `network` (string)
- `paidActions` (array)
- `paymentPayload` (object)
- `paymentRequirement` (object)
- `paymentRequirements` (object)
- `payoutAddress` (string)
- `payoutId` (string)
- `platform` (string): Optional OS/platform hint for local bridge setup, e.g. windows, mac, linux.
- `preferredNetwork` (string): Preferred payment network for wallet handoff, e.g. eip155:8453 or base.
- `query` (string)
- `receiptId` (string)
- `returnSignedPayment` (boolean): Alias for includeSignedPayment.
- `sellerBody` (object): Public-safe POST body for an external x402 seller. Never include cookies, bearer tokens, wallet secrets, private keys, card data, or account passwords.
- `sellerMethod` (string): Use POST for paid APIs that need a public-safe body before returning 402.
- `sellerUrl` (string): Third-party x402 paid resource URL to probe for HTTP 402 payment requirements.
- `serverJsonUrl` (string)
- `serviceId` (string)
- `sessionId` (string): Wallet handoff/payment session id returned by x402_wallet_handoff/connect_wallet.
- `since` (string)
- `toAddress` (string)
- `type` (string)
- `url` (string)

### `x402_rail_status` (~614 tokens)

Return proof-based readiness for Base, Solana, XRPL, Stellar, LINK, conversion, and scale gates.

Input parameters:

- `accepts` (array)
- `amountUsd` (number)
- `asset` (string)
- `audience` (string): Optional audience hint for wisely_start_here / wisely_get_playbook / wisely_agent_instructions.
- `content` (string): Public-safe creator content for preview/import. Do not include secrets, private student data, or copyrighted material you do not own.
- `contentType` (string)
- `creatorId` (string)
- `defaultEntitlement` (string)
- `endpointSlug` (string)
- `fromAddress` (string)
- `fromAsset` (string)
- `fromNetwork` (string)
- `fromTokenAddress` (string)
- `idempotencyKey` (string): Stable retry key for paid invokes and wallet handoff sessions.
- `includeExamples` (boolean): Set false to request a shorter playbook response.
- `includeSignedPayment` (boolean): For x402_payment_session_status, include the signed X-PAYMENT payload when the user has signed.
- `input` (object): Public-safe request body/input for a hosted service or endpoint. Never include secrets, raw cards, wallet keys, passwords, or private account tokens.
- `itemId` (string)
- `items` (array)
- `localPort` (number): Optional localhost port for the local commerce bridge MCP server. Defaults to 4027.
- `manifestUrl` (string)
- `network` (string)
- `paidActions` (array)
- `paymentPayload` (object)
- `paymentRequirement` (object)
- `paymentRequirements` (object)
- `payoutAddress` (string)
- `payoutId` (string)
- `platform` (string): Optional OS/platform hint for local bridge setup, e.g. windows, mac, linux.
- `preferredNetwork` (string): Preferred payment network for wallet handoff, e.g. eip155:8453 or base.
- `query` (string)
- `receiptId` (string)
- `returnSignedPayment` (boolean): Alias for includeSignedPayment.
- `sellerBody` (object): Public-safe POST body for an external x402 seller. Never include cookies, bearer tokens, wallet secrets, private keys, card data, or account passwords.
- `sellerMethod` (string): Use POST for paid APIs that need a public-safe body before returning 402.
- `sellerUrl` (string): Third-party x402 paid resource URL to probe for HTTP 402 payment requirements.
- `serverJsonUrl` (string)
- `serviceId` (string)
- `sessionId` (string): Wallet handoff/payment session id returned by x402_wallet_handoff/connect_wallet.
- `since` (string)
- `toAddress` (string)
- `type` (string)
- `url` (string)

### `x402_integration_status` (~614 tokens)

Return combined MCP, hosted endpoint, provider-method, rail, conversion, receipt, and alert readiness for outside agents.

Input parameters:

- `accepts` (array)
- `amountUsd` (number)
- `asset` (string)
- `audience` (string): Optional audience hint for wisely_start_here / wisely_get_playbook / wisely_agent_instructions.
- `content` (string): Public-safe creator content for preview/import. Do not include secrets, private student data, or copyrighted material you do not own.
- `contentType` (string)
- `creatorId` (string)
- `defaultEntitlement` (string)
- `endpointSlug` (string)
- `fromAddress` (string)
- `fromAsset` (string)
- `fromNetwork` (string)
- `fromTokenAddress` (string)
- `idempotencyKey` (string): Stable retry key for paid invokes and wallet handoff sessions.
- `includeExamples` (boolean): Set false to request a shorter playbook response.
- `includeSignedPayment` (boolean): For x402_payment_session_status, include the signed X-PAYMENT payload when the user has signed.
- `input` (object): Public-safe request body/input for a hosted service or endpoint. Never include secrets, raw cards, wallet keys, passwords, or private account tokens.
- `itemId` (string)
- `items` (array)
- `localPort` (number): Optional localhost port for the local commerce bridge MCP server. Defaults to 4027.
- `manifestUrl` (string)
- `network` (string)
- `paidActions` (array)
- `paymentPayload` (object)
- `paymentRequirement` (object)
- `paymentRequirements` (object)
- `payoutAddress` (string)
- `payoutId` (string)
- `platform` (string): Optional OS/platform hint for local bridge setup, e.g. windows, mac, linux.
- `preferredNetwork` (string): Preferred payment network for wallet handoff, e.g. eip155:8453 or base.
- `query` (string)
- `receiptId` (string)
- `returnSignedPayment` (boolean): Alias for includeSignedPayment.
- `sellerBody` (object): Public-safe POST body for an external x402 seller. Never include cookies, bearer tokens, wallet secrets, private keys, card data, or account passwords.
- `sellerMethod` (string): Use POST for paid APIs that need a public-safe body before returning 402.
- `sellerUrl` (string): Third-party x402 paid resource URL to probe for HTTP 402 payment requirements.
- `serverJsonUrl` (string)
- `serviceId` (string)
- `sessionId` (string): Wallet handoff/payment session id returned by x402_wallet_handoff/connect_wallet.
- `since` (string)
- `toAddress` (string)
- `type` (string)
- `url` (string)

### `x402_alert_status` (~603 tokens)

Return public-safe alerting status and recent rail/provider operational notices.

Input parameters:

- `accepts` (array)
- `amountUsd` (number)
- `asset` (string)
- `audience` (string): Optional audience hint for wisely_start_here / wisely_get_playbook / wisely_agent_instructions.
- `content` (string): Public-safe creator content for preview/import. Do not include secrets, private student data, or copyrighted material you do not own.
- `contentType` (string)
- `creatorId` (string)
- `defaultEntitlement` (string)
- `endpointSlug` (string)
- `fromAddress` (string)
- `fromAsset` (string)
- `fromNetwork` (string)
- `fromTokenAddress` (string)
- `idempotencyKey` (string): Stable retry key for paid invokes and wallet handoff sessions.
- `includeExamples` (boolean): Set false to request a shorter playbook response.
- `includeSignedPayment` (boolean): For x402_payment_session_status, include the signed X-PAYMENT payload when the user has signed.
- `input` (object): Public-safe request body/input for a hosted service or endpoint. Never include secrets, raw cards, wallet keys, passwords, or private account tokens.
- `itemId` (string)
- `items` (array)
- `localPort` (number): Optional localhost port for the local commerce bridge MCP server. Defaults to 4027.
- `manifestUrl` (string)
- `network` (string)
- `paidActions` (array)
- `paymentPayload` (object)
- `paymentRequirement` (object)
- `paymentRequirements` (object)
- `payoutAddress` (string)
- `payoutId` (string)
- `platform` (string): Optional OS/platform hint for local bridge setup, e.g. windows, mac, linux.
- `preferredNetwork` (string): Preferred payment network for wallet handoff, e.g. eip155:8453 or base.
- `query` (string)
- `receiptId` (string)
- `returnSignedPayment` (boolean): Alias for includeSignedPayment.
- `sellerBody` (object): Public-safe POST body for an external x402 seller. Never include cookies, bearer tokens, wallet secrets, private keys, card data, or account passwords.
- `sellerMethod` (string): Use POST for paid APIs that need a public-safe body before returning 402.
- `sellerUrl` (string): Third-party x402 paid resource URL to probe for HTTP 402 payment requirements.
- `serverJsonUrl` (string)
- `serviceId` (string)
- `sessionId` (string): Wallet handoff/payment session id returned by x402_wallet_handoff/connect_wallet.
- `since` (string)
- `toAddress` (string)
- `type` (string)
- `url` (string)

### `x402_state_status` (~608 tokens)

Return public-safe durable-state status, migration metadata, DB counts, and JSON compatibility status.

Input parameters:

- `accepts` (array)
- `amountUsd` (number)
- `asset` (string)
- `audience` (string): Optional audience hint for wisely_start_here / wisely_get_playbook / wisely_agent_instructions.
- `content` (string): Public-safe creator content for preview/import. Do not include secrets, private student data, or copyrighted material you do not own.
- `contentType` (string)
- `creatorId` (string)
- `defaultEntitlement` (string)
- `endpointSlug` (string)
- `fromAddress` (string)
- `fromAsset` (string)
- `fromNetwork` (string)
- `fromTokenAddress` (string)
- `idempotencyKey` (string): Stable retry key for paid invokes and wallet handoff sessions.
- `includeExamples` (boolean): Set false to request a shorter playbook response.
- `includeSignedPayment` (boolean): For x402_payment_session_status, include the signed X-PAYMENT payload when the user has signed.
- `input` (object): Public-safe request body/input for a hosted service or endpoint. Never include secrets, raw cards, wallet keys, passwords, or private account tokens.
- `itemId` (string)
- `items` (array)
- `localPort` (number): Optional localhost port for the local commerce bridge MCP server. Defaults to 4027.
- `manifestUrl` (string)
- `network` (string)
- `paidActions` (array)
- `paymentPayload` (object)
- `paymentRequirement` (object)
- `paymentRequirements` (object)
- `payoutAddress` (string)
- `payoutId` (string)
- `platform` (string): Optional OS/platform hint for local bridge setup, e.g. windows, mac, linux.
- `preferredNetwork` (string): Preferred payment network for wallet handoff, e.g. eip155:8453 or base.
- `query` (string)
- `receiptId` (string)
- `returnSignedPayment` (boolean): Alias for includeSignedPayment.
- `sellerBody` (object): Public-safe POST body for an external x402 seller. Never include cookies, bearer tokens, wallet secrets, private keys, card data, or account passwords.
- `sellerMethod` (string): Use POST for paid APIs that need a public-safe body before returning 402.
- `sellerUrl` (string): Third-party x402 paid resource URL to probe for HTTP 402 payment requirements.
- `serverJsonUrl` (string)
- `serviceId` (string)
- `sessionId` (string): Wallet handoff/payment session id returned by x402_wallet_handoff/connect_wallet.
- `since` (string)
- `toAddress` (string)
- `type` (string)
- `url` (string)

### `x402_worker_status` (~606 tokens)

Return public-safe maintenance worker status for reconciliation, alerts, and state migration checks.

Input parameters:

- `accepts` (array)
- `amountUsd` (number)
- `asset` (string)
- `audience` (string): Optional audience hint for wisely_start_here / wisely_get_playbook / wisely_agent_instructions.
- `content` (string): Public-safe creator content for preview/import. Do not include secrets, private student data, or copyrighted material you do not own.
- `contentType` (string)
- `creatorId` (string)
- `defaultEntitlement` (string)
- `endpointSlug` (string)
- `fromAddress` (string)
- `fromAsset` (string)
- `fromNetwork` (string)
- `fromTokenAddress` (string)
- `idempotencyKey` (string): Stable retry key for paid invokes and wallet handoff sessions.
- `includeExamples` (boolean): Set false to request a shorter playbook response.
- `includeSignedPayment` (boolean): For x402_payment_session_status, include the signed X-PAYMENT payload when the user has signed.
- `input` (object): Public-safe request body/input for a hosted service or endpoint. Never include secrets, raw cards, wallet keys, passwords, or private account tokens.
- `itemId` (string)
- `items` (array)
- `localPort` (number): Optional localhost port for the local commerce bridge MCP server. Defaults to 4027.
- `manifestUrl` (string)
- `network` (string)
- `paidActions` (array)
- `paymentPayload` (object)
- `paymentRequirement` (object)
- `paymentRequirements` (object)
- `payoutAddress` (string)
- `payoutId` (string)
- `platform` (string): Optional OS/platform hint for local bridge setup, e.g. windows, mac, linux.
- `preferredNetwork` (string): Preferred payment network for wallet handoff, e.g. eip155:8453 or base.
- `query` (string)
- `receiptId` (string)
- `returnSignedPayment` (boolean): Alias for includeSignedPayment.
- `sellerBody` (object): Public-safe POST body for an external x402 seller. Never include cookies, bearer tokens, wallet secrets, private keys, card data, or account passwords.
- `sellerMethod` (string): Use POST for paid APIs that need a public-safe body before returning 402.
- `sellerUrl` (string): Third-party x402 paid resource URL to probe for HTTP 402 payment requirements.
- `serverJsonUrl` (string)
- `serviceId` (string)
- `sessionId` (string): Wallet handoff/payment session id returned by x402_wallet_handoff/connect_wallet.
- `since` (string)
- `toAddress` (string)
- `type` (string)
- `url` (string)

### `x402_proof_cache_status` (~612 tokens)

Return the latest cached public proof bundle for Base, Solana, manifests, receipts, and reconciliation.

Input parameters:

- `accepts` (array)
- `amountUsd` (number)
- `asset` (string)
- `audience` (string): Optional audience hint for wisely_start_here / wisely_get_playbook / wisely_agent_instructions.
- `content` (string): Public-safe creator content for preview/import. Do not include secrets, private student data, or copyrighted material you do not own.
- `contentType` (string)
- `creatorId` (string)
- `defaultEntitlement` (string)
- `endpointSlug` (string)
- `fromAddress` (string)
- `fromAsset` (string)
- `fromNetwork` (string)
- `fromTokenAddress` (string)
- `idempotencyKey` (string): Stable retry key for paid invokes and wallet handoff sessions.
- `includeExamples` (boolean): Set false to request a shorter playbook response.
- `includeSignedPayment` (boolean): For x402_payment_session_status, include the signed X-PAYMENT payload when the user has signed.
- `input` (object): Public-safe request body/input for a hosted service or endpoint. Never include secrets, raw cards, wallet keys, passwords, or private account tokens.
- `itemId` (string)
- `items` (array)
- `localPort` (number): Optional localhost port for the local commerce bridge MCP server. Defaults to 4027.
- `manifestUrl` (string)
- `network` (string)
- `paidActions` (array)
- `paymentPayload` (object)
- `paymentRequirement` (object)
- `paymentRequirements` (object)
- `payoutAddress` (string)
- `payoutId` (string)
- `platform` (string): Optional OS/platform hint for local bridge setup, e.g. windows, mac, linux.
- `preferredNetwork` (string): Preferred payment network for wallet handoff, e.g. eip155:8453 or base.
- `query` (string)
- `receiptId` (string)
- `returnSignedPayment` (boolean): Alias for includeSignedPayment.
- `sellerBody` (object): Public-safe POST body for an external x402 seller. Never include cookies, bearer tokens, wallet secrets, private keys, card data, or account passwords.
- `sellerMethod` (string): Use POST for paid APIs that need a public-safe body before returning 402.
- `sellerUrl` (string): Third-party x402 paid resource URL to probe for HTTP 402 payment requirements.
- `serverJsonUrl` (string)
- `serviceId` (string)
- `sessionId` (string): Wallet handoff/payment session id returned by x402_wallet_handoff/connect_wallet.
- `since` (string)
- `toAddress` (string)
- `type` (string)
- `url` (string)

### `x402_seller_report_status` (~605 tokens)

Return public-safe seller report freshness and totals without private payout secrets.

Input parameters:

- `accepts` (array)
- `amountUsd` (number)
- `asset` (string)
- `audience` (string): Optional audience hint for wisely_start_here / wisely_get_playbook / wisely_agent_instructions.
- `content` (string): Public-safe creator content for preview/import. Do not include secrets, private student data, or copyrighted material you do not own.
- `contentType` (string)
- `creatorId` (string)
- `defaultEntitlement` (string)
- `endpointSlug` (string)
- `fromAddress` (string)
- `fromAsset` (string)
- `fromNetwork` (string)
- `fromTokenAddress` (string)
- `idempotencyKey` (string): Stable retry key for paid invokes and wallet handoff sessions.
- `includeExamples` (boolean): Set false to request a shorter playbook response.
- `includeSignedPayment` (boolean): For x402_payment_session_status, include the signed X-PAYMENT payload when the user has signed.
- `input` (object): Public-safe request body/input for a hosted service or endpoint. Never include secrets, raw cards, wallet keys, passwords, or private account tokens.
- `itemId` (string)
- `items` (array)
- `localPort` (number): Optional localhost port for the local commerce bridge MCP server. Defaults to 4027.
- `manifestUrl` (string)
- `network` (string)
- `paidActions` (array)
- `paymentPayload` (object)
- `paymentRequirement` (object)
- `paymentRequirements` (object)
- `payoutAddress` (string)
- `payoutId` (string)
- `platform` (string): Optional OS/platform hint for local bridge setup, e.g. windows, mac, linux.
- `preferredNetwork` (string): Preferred payment network for wallet handoff, e.g. eip155:8453 or base.
- `query` (string)
- `receiptId` (string)
- `returnSignedPayment` (boolean): Alias for includeSignedPayment.
- `sellerBody` (object): Public-safe POST body for an external x402 seller. Never include cookies, bearer tokens, wallet secrets, private keys, card data, or account passwords.
- `sellerMethod` (string): Use POST for paid APIs that need a public-safe body before returning 402.
- `sellerUrl` (string): Third-party x402 paid resource URL to probe for HTTP 402 payment requirements.
- `serverJsonUrl` (string)
- `serviceId` (string)
- `sessionId` (string): Wallet handoff/payment session id returned by x402_wallet_handoff/connect_wallet.
- `since` (string)
- `toAddress` (string)
- `type` (string)
- `url` (string)

### `x402_signer_status` (~614 tokens)

Return public-safe signer gateway/custody status and KMS/HSM migration readiness for the Base facilitator relayer.

Input parameters:

- `accepts` (array)
- `amountUsd` (number)
- `asset` (string)
- `audience` (string): Optional audience hint for wisely_start_here / wisely_get_playbook / wisely_agent_instructions.
- `content` (string): Public-safe creator content for preview/import. Do not include secrets, private student data, or copyrighted material you do not own.
- `contentType` (string)
- `creatorId` (string)
- `defaultEntitlement` (string)
- `endpointSlug` (string)
- `fromAddress` (string)
- `fromAsset` (string)
- `fromNetwork` (string)
- `fromTokenAddress` (string)
- `idempotencyKey` (string): Stable retry key for paid invokes and wallet handoff sessions.
- `includeExamples` (boolean): Set false to request a shorter playbook response.
- `includeSignedPayment` (boolean): For x402_payment_session_status, include the signed X-PAYMENT payload when the user has signed.
- `input` (object): Public-safe request body/input for a hosted service or endpoint. Never include secrets, raw cards, wallet keys, passwords, or private account tokens.
- `itemId` (string)
- `items` (array)
- `localPort` (number): Optional localhost port for the local commerce bridge MCP server. Defaults to 4027.
- `manifestUrl` (string)
- `network` (string)
- `paidActions` (array)
- `paymentPayload` (object)
- `paymentRequirement` (object)
- `paymentRequirements` (object)
- `payoutAddress` (string)
- `payoutId` (string)
- `platform` (string): Optional OS/platform hint for local bridge setup, e.g. windows, mac, linux.
- `preferredNetwork` (string): Preferred payment network for wallet handoff, e.g. eip155:8453 or base.
- `query` (string)
- `receiptId` (string)
- `returnSignedPayment` (boolean): Alias for includeSignedPayment.
- `sellerBody` (object): Public-safe POST body for an external x402 seller. Never include cookies, bearer tokens, wallet secrets, private keys, card data, or account passwords.
- `sellerMethod` (string): Use POST for paid APIs that need a public-safe body before returning 402.
- `sellerUrl` (string): Third-party x402 paid resource URL to probe for HTTP 402 payment requirements.
- `serverJsonUrl` (string)
- `serviceId` (string)
- `sessionId` (string): Wallet handoff/payment session id returned by x402_wallet_handoff/connect_wallet.
- `since` (string)
- `toAddress` (string)
- `type` (string)
- `url` (string)

### `x402_quote_service` (~603 tokens)

Quote a Wisely-hosted AI/data service and payment route.

Input parameters:

- `accepts` (array)
- `amountUsd` (number)
- `asset` (string)
- `audience` (string): Optional audience hint for wisely_start_here / wisely_get_playbook / wisely_agent_instructions.
- `content` (string): Public-safe creator content for preview/import. Do not include secrets, private student data, or copyrighted material you do not own.
- `contentType` (string)
- `creatorId` (string)
- `defaultEntitlement` (string)
- `endpointSlug` (string)
- `fromAddress` (string)
- `fromAsset` (string)
- `fromNetwork` (string)
- `fromTokenAddress` (string)
- `idempotencyKey` (string): Stable retry key for paid invokes and wallet handoff sessions.
- `includeExamples` (boolean): Set false to request a shorter playbook response.
- `includeSignedPayment` (boolean): For x402_payment_session_status, include the signed X-PAYMENT payload when the user has signed.
- `input` (object): Public-safe request body/input for a hosted service or endpoint. Never include secrets, raw cards, wallet keys, passwords, or private account tokens.
- `itemId` (string)
- `items` (array)
- `localPort` (number): Optional localhost port for the local commerce bridge MCP server. Defaults to 4027.
- `manifestUrl` (string)
- `network` (string)
- `paidActions` (array)
- `paymentPayload` (object)
- `paymentRequirement` (object)
- `paymentRequirements` (object)
- `payoutAddress` (string)
- `payoutId` (string)
- `platform` (string): Optional OS/platform hint for local bridge setup, e.g. windows, mac, linux.
- `preferredNetwork` (string): Preferred payment network for wallet handoff, e.g. eip155:8453 or base.
- `query` (string)
- `receiptId` (string)
- `returnSignedPayment` (boolean): Alias for includeSignedPayment.
- `sellerBody` (object): Public-safe POST body for an external x402 seller. Never include cookies, bearer tokens, wallet secrets, private keys, card data, or account passwords.
- `sellerMethod` (string): Use POST for paid APIs that need a public-safe body before returning 402.
- `sellerUrl` (string): Third-party x402 paid resource URL to probe for HTTP 402 payment requirements.
- `serverJsonUrl` (string)
- `serviceId` (string)
- `sessionId` (string): Wallet handoff/payment session id returned by x402_wallet_handoff/connect_wallet.
- `since` (string)
- `toAddress` (string)
- `type` (string)
- `url` (string)

### `x402_wallet_handoff` (~655 tokens)

Create a short-lived hosted wallet signing session for ChatGPT/MCP clients. The user opens a signing URL, chooses an injected wallet, mobile wallet app, or configured WalletConnect, signs in their own wallet, then the agent polls status and retries with X-PAYMENT. No private keys or seed phrases are accepted.

Input parameters:

- `accepts` (array)
- `amountUsd` (number)
- `asset` (string)
- `audience` (string): Optional audience hint for wisely_start_here / wisely_get_playbook / wisely_agent_instructions.
- `content` (string): Public-safe creator content for preview/import. Do not include secrets, private student data, or copyrighted material you do not own.
- `contentType` (string)
- `creatorId` (string)
- `defaultEntitlement` (string)
- `endpointSlug` (string)
- `fromAddress` (string)
- `fromAsset` (string)
- `fromNetwork` (string)
- `fromTokenAddress` (string)
- `idempotencyKey` (string): Stable retry key for paid invokes and wallet handoff sessions.
- `includeExamples` (boolean): Set false to request a shorter playbook response.
- `includeSignedPayment` (boolean): For x402_payment_session_status, include the signed X-PAYMENT payload when the user has signed.
- `input` (object): Public-safe request body/input for a hosted service or endpoint. Never include secrets, raw cards, wallet keys, passwords, or private account tokens.
- `itemId` (string)
- `items` (array)
- `localPort` (number): Optional localhost port for the local commerce bridge MCP server. Defaults to 4027.
- `manifestUrl` (string)
- `network` (string)
- `paidActions` (array)
- `paymentPayload` (object)
- `paymentRequirement` (object)
- `paymentRequirements` (object)
- `payoutAddress` (string)
- `payoutId` (string)
- `platform` (string): Optional OS/platform hint for local bridge setup, e.g. windows, mac, linux.
- `preferredNetwork` (string): Preferred payment network for wallet handoff, e.g. eip155:8453 or base.
- `query` (string)
- `receiptId` (string)
- `returnSignedPayment` (boolean): Alias for includeSignedPayment.
- `sellerBody` (object): Public-safe POST body for an external x402 seller. Never include cookies, bearer tokens, wallet secrets, private keys, card data, or account passwords.
- `sellerMethod` (string): Use POST for paid APIs that need a public-safe body before returning 402.
- `sellerUrl` (string): Third-party x402 paid resource URL to probe for HTTP 402 payment requirements.
- `serverJsonUrl` (string)
- `serviceId` (string)
- `sessionId` (string): Wallet handoff/payment session id returned by x402_wallet_handoff/connect_wallet.
- `since` (string)
- `toAddress` (string)
- `type` (string)
- `url` (string)

### `connect_wallet` (~635 tokens)

Plain-English alias for x402_wallet_handoff. Use when a user asks how to connect a wallet to ChatGPT or another MCP agent for Wisely x402 payments. Returns a hosted signing URL with wallet-app links and provider selection.

Input parameters:

- `accepts` (array)
- `amountUsd` (number)
- `asset` (string)
- `audience` (string): Optional audience hint for wisely_start_here / wisely_get_playbook / wisely_agent_instructions.
- `content` (string): Public-safe creator content for preview/import. Do not include secrets, private student data, or copyrighted material you do not own.
- `contentType` (string)
- `creatorId` (string)
- `defaultEntitlement` (string)
- `endpointSlug` (string)
- `fromAddress` (string)
- `fromAsset` (string)
- `fromNetwork` (string)
- `fromTokenAddress` (string)
- `idempotencyKey` (string): Stable retry key for paid invokes and wallet handoff sessions.
- `includeExamples` (boolean): Set false to request a shorter playbook response.
- `includeSignedPayment` (boolean): For x402_payment_session_status, include the signed X-PAYMENT payload when the user has signed.
- `input` (object): Public-safe request body/input for a hosted service or endpoint. Never include secrets, raw cards, wallet keys, passwords, or private account tokens.
- `itemId` (string)
- `items` (array)
- `localPort` (number): Optional localhost port for the local commerce bridge MCP server. Defaults to 4027.
- `manifestUrl` (string)
- `network` (string)
- `paidActions` (array)
- `paymentPayload` (object)
- `paymentRequirement` (object)
- `paymentRequirements` (object)
- `payoutAddress` (string)
- `payoutId` (string)
- `platform` (string): Optional OS/platform hint for local bridge setup, e.g. windows, mac, linux.
- `preferredNetwork` (string): Preferred payment network for wallet handoff, e.g. eip155:8453 or base.
- `query` (string)
- `receiptId` (string)
- `returnSignedPayment` (boolean): Alias for includeSignedPayment.
- `sellerBody` (object): Public-safe POST body for an external x402 seller. Never include cookies, bearer tokens, wallet secrets, private keys, card data, or account passwords.
- `sellerMethod` (string): Use POST for paid APIs that need a public-safe body before returning 402.
- `sellerUrl` (string): Third-party x402 paid resource URL to probe for HTTP 402 payment requirements.
- `serverJsonUrl` (string)
- `serviceId` (string)
- `sessionId` (string): Wallet handoff/payment session id returned by x402_wallet_handoff/connect_wallet.
- `since` (string)
- `toAddress` (string)
- `type` (string)
- `url` (string)

### `x402_payment_session_status` (~620 tokens)

Check a wallet handoff session. After the user signs, returns the signed X-PAYMENT header and paid-retry instructions for the agent.

Input parameters:

- `accepts` (array)
- `amountUsd` (number)
- `asset` (string)
- `audience` (string): Optional audience hint for wisely_start_here / wisely_get_playbook / wisely_agent_instructions.
- `content` (string): Public-safe creator content for preview/import. Do not include secrets, private student data, or copyrighted material you do not own.
- `contentType` (string)
- `creatorId` (string)
- `defaultEntitlement` (string)
- `endpointSlug` (string)
- `fromAddress` (string)
- `fromAsset` (string)
- `fromNetwork` (string)
- `fromTokenAddress` (string)
- `idempotencyKey` (string): Stable retry key for paid invokes and wallet handoff sessions.
- `includeExamples` (boolean): Set false to request a shorter playbook response.
- `includeSignedPayment` (boolean): For x402_payment_session_status, include the signed X-PAYMENT payload when the user has signed.
- `input` (object): Public-safe request body/input for a hosted service or endpoint. Never include secrets, raw cards, wallet keys, passwords, or private account tokens.
- `itemId` (string)
- `items` (array)
- `localPort` (number): Optional localhost port for the local commerce bridge MCP server. Defaults to 4027.
- `manifestUrl` (string)
- `network` (string)
- `paidActions` (array)
- `paymentPayload` (object)
- `paymentRequirement` (object)
- `paymentRequirements` (object)
- `payoutAddress` (string)
- `payoutId` (string)
- `platform` (string): Optional OS/platform hint for local bridge setup, e.g. windows, mac, linux.
- `preferredNetwork` (string): Preferred payment network for wallet handoff, e.g. eip155:8453 or base.
- `query` (string)
- `receiptId` (string)
- `returnSignedPayment` (boolean): Alias for includeSignedPayment.
- `sellerBody` (object): Public-safe POST body for an external x402 seller. Never include cookies, bearer tokens, wallet secrets, private keys, card data, or account passwords.
- `sellerMethod` (string): Use POST for paid APIs that need a public-safe body before returning 402.
- `sellerUrl` (string): Third-party x402 paid resource URL to probe for HTTP 402 payment requirements.
- `serverJsonUrl` (string)
- `serviceId` (string)
- `sessionId` (string): Wallet handoff/payment session id returned by x402_wallet_handoff/connect_wallet.
- `since` (string)
- `toAddress` (string)
- `type` (string)
- `url` (string)

### `x402_quote_conversion` (~609 tokens)

Quote a live executable conversion from the caller's crypto into required Base USDC x402 settlement.

Input parameters:

- `accepts` (array)
- `amountUsd` (number)
- `asset` (string)
- `audience` (string): Optional audience hint for wisely_start_here / wisely_get_playbook / wisely_agent_instructions.
- `content` (string): Public-safe creator content for preview/import. Do not include secrets, private student data, or copyrighted material you do not own.
- `contentType` (string)
- `creatorId` (string)
- `defaultEntitlement` (string)
- `endpointSlug` (string)
- `fromAddress` (string)
- `fromAsset` (string)
- `fromNetwork` (string)
- `fromTokenAddress` (string)
- `idempotencyKey` (string): Stable retry key for paid invokes and wallet handoff sessions.
- `includeExamples` (boolean): Set false to request a shorter playbook response.
- `includeSignedPayment` (boolean): For x402_payment_session_status, include the signed X-PAYMENT payload when the user has signed.
- `input` (object): Public-safe request body/input for a hosted service or endpoint. Never include secrets, raw cards, wallet keys, passwords, or private account tokens.
- `itemId` (string)
- `items` (array)
- `localPort` (number): Optional localhost port for the local commerce bridge MCP server. Defaults to 4027.
- `manifestUrl` (string)
- `network` (string)
- `paidActions` (array)
- `paymentPayload` (object)
- `paymentRequirement` (object)
- `paymentRequirements` (object)
- `payoutAddress` (string)
- `payoutId` (string)
- `platform` (string): Optional OS/platform hint for local bridge setup, e.g. windows, mac, linux.
- `preferredNetwork` (string): Preferred payment network for wallet handoff, e.g. eip155:8453 or base.
- `query` (string)
- `receiptId` (string)
- `returnSignedPayment` (boolean): Alias for includeSignedPayment.
- `sellerBody` (object): Public-safe POST body for an external x402 seller. Never include cookies, bearer tokens, wallet secrets, private keys, card data, or account passwords.
- `sellerMethod` (string): Use POST for paid APIs that need a public-safe body before returning 402.
- `sellerUrl` (string): Third-party x402 paid resource URL to probe for HTTP 402 payment requirements.
- `serverJsonUrl` (string)
- `serviceId` (string)
- `sessionId` (string): Wallet handoff/payment session id returned by x402_wallet_handoff/connect_wallet.
- `since` (string)
- `toAddress` (string)
- `type` (string)
- `url` (string)

### `x402_conversion_assets` (~608 tokens)

List supported and planned input assets for the Wisely casa de cambio conversion handoff layer.

Input parameters:

- `accepts` (array)
- `amountUsd` (number)
- `asset` (string)
- `audience` (string): Optional audience hint for wisely_start_here / wisely_get_playbook / wisely_agent_instructions.
- `content` (string): Public-safe creator content for preview/import. Do not include secrets, private student data, or copyrighted material you do not own.
- `contentType` (string)
- `creatorId` (string)
- `defaultEntitlement` (string)
- `endpointSlug` (string)
- `fromAddress` (string)
- `fromAsset` (string)
- `fromNetwork` (string)
- `fromTokenAddress` (string)
- `idempotencyKey` (string): Stable retry key for paid invokes and wallet handoff sessions.
- `includeExamples` (boolean): Set false to request a shorter playbook response.
- `includeSignedPayment` (boolean): For x402_payment_session_status, include the signed X-PAYMENT payload when the user has signed.
- `input` (object): Public-safe request body/input for a hosted service or endpoint. Never include secrets, raw cards, wallet keys, passwords, or private account tokens.
- `itemId` (string)
- `items` (array)
- `localPort` (number): Optional localhost port for the local commerce bridge MCP server. Defaults to 4027.
- `manifestUrl` (string)
- `network` (string)
- `paidActions` (array)
- `paymentPayload` (object)
- `paymentRequirement` (object)
- `paymentRequirements` (object)
- `payoutAddress` (string)
- `payoutId` (string)
- `platform` (string): Optional OS/platform hint for local bridge setup, e.g. windows, mac, linux.
- `preferredNetwork` (string): Preferred payment network for wallet handoff, e.g. eip155:8453 or base.
- `query` (string)
- `receiptId` (string)
- `returnSignedPayment` (boolean): Alias for includeSignedPayment.
- `sellerBody` (object): Public-safe POST body for an external x402 seller. Never include cookies, bearer tokens, wallet secrets, private keys, card data, or account passwords.
- `sellerMethod` (string): Use POST for paid APIs that need a public-safe body before returning 402.
- `sellerUrl` (string): Third-party x402 paid resource URL to probe for HTTP 402 payment requirements.
- `serverJsonUrl` (string)
- `serviceId` (string)
- `sessionId` (string): Wallet handoff/payment session id returned by x402_wallet_handoff/connect_wallet.
- `since` (string)
- `toAddress` (string)
- `type` (string)
- `url` (string)

### `x402_conversion_routes_status` (~602 tokens)

Return the current executable and planned conversion route status matrix.

Input parameters:

- `accepts` (array)
- `amountUsd` (number)
- `asset` (string)
- `audience` (string): Optional audience hint for wisely_start_here / wisely_get_playbook / wisely_agent_instructions.
- `content` (string): Public-safe creator content for preview/import. Do not include secrets, private student data, or copyrighted material you do not own.
- `contentType` (string)
- `creatorId` (string)
- `defaultEntitlement` (string)
- `endpointSlug` (string)
- `fromAddress` (string)
- `fromAsset` (string)
- `fromNetwork` (string)
- `fromTokenAddress` (string)
- `idempotencyKey` (string): Stable retry key for paid invokes and wallet handoff sessions.
- `includeExamples` (boolean): Set false to request a shorter playbook response.
- `includeSignedPayment` (boolean): For x402_payment_session_status, include the signed X-PAYMENT payload when the user has signed.
- `input` (object): Public-safe request body/input for a hosted service or endpoint. Never include secrets, raw cards, wallet keys, passwords, or private account tokens.
- `itemId` (string)
- `items` (array)
- `localPort` (number): Optional localhost port for the local commerce bridge MCP server. Defaults to 4027.
- `manifestUrl` (string)
- `network` (string)
- `paidActions` (array)
- `paymentPayload` (object)
- `paymentRequirement` (object)
- `paymentRequirements` (object)
- `payoutAddress` (string)
- `payoutId` (string)
- `platform` (string): Optional OS/platform hint for local bridge setup, e.g. windows, mac, linux.
- `preferredNetwork` (string): Preferred payment network for wallet handoff, e.g. eip155:8453 or base.
- `query` (string)
- `receiptId` (string)
- `returnSignedPayment` (boolean): Alias for includeSignedPayment.
- `sellerBody` (object): Public-safe POST body for an external x402 seller. Never include cookies, bearer tokens, wallet secrets, private keys, card data, or account passwords.
- `sellerMethod` (string): Use POST for paid APIs that need a public-safe body before returning 402.
- `sellerUrl` (string): Third-party x402 paid resource URL to probe for HTTP 402 payment requirements.
- `serverJsonUrl` (string)
- `serviceId` (string)
- `sessionId` (string): Wallet handoff/payment session id returned by x402_wallet_handoff/connect_wallet.
- `since` (string)
- `toAddress` (string)
- `type` (string)
- `url` (string)

### `x402_invoke_service` (~608 tokens)

Invoke a paid service through /ai/invoke with x402 proof or developer credit.

Input parameters:

- `accepts` (array)
- `amountUsd` (number)
- `asset` (string)
- `audience` (string): Optional audience hint for wisely_start_here / wisely_get_playbook / wisely_agent_instructions.
- `content` (string): Public-safe creator content for preview/import. Do not include secrets, private student data, or copyrighted material you do not own.
- `contentType` (string)
- `creatorId` (string)
- `defaultEntitlement` (string)
- `endpointSlug` (string)
- `fromAddress` (string)
- `fromAsset` (string)
- `fromNetwork` (string)
- `fromTokenAddress` (string)
- `idempotencyKey` (string): Stable retry key for paid invokes and wallet handoff sessions.
- `includeExamples` (boolean): Set false to request a shorter playbook response.
- `includeSignedPayment` (boolean): For x402_payment_session_status, include the signed X-PAYMENT payload when the user has signed.
- `input` (object): Public-safe request body/input for a hosted service or endpoint. Never include secrets, raw cards, wallet keys, passwords, or private account tokens.
- `itemId` (string)
- `items` (array)
- `localPort` (number): Optional localhost port for the local commerce bridge MCP server. Defaults to 4027.
- `manifestUrl` (string)
- `network` (string)
- `paidActions` (array)
- `paymentPayload` (object)
- `paymentRequirement` (object)
- `paymentRequirements` (object)
- `payoutAddress` (string)
- `payoutId` (string)
- `platform` (string): Optional OS/platform hint for local bridge setup, e.g. windows, mac, linux.
- `preferredNetwork` (string): Preferred payment network for wallet handoff, e.g. eip155:8453 or base.
- `query` (string)
- `receiptId` (string)
- `returnSignedPayment` (boolean): Alias for includeSignedPayment.
- `sellerBody` (object): Public-safe POST body for an external x402 seller. Never include cookies, bearer tokens, wallet secrets, private keys, card data, or account passwords.
- `sellerMethod` (string): Use POST for paid APIs that need a public-safe body before returning 402.
- `sellerUrl` (string): Third-party x402 paid resource URL to probe for HTTP 402 payment requirements.
- `serverJsonUrl` (string)
- `serviceId` (string)
- `sessionId` (string): Wallet handoff/payment session id returned by x402_wallet_handoff/connect_wallet.
- `since` (string)
- `toAddress` (string)
- `type` (string)
- `url` (string)

### `x402_purchase_credits` (~602 tokens)

Create or top up reusable developer credits through x402.

Input parameters:

- `accepts` (array)
- `amountUsd` (number)
- `asset` (string)
- `audience` (string): Optional audience hint for wisely_start_here / wisely_get_playbook / wisely_agent_instructions.
- `content` (string): Public-safe creator content for preview/import. Do not include secrets, private student data, or copyrighted material you do not own.
- `contentType` (string)
- `creatorId` (string)
- `defaultEntitlement` (string)
- `endpointSlug` (string)
- `fromAddress` (string)
- `fromAsset` (string)
- `fromNetwork` (string)
- `fromTokenAddress` (string)
- `idempotencyKey` (string): Stable retry key for paid invokes and wallet handoff sessions.
- `includeExamples` (boolean): Set false to request a shorter playbook response.
- `includeSignedPayment` (boolean): For x402_payment_session_status, include the signed X-PAYMENT payload when the user has signed.
- `input` (object): Public-safe request body/input for a hosted service or endpoint. Never include secrets, raw cards, wallet keys, passwords, or private account tokens.
- `itemId` (string)
- `items` (array)
- `localPort` (number): Optional localhost port for the local commerce bridge MCP server. Defaults to 4027.
- `manifestUrl` (string)
- `network` (string)
- `paidActions` (array)
- `paymentPayload` (object)
- `paymentRequirement` (object)
- `paymentRequirements` (object)
- `payoutAddress` (string)
- `payoutId` (string)
- `platform` (string): Optional OS/platform hint for local bridge setup, e.g. windows, mac, linux.
- `preferredNetwork` (string): Preferred payment network for wallet handoff, e.g. eip155:8453 or base.
- `query` (string)
- `receiptId` (string)
- `returnSignedPayment` (boolean): Alias for includeSignedPayment.
- `sellerBody` (object): Public-safe POST body for an external x402 seller. Never include cookies, bearer tokens, wallet secrets, private keys, card data, or account passwords.
- `sellerMethod` (string): Use POST for paid APIs that need a public-safe body before returning 402.
- `sellerUrl` (string): Third-party x402 paid resource URL to probe for HTTP 402 payment requirements.
- `serverJsonUrl` (string)
- `serviceId` (string)
- `sessionId` (string): Wallet handoff/payment session id returned by x402_wallet_handoff/connect_wallet.
- `since` (string)
- `toAddress` (string)
- `type` (string)
- `url` (string)

### `x402_credit_status` (~600 tokens)

Read developer-credit account status with a developer key.

Input parameters:

- `accepts` (array)
- `amountUsd` (number)
- `asset` (string)
- `audience` (string): Optional audience hint for wisely_start_here / wisely_get_playbook / wisely_agent_instructions.
- `content` (string): Public-safe creator content for preview/import. Do not include secrets, private student data, or copyrighted material you do not own.
- `contentType` (string)
- `creatorId` (string)
- `defaultEntitlement` (string)
- `endpointSlug` (string)
- `fromAddress` (string)
- `fromAsset` (string)
- `fromNetwork` (string)
- `fromTokenAddress` (string)
- `idempotencyKey` (string): Stable retry key for paid invokes and wallet handoff sessions.
- `includeExamples` (boolean): Set false to request a shorter playbook response.
- `includeSignedPayment` (boolean): For x402_payment_session_status, include the signed X-PAYMENT payload when the user has signed.
- `input` (object): Public-safe request body/input for a hosted service or endpoint. Never include secrets, raw cards, wallet keys, passwords, or private account tokens.
- `itemId` (string)
- `items` (array)
- `localPort` (number): Optional localhost port for the local commerce bridge MCP server. Defaults to 4027.
- `manifestUrl` (string)
- `network` (string)
- `paidActions` (array)
- `paymentPayload` (object)
- `paymentRequirement` (object)
- `paymentRequirements` (object)
- `payoutAddress` (string)
- `payoutId` (string)
- `platform` (string): Optional OS/platform hint for local bridge setup, e.g. windows, mac, linux.
- `preferredNetwork` (string): Preferred payment network for wallet handoff, e.g. eip155:8453 or base.
- `query` (string)
- `receiptId` (string)
- `returnSignedPayment` (boolean): Alias for includeSignedPayment.
- `sellerBody` (object): Public-safe POST body for an external x402 seller. Never include cookies, bearer tokens, wallet secrets, private keys, card data, or account passwords.
- `sellerMethod` (string): Use POST for paid APIs that need a public-safe body before returning 402.
- `sellerUrl` (string): Third-party x402 paid resource URL to probe for HTTP 402 payment requirements.
- `serverJsonUrl` (string)
- `serviceId` (string)
- `sessionId` (string): Wallet handoff/payment session id returned by x402_wallet_handoff/connect_wallet.
- `since` (string)
- `toAddress` (string)
- `type` (string)
- `url` (string)

### `x402_get_receipt` (~600 tokens)

Fetch a public-safe receipt by receipt id.

Input parameters:

- `accepts` (array)
- `amountUsd` (number)
- `asset` (string)
- `audience` (string): Optional audience hint for wisely_start_here / wisely_get_playbook / wisely_agent_instructions.
- `content` (string): Public-safe creator content for preview/import. Do not include secrets, private student data, or copyrighted material you do not own.
- `contentType` (string)
- `creatorId` (string)
- `defaultEntitlement` (string)
- `endpointSlug` (string)
- `fromAddress` (string)
- `fromAsset` (string)
- `fromNetwork` (string)
- `fromTokenAddress` (string)
- `idempotencyKey` (string): Stable retry key for paid invokes and wallet handoff sessions.
- `includeExamples` (boolean): Set false to request a shorter playbook response.
- `includeSignedPayment` (boolean): For x402_payment_session_status, include the signed X-PAYMENT payload when the user has signed.
- `input` (object): Public-safe request body/input for a hosted service or endpoint. Never include secrets, raw cards, wallet keys, passwords, or private account tokens.
- `itemId` (string)
- `items` (array)
- `localPort` (number): Optional localhost port for the local commerce bridge MCP server. Defaults to 4027.
- `manifestUrl` (string)
- `network` (string)
- `paidActions` (array)
- `paymentPayload` (object)
- `paymentRequirement` (object)
- `paymentRequirements` (object)
- `payoutAddress` (string)
- `payoutId` (string)
- `platform` (string): Optional OS/platform hint for local bridge setup, e.g. windows, mac, linux.
- `preferredNetwork` (string): Preferred payment network for wallet handoff, e.g. eip155:8453 or base.
- `query` (string)
- `receiptId` (string)
- `returnSignedPayment` (boolean): Alias for includeSignedPayment.
- `sellerBody` (object): Public-safe POST body for an external x402 seller. Never include cookies, bearer tokens, wallet secrets, private keys, card data, or account passwords.
- `sellerMethod` (string): Use POST for paid APIs that need a public-safe body before returning 402.
- `sellerUrl` (string): Third-party x402 paid resource URL to probe for HTTP 402 payment requirements.
- `serverJsonUrl` (string)
- `serviceId` (string)
- `sessionId` (string): Wallet handoff/payment session id returned by x402_wallet_handoff/connect_wallet.
- `since` (string)
- `toAddress` (string)
- `type` (string)
- `url` (string)

### `x402_quote_external` (~616 tokens)

Probe a third-party x402 seller URL or accept pasted paymentRequirements, then quote how to satisfy it from the caller's crypto.

Input parameters:

- `accepts` (array)
- `amountUsd` (number)
- `asset` (string)
- `audience` (string): Optional audience hint for wisely_start_here / wisely_get_playbook / wisely_agent_instructions.
- `content` (string): Public-safe creator content for preview/import. Do not include secrets, private student data, or copyrighted material you do not own.
- `contentType` (string)
- `creatorId` (string)
- `defaultEntitlement` (string)
- `endpointSlug` (string)
- `fromAddress` (string)
- `fromAsset` (string)
- `fromNetwork` (string)
- `fromTokenAddress` (string)
- `idempotencyKey` (string): Stable retry key for paid invokes and wallet handoff sessions.
- `includeExamples` (boolean): Set false to request a shorter playbook response.
- `includeSignedPayment` (boolean): For x402_payment_session_status, include the signed X-PAYMENT payload when the user has signed.
- `input` (object): Public-safe request body/input for a hosted service or endpoint. Never include secrets, raw cards, wallet keys, passwords, or private account tokens.
- `itemId` (string)
- `items` (array)
- `localPort` (number): Optional localhost port for the local commerce bridge MCP server. Defaults to 4027.
- `manifestUrl` (string)
- `network` (string)
- `paidActions` (array)
- `paymentPayload` (object)
- `paymentRequirement` (object)
- `paymentRequirements` (object)
- `payoutAddress` (string)
- `payoutId` (string)
- `platform` (string): Optional OS/platform hint for local bridge setup, e.g. windows, mac, linux.
- `preferredNetwork` (string): Preferred payment network for wallet handoff, e.g. eip155:8453 or base.
- `query` (string)
- `receiptId` (string)
- `returnSignedPayment` (boolean): Alias for includeSignedPayment.
- `sellerBody` (object): Public-safe POST body for an external x402 seller. Never include cookies, bearer tokens, wallet secrets, private keys, card data, or account passwords.
- `sellerMethod` (string): Use POST for paid APIs that need a public-safe body before returning 402.
- `sellerUrl` (string): Third-party x402 paid resource URL to probe for HTTP 402 payment requirements.
- `serverJsonUrl` (string)
- `serviceId` (string)
- `sessionId` (string): Wallet handoff/payment session id returned by x402_wallet_handoff/connect_wallet.
- `since` (string)
- `toAddress` (string)
- `type` (string)
- `url` (string)

### `x402_rye_commerce_handoff` (~630 tokens)

Return the Rye x402 checkout-intent flow for commerce URL checkout attempts, including DoorDash-via-Rye caveats, quote examples, and final-confirmation approval rules.

Input parameters:

- `accepts` (array)
- `amountUsd` (number)
- `asset` (string)
- `audience` (string): Optional audience hint for wisely_start_here / wisely_get_playbook / wisely_agent_instructions.
- `content` (string): Public-safe creator content for preview/import. Do not include secrets, private student data, or copyrighted material you do not own.
- `contentType` (string)
- `creatorId` (string)
- `defaultEntitlement` (string)
- `endpointSlug` (string)
- `fromAddress` (string)
- `fromAsset` (string)
- `fromNetwork` (string)
- `fromTokenAddress` (string)
- `idempotencyKey` (string): Stable retry key for paid invokes and wallet handoff sessions.
- `includeExamples` (boolean): Set false to request a shorter playbook response.
- `includeSignedPayment` (boolean): For x402_payment_session_status, include the signed X-PAYMENT payload when the user has signed.
- `input` (object): Public-safe request body/input for a hosted service or endpoint. Never include secrets, raw cards, wallet keys, passwords, or private account tokens.
- `itemId` (string)
- `items` (array)
- `localPort` (number): Optional localhost port for the local commerce bridge MCP server. Defaults to 4027.
- `manifestUrl` (string)
- `network` (string)
- `paidActions` (array)
- `paymentPayload` (object)
- `paymentRequirement` (object)
- `paymentRequirements` (object)
- `payoutAddress` (string)
- `payoutId` (string)
- `platform` (string): Optional OS/platform hint for local bridge setup, e.g. windows, mac, linux.
- `preferredNetwork` (string): Preferred payment network for wallet handoff, e.g. eip155:8453 or base.
- `query` (string)
- `receiptId` (string)
- `returnSignedPayment` (boolean): Alias for includeSignedPayment.
- `sellerBody` (object): Public-safe POST body for an external x402 seller. Never include cookies, bearer tokens, wallet secrets, private keys, card data, or account passwords.
- `sellerMethod` (string): Use POST for paid APIs that need a public-safe body before returning 402.
- `sellerUrl` (string): Third-party x402 paid resource URL to probe for HTTP 402 payment requirements.
- `serverJsonUrl` (string)
- `serviceId` (string)
- `sessionId` (string): Wallet handoff/payment session id returned by x402_wallet_handoff/connect_wallet.
- `since` (string)
- `toAddress` (string)
- `type` (string)
- `url` (string)

### `x402_gift_card_commerce_status` (~621 tokens)

Return the gift-card-funded commerce lane status, provider readiness, DoorDash disabled gate, pricing/reserve policy, and safe setup steps.

Input parameters:

- `accepts` (array)
- `amountUsd` (number)
- `asset` (string)
- `audience` (string): Optional audience hint for wisely_start_here / wisely_get_playbook / wisely_agent_instructions.
- `content` (string): Public-safe creator content for preview/import. Do not include secrets, private student data, or copyrighted material you do not own.
- `contentType` (string)
- `creatorId` (string)
- `defaultEntitlement` (string)
- `endpointSlug` (string)
- `fromAddress` (string)
- `fromAsset` (string)
- `fromNetwork` (string)
- `fromTokenAddress` (string)
- `idempotencyKey` (string): Stable retry key for paid invokes and wallet handoff sessions.
- `includeExamples` (boolean): Set false to request a shorter playbook response.
- `includeSignedPayment` (boolean): For x402_payment_session_status, include the signed X-PAYMENT payload when the user has signed.
- `input` (object): Public-safe request body/input for a hosted service or endpoint. Never include secrets, raw cards, wallet keys, passwords, or private account tokens.
- `itemId` (string)
- `items` (array)
- `localPort` (number): Optional localhost port for the local commerce bridge MCP server. Defaults to 4027.
- `manifestUrl` (string)
- `network` (string)
- `paidActions` (array)
- `paymentPayload` (object)
- `paymentRequirement` (object)
- `paymentRequirements` (object)
- `payoutAddress` (string)
- `payoutId` (string)
- `platform` (string): Optional OS/platform hint for local bridge setup, e.g. windows, mac, linux.
- `preferredNetwork` (string): Preferred payment network for wallet handoff, e.g. eip155:8453 or base.
- `query` (string)
- `receiptId` (string)
- `returnSignedPayment` (boolean): Alias for includeSignedPayment.
- `sellerBody` (object): Public-safe POST body for an external x402 seller. Never include cookies, bearer tokens, wallet secrets, private keys, card data, or account passwords.
- `sellerMethod` (string): Use POST for paid APIs that need a public-safe body before returning 402.
- `sellerUrl` (string): Third-party x402 paid resource URL to probe for HTTP 402 payment requirements.
- `serverJsonUrl` (string)
- `serviceId` (string)
- `sessionId` (string): Wallet handoff/payment session id returned by x402_wallet_handoff/connect_wallet.
- `since` (string)
- `toAddress` (string)
- `type` (string)
- `url` (string)

### `x402_gift_card_discover_options` (~631 tokens)

Search Bitrefill-supported gift-card merchants by category or query, returning product IDs, countries, stock, minimums, maxes, custom/fixed denomination data, and quote endpoints.

Input parameters:

- `accepts` (array)
- `amountUsd` (number)
- `asset` (string)
- `audience` (string): Optional audience hint for wisely_start_here / wisely_get_playbook / wisely_agent_instructions.
- `content` (string): Public-safe creator content for preview/import. Do not include secrets, private student data, or copyrighted material you do not own.
- `contentType` (string)
- `creatorId` (string)
- `defaultEntitlement` (string)
- `endpointSlug` (string)
- `fromAddress` (string)
- `fromAsset` (string)
- `fromNetwork` (string)
- `fromTokenAddress` (string)
- `idempotencyKey` (string): Stable retry key for paid invokes and wallet handoff sessions.
- `includeExamples` (boolean): Set false to request a shorter playbook response.
- `includeSignedPayment` (boolean): For x402_payment_session_status, include the signed X-PAYMENT payload when the user has signed.
- `input` (object): Public-safe request body/input for a hosted service or endpoint. Never include secrets, raw cards, wallet keys, passwords, or private account tokens.
- `itemId` (string)
- `items` (array)
- `localPort` (number): Optional localhost port for the local commerce bridge MCP server. Defaults to 4027.
- `manifestUrl` (string)
- `network` (string)
- `paidActions` (array)
- `paymentPayload` (object)
- `paymentRequirement` (object)
- `paymentRequirements` (object)
- `payoutAddress` (string)
- `payoutId` (string)
- `platform` (string): Optional OS/platform hint for local bridge setup, e.g. windows, mac, linux.
- `preferredNetwork` (string): Preferred payment network for wallet handoff, e.g. eip155:8453 or base.
- `query` (string)
- `receiptId` (string)
- `returnSignedPayment` (boolean): Alias for includeSignedPayment.
- `sellerBody` (object): Public-safe POST body for an external x402 seller. Never include cookies, bearer tokens, wallet secrets, private keys, card data, or account passwords.
- `sellerMethod` (string): Use POST for paid APIs that need a public-safe body before returning 402.
- `sellerUrl` (string): Third-party x402 paid resource URL to probe for HTTP 402 payment requirements.
- `serverJsonUrl` (string)
- `serviceId` (string)
- `sessionId` (string): Wallet handoff/payment session id returned by x402_wallet_handoff/connect_wallet.
- `since` (string)
- `toAddress` (string)
- `type` (string)
- `url` (string)

### `x402_gift_card_merchant_quote` (~625 tokens)

Quote any Bitrefill-supported merchant gift-card purchase after product details are fetched, using $0.75 + 1% plus explicit route/network costs.

Input parameters:

- `accepts` (array)
- `amountUsd` (number)
- `asset` (string)
- `audience` (string): Optional audience hint for wisely_start_here / wisely_get_playbook / wisely_agent_instructions.
- `content` (string): Public-safe creator content for preview/import. Do not include secrets, private student data, or copyrighted material you do not own.
- `contentType` (string)
- `creatorId` (string)
- `defaultEntitlement` (string)
- `endpointSlug` (string)
- `fromAddress` (string)
- `fromAsset` (string)
- `fromNetwork` (string)
- `fromTokenAddress` (string)
- `idempotencyKey` (string): Stable retry key for paid invokes and wallet handoff sessions.
- `includeExamples` (boolean): Set false to request a shorter playbook response.
- `includeSignedPayment` (boolean): For x402_payment_session_status, include the signed X-PAYMENT payload when the user has signed.
- `input` (object): Public-safe request body/input for a hosted service or endpoint. Never include secrets, raw cards, wallet keys, passwords, or private account tokens.
- `itemId` (string)
- `items` (array)
- `localPort` (number): Optional localhost port for the local commerce bridge MCP server. Defaults to 4027.
- `manifestUrl` (string)
- `network` (string)
- `paidActions` (array)
- `paymentPayload` (object)
- `paymentRequirement` (object)
- `paymentRequirements` (object)
- `payoutAddress` (string)
- `payoutId` (string)
- `platform` (string): Optional OS/platform hint for local bridge setup, e.g. windows, mac, linux.
- `preferredNetwork` (string): Preferred payment network for wallet handoff, e.g. eip155:8453 or base.
- `query` (string)
- `receiptId` (string)
- `returnSignedPayment` (boolean): Alias for includeSignedPayment.
- `sellerBody` (object): Public-safe POST body for an external x402 seller. Never include cookies, bearer tokens, wallet secrets, private keys, card data, or account passwords.
- `sellerMethod` (string): Use POST for paid APIs that need a public-safe body before returning 402.
- `sellerUrl` (string): Third-party x402 paid resource URL to probe for HTTP 402 payment requirements.
- `serverJsonUrl` (string)
- `serviceId` (string)
- `sessionId` (string): Wallet handoff/payment session id returned by x402_wallet_handoff/connect_wallet.
- `since` (string)
- `toAddress` (string)
- `type` (string)
- `url` (string)

### `x402_gift_card_commerce_quote` (~638 tokens)

Quote a gift-card-funded merchant purchase with a $0.75 direct commerce service fee, 1% Wisely fee, and explicit gas/network/route costs. No gift card is purchased and no order is placed.

Input parameters:

- `accepts` (array)
- `amountUsd` (number)
- `asset` (string)
- `audience` (string): Optional audience hint for wisely_start_here / wisely_get_playbook / wisely_agent_instructions.
- `content` (string): Public-safe creator content for preview/import. Do not include secrets, private student data, or copyrighted material you do not own.
- `contentType` (string)
- `creatorId` (string)
- `defaultEntitlement` (string)
- `endpointSlug` (string)
- `fromAddress` (string)
- `fromAsset` (string)
- `fromNetwork` (string)
- `fromTokenAddress` (string)
- `idempotencyKey` (string): Stable retry key for paid invokes and wallet handoff sessions.
- `includeExamples` (boolean): Set false to request a shorter playbook response.
- `includeSignedPayment` (boolean): For x402_payment_session_status, include the signed X-PAYMENT payload when the user has signed.
- `input` (object): Public-safe request body/input for a hosted service or endpoint. Never include secrets, raw cards, wallet keys, passwords, or private account tokens.
- `itemId` (string)
- `items` (array)
- `localPort` (number): Optional localhost port for the local commerce bridge MCP server. Defaults to 4027.
- `manifestUrl` (string)
- `network` (string)
- `paidActions` (array)
- `paymentPayload` (object)
- `paymentRequirement` (object)
- `paymentRequirements` (object)
- `payoutAddress` (string)
- `payoutId` (string)
- `platform` (string): Optional OS/platform hint for local bridge setup, e.g. windows, mac, linux.
- `preferredNetwork` (string): Preferred payment network for wallet handoff, e.g. eip155:8453 or base.
- `query` (string)
- `receiptId` (string)
- `returnSignedPayment` (boolean): Alias for includeSignedPayment.
- `sellerBody` (object): Public-safe POST body for an external x402 seller. Never include cookies, bearer tokens, wallet secrets, private keys, card data, or account passwords.
- `sellerMethod` (string): Use POST for paid APIs that need a public-safe body before returning 402.
- `sellerUrl` (string): Third-party x402 paid resource URL to probe for HTTP 402 payment requirements.
- `serverJsonUrl` (string)
- `serviceId` (string)
- `sessionId` (string): Wallet handoff/payment session id returned by x402_wallet_handoff/connect_wallet.
- `since` (string)
- `toAddress` (string)
- `type` (string)
- `url` (string)

### `x402_doordash_gift_card_process` (~645 tokens)

Return or run the full DoorDash gift-card-funded quote flow: cart totals, Bitrefill custom range, $15 minimum, crypto conversion/gas, $0.75 service fee, 1% fee, approval packet, and execution stages.

Input parameters:

- `accepts` (array)
- `amountUsd` (number)
- `asset` (string)
- `audience` (string): Optional audience hint for wisely_start_here / wisely_get_playbook / wisely_agent_instructions.
- `content` (string): Public-safe creator content for preview/import. Do not include secrets, private student data, or copyrighted material you do not own.
- `contentType` (string)
- `creatorId` (string)
- `defaultEntitlement` (string)
- `endpointSlug` (string)
- `fromAddress` (string)
- `fromAsset` (string)
- `fromNetwork` (string)
- `fromTokenAddress` (string)
- `idempotencyKey` (string): Stable retry key for paid invokes and wallet handoff sessions.
- `includeExamples` (boolean): Set false to request a shorter playbook response.
- `includeSignedPayment` (boolean): For x402_payment_session_status, include the signed X-PAYMENT payload when the user has signed.
- `input` (object): Public-safe request body/input for a hosted service or endpoint. Never include secrets, raw cards, wallet keys, passwords, or private account tokens.
- `itemId` (string)
- `items` (array)
- `localPort` (number): Optional localhost port for the local commerce bridge MCP server. Defaults to 4027.
- `manifestUrl` (string)
- `network` (string)
- `paidActions` (array)
- `paymentPayload` (object)
- `paymentRequirement` (object)
- `paymentRequirements` (object)
- `payoutAddress` (string)
- `payoutId` (string)
- `platform` (string): Optional OS/platform hint for local bridge setup, e.g. windows, mac, linux.
- `preferredNetwork` (string): Preferred payment network for wallet handoff, e.g. eip155:8453 or base.
- `query` (string)
- `receiptId` (string)
- `returnSignedPayment` (boolean): Alias for includeSignedPayment.
- `sellerBody` (object): Public-safe POST body for an external x402 seller. Never include cookies, bearer tokens, wallet secrets, private keys, card data, or account passwords.
- `sellerMethod` (string): Use POST for paid APIs that need a public-safe body before returning 402.
- `sellerUrl` (string): Third-party x402 paid resource URL to probe for HTTP 402 payment requirements.
- `serverJsonUrl` (string)
- `serviceId` (string)
- `sessionId` (string): Wallet handoff/payment session id returned by x402_wallet_handoff/connect_wallet.
- `since` (string)
- `toAddress` (string)
- `type` (string)
- `url` (string)

### `x402_gift_card_asset_ledger_handoff` (~617 tokens)

Explain the admin-only encrypted gift-card asset ledger for residual balances and redemption material. Does not reveal secrets.

Input parameters:

- `accepts` (array)
- `amountUsd` (number)
- `asset` (string)
- `audience` (string): Optional audience hint for wisely_start_here / wisely_get_playbook / wisely_agent_instructions.
- `content` (string): Public-safe creator content for preview/import. Do not include secrets, private student data, or copyrighted material you do not own.
- `contentType` (string)
- `creatorId` (string)
- `defaultEntitlement` (string)
- `endpointSlug` (string)
- `fromAddress` (string)
- `fromAsset` (string)
- `fromNetwork` (string)
- `fromTokenAddress` (string)
- `idempotencyKey` (string): Stable retry key for paid invokes and wallet handoff sessions.
- `includeExamples` (boolean): Set false to request a shorter playbook response.
- `includeSignedPayment` (boolean): For x402_payment_session_status, include the signed X-PAYMENT payload when the user has signed.
- `input` (object): Public-safe request body/input for a hosted service or endpoint. Never include secrets, raw cards, wallet keys, passwords, or private account tokens.
- `itemId` (string)
- `items` (array)
- `localPort` (number): Optional localhost port for the local commerce bridge MCP server. Defaults to 4027.
- `manifestUrl` (string)
- `network` (string)
- `paidActions` (array)
- `paymentPayload` (object)
- `paymentRequirement` (object)
- `paymentRequirements` (object)
- `payoutAddress` (string)
- `payoutId` (string)
- `platform` (string): Optional OS/platform hint for local bridge setup, e.g. windows, mac, linux.
- `preferredNetwork` (string): Preferred payment network for wallet handoff, e.g. eip155:8453 or base.
- `query` (string)
- `receiptId` (string)
- `returnSignedPayment` (boolean): Alias for includeSignedPayment.
- `sellerBody` (object): Public-safe POST body for an external x402 seller. Never include cookies, bearer tokens, wallet secrets, private keys, card data, or account passwords.
- `sellerMethod` (string): Use POST for paid APIs that need a public-safe body before returning 402.
- `sellerUrl` (string): Third-party x402 paid resource URL to probe for HTTP 402 payment requirements.
- `serverJsonUrl` (string)
- `serviceId` (string)
- `sessionId` (string): Wallet handoff/payment session id returned by x402_wallet_handoff/connect_wallet.
- `since` (string)
- `toAddress` (string)
- `type` (string)
- `url` (string)

### `x402_gift_card_commerce_intent` (~621 tokens)

Create a public-safe gift-card commerce intent record for follow-through/status streaming without storing full address, password, or redemption-code secrets.

Input parameters:

- `accepts` (array)
- `amountUsd` (number)
- `asset` (string)
- `audience` (string): Optional audience hint for wisely_start_here / wisely_get_playbook / wisely_agent_instructions.
- `content` (string): Public-safe creator content for preview/import. Do not include secrets, private student data, or copyrighted material you do not own.
- `contentType` (string)
- `creatorId` (string)
- `defaultEntitlement` (string)
- `endpointSlug` (string)
- `fromAddress` (string)
- `fromAsset` (string)
- `fromNetwork` (string)
- `fromTokenAddress` (string)
- `idempotencyKey` (string): Stable retry key for paid invokes and wallet handoff sessions.
- `includeExamples` (boolean): Set false to request a shorter playbook response.
- `includeSignedPayment` (boolean): For x402_payment_session_status, include the signed X-PAYMENT payload when the user has signed.
- `input` (object): Public-safe request body/input for a hosted service or endpoint. Never include secrets, raw cards, wallet keys, passwords, or private account tokens.
- `itemId` (string)
- `items` (array)
- `localPort` (number): Optional localhost port for the local commerce bridge MCP server. Defaults to 4027.
- `manifestUrl` (string)
- `network` (string)
- `paidActions` (array)
- `paymentPayload` (object)
- `paymentRequirement` (object)
- `paymentRequirements` (object)
- `payoutAddress` (string)
- `payoutId` (string)
- `platform` (string): Optional OS/platform hint for local bridge setup, e.g. windows, mac, linux.
- `preferredNetwork` (string): Preferred payment network for wallet handoff, e.g. eip155:8453 or base.
- `query` (string)
- `receiptId` (string)
- `returnSignedPayment` (boolean): Alias for includeSignedPayment.
- `sellerBody` (object): Public-safe POST body for an external x402 seller. Never include cookies, bearer tokens, wallet secrets, private keys, card data, or account passwords.
- `sellerMethod` (string): Use POST for paid APIs that need a public-safe body before returning 402.
- `sellerUrl` (string): Third-party x402 paid resource URL to probe for HTTP 402 payment requirements.
- `serverJsonUrl` (string)
- `serviceId` (string)
- `sessionId` (string): Wallet handoff/payment session id returned by x402_wallet_handoff/connect_wallet.
- `since` (string)
- `toAddress` (string)
- `type` (string)
- `url` (string)

### `x402_endpoint_catalog` (~602 tokens)

List hosted paid x402 endpoints under /tools/{slug}.

Input parameters:

- `accepts` (array)
- `amountUsd` (number)
- `asset` (string)
- `audience` (string): Optional audience hint for wisely_start_here / wisely_get_playbook / wisely_agent_instructions.
- `content` (string): Public-safe creator content for preview/import. Do not include secrets, private student data, or copyrighted material you do not own.
- `contentType` (string)
- `creatorId` (string)
- `defaultEntitlement` (string)
- `endpointSlug` (string)
- `fromAddress` (string)
- `fromAsset` (string)
- `fromNetwork` (string)
- `fromTokenAddress` (string)
- `idempotencyKey` (string): Stable retry key for paid invokes and wallet handoff sessions.
- `includeExamples` (boolean): Set false to request a shorter playbook response.
- `includeSignedPayment` (boolean): For x402_payment_session_status, include the signed X-PAYMENT payload when the user has signed.
- `input` (object): Public-safe request body/input for a hosted service or endpoint. Never include secrets, raw cards, wallet keys, passwords, or private account tokens.
- `itemId` (string)
- `items` (array)
- `localPort` (number): Optional localhost port for the local commerce bridge MCP server. Defaults to 4027.
- `manifestUrl` (string)
- `network` (string)
- `paidActions` (array)
- `paymentPayload` (object)
- `paymentRequirement` (object)
- `paymentRequirements` (object)
- `payoutAddress` (string)
- `payoutId` (string)
- `platform` (string): Optional OS/platform hint for local bridge setup, e.g. windows, mac, linux.
- `preferredNetwork` (string): Preferred payment network for wallet handoff, e.g. eip155:8453 or base.
- `query` (string)
- `receiptId` (string)
- `returnSignedPayment` (boolean): Alias for includeSignedPayment.
- `sellerBody` (object): Public-safe POST body for an external x402 seller. Never include cookies, bearer tokens, wallet secrets, private keys, card data, or account passwords.
- `sellerMethod` (string): Use POST for paid APIs that need a public-safe body before returning 402.
- `sellerUrl` (string): Third-party x402 paid resource URL to probe for HTTP 402 payment requirements.
- `serverJsonUrl` (string)
- `serviceId` (string)
- `sessionId` (string): Wallet handoff/payment session id returned by x402_wallet_handoff/connect_wallet.
- `since` (string)
- `toAddress` (string)
- `type` (string)
- `url` (string)

### `wisely_creator_catalog_list` (~608 tokens)

List public creator catalogs that expose approved lessons, worksheets, and paid tools to AI agents.

Input parameters:

- `accepts` (array)
- `amountUsd` (number)
- `asset` (string)
- `audience` (string): Optional audience hint for wisely_start_here / wisely_get_playbook / wisely_agent_instructions.
- `content` (string): Public-safe creator content for preview/import. Do not include secrets, private student data, or copyrighted material you do not own.
- `contentType` (string)
- `creatorId` (string)
- `defaultEntitlement` (string)
- `endpointSlug` (string)
- `fromAddress` (string)
- `fromAsset` (string)
- `fromNetwork` (string)
- `fromTokenAddress` (string)
- `idempotencyKey` (string): Stable retry key for paid invokes and wallet handoff sessions.
- `includeExamples` (boolean): Set false to request a shorter playbook response.
- `includeSignedPayment` (boolean): For x402_payment_session_status, include the signed X-PAYMENT payload when the user has signed.
- `input` (object): Public-safe request body/input for a hosted service or endpoint. Never include secrets, raw cards, wallet keys, passwords, or private account tokens.
- `itemId` (string)
- `items` (array)
- `localPort` (number): Optional localhost port for the local commerce bridge MCP server. Defaults to 4027.
- `manifestUrl` (string)
- `network` (string)
- `paidActions` (array)
- `paymentPayload` (object)
- `paymentRequirement` (object)
- `paymentRequirements` (object)
- `payoutAddress` (string)
- `payoutId` (string)
- `platform` (string): Optional OS/platform hint for local bridge setup, e.g. windows, mac, linux.
- `preferredNetwork` (string): Preferred payment network for wallet handoff, e.g. eip155:8453 or base.
- `query` (string)
- `receiptId` (string)
- `returnSignedPayment` (boolean): Alias for includeSignedPayment.
- `sellerBody` (object): Public-safe POST body for an external x402 seller. Never include cookies, bearer tokens, wallet secrets, private keys, card data, or account passwords.
- `sellerMethod` (string): Use POST for paid APIs that need a public-safe body before returning 402.
- `sellerUrl` (string): Third-party x402 paid resource URL to probe for HTTP 402 payment requirements.
- `serverJsonUrl` (string)
- `serviceId` (string)
- `sessionId` (string): Wallet handoff/payment session id returned by x402_wallet_handoff/connect_wallet.
- `since` (string)
- `toAddress` (string)
- `type` (string)
- `url` (string)

### `wisely_creator_catalog_search` (~610 tokens)

Search a creator catalog for the best approved free, subscriber, or paid item for a user's situation.

Input parameters:

- `accepts` (array)
- `amountUsd` (number)
- `asset` (string)
- `audience` (string): Optional audience hint for wisely_start_here / wisely_get_playbook / wisely_agent_instructions.
- `content` (string): Public-safe creator content for preview/import. Do not include secrets, private student data, or copyrighted material you do not own.
- `contentType` (string)
- `creatorId` (string)
- `defaultEntitlement` (string)
- `endpointSlug` (string)
- `fromAddress` (string)
- `fromAsset` (string)
- `fromNetwork` (string)
- `fromTokenAddress` (string)
- `idempotencyKey` (string): Stable retry key for paid invokes and wallet handoff sessions.
- `includeExamples` (boolean): Set false to request a shorter playbook response.
- `includeSignedPayment` (boolean): For x402_payment_session_status, include the signed X-PAYMENT payload when the user has signed.
- `input` (object): Public-safe request body/input for a hosted service or endpoint. Never include secrets, raw cards, wallet keys, passwords, or private account tokens.
- `itemId` (string)
- `items` (array)
- `localPort` (number): Optional localhost port for the local commerce bridge MCP server. Defaults to 4027.
- `manifestUrl` (string)
- `network` (string)
- `paidActions` (array)
- `paymentPayload` (object)
- `paymentRequirement` (object)
- `paymentRequirements` (object)
- `payoutAddress` (string)
- `payoutId` (string)
- `platform` (string): Optional OS/platform hint for local bridge setup, e.g. windows, mac, linux.
- `preferredNetwork` (string): Preferred payment network for wallet handoff, e.g. eip155:8453 or base.
- `query` (string)
- `receiptId` (string)
- `returnSignedPayment` (boolean): Alias for includeSignedPayment.
- `sellerBody` (object): Public-safe POST body for an external x402 seller. Never include cookies, bearer tokens, wallet secrets, private keys, card data, or account passwords.
- `sellerMethod` (string): Use POST for paid APIs that need a public-safe body before returning 402.
- `sellerUrl` (string): Third-party x402 paid resource URL to probe for HTTP 402 payment requirements.
- `serverJsonUrl` (string)
- `serviceId` (string)
- `sessionId` (string): Wallet handoff/payment session id returned by x402_wallet_handoff/connect_wallet.
- `since` (string)
- `toAddress` (string)
- `type` (string)
- `url` (string)

### `wisely_creator_catalog_recommend` (~614 tokens)

Recommend the next creator-catalog action for a subscriber situation, including fetch instructions or paid endpoint 402 probe instructions.

Input parameters:

- `accepts` (array)
- `amountUsd` (number)
- `asset` (string)
- `audience` (string): Optional audience hint for wisely_start_here / wisely_get_playbook / wisely_agent_instructions.
- `content` (string): Public-safe creator content for preview/import. Do not include secrets, private student data, or copyrighted material you do not own.
- `contentType` (string)
- `creatorId` (string)
- `defaultEntitlement` (string)
- `endpointSlug` (string)
- `fromAddress` (string)
- `fromAsset` (string)
- `fromNetwork` (string)
- `fromTokenAddress` (string)
- `idempotencyKey` (string): Stable retry key for paid invokes and wallet handoff sessions.
- `includeExamples` (boolean): Set false to request a shorter playbook response.
- `includeSignedPayment` (boolean): For x402_payment_session_status, include the signed X-PAYMENT payload when the user has signed.
- `input` (object): Public-safe request body/input for a hosted service or endpoint. Never include secrets, raw cards, wallet keys, passwords, or private account tokens.
- `itemId` (string)
- `items` (array)
- `localPort` (number): Optional localhost port for the local commerce bridge MCP server. Defaults to 4027.
- `manifestUrl` (string)
- `network` (string)
- `paidActions` (array)
- `paymentPayload` (object)
- `paymentRequirement` (object)
- `paymentRequirements` (object)
- `payoutAddress` (string)
- `payoutId` (string)
- `platform` (string): Optional OS/platform hint for local bridge setup, e.g. windows, mac, linux.
- `preferredNetwork` (string): Preferred payment network for wallet handoff, e.g. eip155:8453 or base.
- `query` (string)
- `receiptId` (string)
- `returnSignedPayment` (boolean): Alias for includeSignedPayment.
- `sellerBody` (object): Public-safe POST body for an external x402 seller. Never include cookies, bearer tokens, wallet secrets, private keys, card data, or account passwords.
- `sellerMethod` (string): Use POST for paid APIs that need a public-safe body before returning 402.
- `sellerUrl` (string): Third-party x402 paid resource URL to probe for HTTP 402 payment requirements.
- `serverJsonUrl` (string)
- `serviceId` (string)
- `sessionId` (string): Wallet handoff/payment session id returned by x402_wallet_handoff/connect_wallet.
- `since` (string)
- `toAddress` (string)
- `type` (string)
- `url` (string)

### `wisely_creator_catalog_fetch` (~611 tokens)

Fetch a creator catalog item. Paid items return a paid endpoint URL and payment instructions instead of protected content.

Input parameters:

- `accepts` (array)
- `amountUsd` (number)
- `asset` (string)
- `audience` (string): Optional audience hint for wisely_start_here / wisely_get_playbook / wisely_agent_instructions.
- `content` (string): Public-safe creator content for preview/import. Do not include secrets, private student data, or copyrighted material you do not own.
- `contentType` (string)
- `creatorId` (string)
- `defaultEntitlement` (string)
- `endpointSlug` (string)
- `fromAddress` (string)
- `fromAsset` (string)
- `fromNetwork` (string)
- `fromTokenAddress` (string)
- `idempotencyKey` (string): Stable retry key for paid invokes and wallet handoff sessions.
- `includeExamples` (boolean): Set false to request a shorter playbook response.
- `includeSignedPayment` (boolean): For x402_payment_session_status, include the signed X-PAYMENT payload when the user has signed.
- `input` (object): Public-safe request body/input for a hosted service or endpoint. Never include secrets, raw cards, wallet keys, passwords, or private account tokens.
- `itemId` (string)
- `items` (array)
- `localPort` (number): Optional localhost port for the local commerce bridge MCP server. Defaults to 4027.
- `manifestUrl` (string)
- `network` (string)
- `paidActions` (array)
- `paymentPayload` (object)
- `paymentRequirement` (object)
- `paymentRequirements` (object)
- `payoutAddress` (string)
- `payoutId` (string)
- `platform` (string): Optional OS/platform hint for local bridge setup, e.g. windows, mac, linux.
- `preferredNetwork` (string): Preferred payment network for wallet handoff, e.g. eip155:8453 or base.
- `query` (string)
- `receiptId` (string)
- `returnSignedPayment` (boolean): Alias for includeSignedPayment.
- `sellerBody` (object): Public-safe POST body for an external x402 seller. Never include cookies, bearer tokens, wallet secrets, private keys, card data, or account passwords.
- `sellerMethod` (string): Use POST for paid APIs that need a public-safe body before returning 402.
- `sellerUrl` (string): Third-party x402 paid resource URL to probe for HTTP 402 payment requirements.
- `serverJsonUrl` (string)
- `serviceId` (string)
- `sessionId` (string): Wallet handoff/payment session id returned by x402_wallet_handoff/connect_wallet.
- `since` (string)
- `toAddress` (string)
- `type` (string)
- `url` (string)

### `wisely_creator_onboarding_preview` (~616 tokens)

Preview a creator catalog import from Markdown, CSV, JSON, or item arrays. Does not persist content or create paid endpoints.

Input parameters:

- `accepts` (array)
- `amountUsd` (number)
- `asset` (string)
- `audience` (string): Optional audience hint for wisely_start_here / wisely_get_playbook / wisely_agent_instructions.
- `content` (string): Public-safe creator content for preview/import. Do not include secrets, private student data, or copyrighted material you do not own.
- `contentType` (string)
- `creatorId` (string)
- `defaultEntitlement` (string)
- `endpointSlug` (string)
- `fromAddress` (string)
- `fromAsset` (string)
- `fromNetwork` (string)
- `fromTokenAddress` (string)
- `idempotencyKey` (string): Stable retry key for paid invokes and wallet handoff sessions.
- `includeExamples` (boolean): Set false to request a shorter playbook response.
- `includeSignedPayment` (boolean): For x402_payment_session_status, include the signed X-PAYMENT payload when the user has signed.
- `input` (object): Public-safe request body/input for a hosted service or endpoint. Never include secrets, raw cards, wallet keys, passwords, or private account tokens.
- `itemId` (string)
- `items` (array)
- `localPort` (number): Optional localhost port for the local commerce bridge MCP server. Defaults to 4027.
- `manifestUrl` (string)
- `network` (string)
- `paidActions` (array)
- `paymentPayload` (object)
- `paymentRequirement` (object)
- `paymentRequirements` (object)
- `payoutAddress` (string)
- `payoutId` (string)
- `platform` (string): Optional OS/platform hint for local bridge setup, e.g. windows, mac, linux.
- `preferredNetwork` (string): Preferred payment network for wallet handoff, e.g. eip155:8453 or base.
- `query` (string)
- `receiptId` (string)
- `returnSignedPayment` (boolean): Alias for includeSignedPayment.
- `sellerBody` (object): Public-safe POST body for an external x402 seller. Never include cookies, bearer tokens, wallet secrets, private keys, card data, or account passwords.
- `sellerMethod` (string): Use POST for paid APIs that need a public-safe body before returning 402.
- `sellerUrl` (string): Third-party x402 paid resource URL to probe for HTTP 402 payment requirements.
- `serverJsonUrl` (string)
- `serviceId` (string)
- `sessionId` (string): Wallet handoff/payment session id returned by x402_wallet_handoff/connect_wallet.
- `since` (string)
- `toAddress` (string)
- `type` (string)
- `url` (string)

### `wisely_creator_onboarding_handoff` (~613 tokens)

Explain how to publish creator catalogs with entitlement rules, paid actions, and builder-key controlled paid endpoint creation.

Input parameters:

- `accepts` (array)
- `amountUsd` (number)
- `asset` (string)
- `audience` (string): Optional audience hint for wisely_start_here / wisely_get_playbook / wisely_agent_instructions.
- `content` (string): Public-safe creator content for preview/import. Do not include secrets, private student data, or copyrighted material you do not own.
- `contentType` (string)
- `creatorId` (string)
- `defaultEntitlement` (string)
- `endpointSlug` (string)
- `fromAddress` (string)
- `fromAsset` (string)
- `fromNetwork` (string)
- `fromTokenAddress` (string)
- `idempotencyKey` (string): Stable retry key for paid invokes and wallet handoff sessions.
- `includeExamples` (boolean): Set false to request a shorter playbook response.
- `includeSignedPayment` (boolean): For x402_payment_session_status, include the signed X-PAYMENT payload when the user has signed.
- `input` (object): Public-safe request body/input for a hosted service or endpoint. Never include secrets, raw cards, wallet keys, passwords, or private account tokens.
- `itemId` (string)
- `items` (array)
- `localPort` (number): Optional localhost port for the local commerce bridge MCP server. Defaults to 4027.
- `manifestUrl` (string)
- `network` (string)
- `paidActions` (array)
- `paymentPayload` (object)
- `paymentRequirement` (object)
- `paymentRequirements` (object)
- `payoutAddress` (string)
- `payoutId` (string)
- `platform` (string): Optional OS/platform hint for local bridge setup, e.g. windows, mac, linux.
- `preferredNetwork` (string): Preferred payment network for wallet handoff, e.g. eip155:8453 or base.
- `query` (string)
- `receiptId` (string)
- `returnSignedPayment` (boolean): Alias for includeSignedPayment.
- `sellerBody` (object): Public-safe POST body for an external x402 seller. Never include cookies, bearer tokens, wallet secrets, private keys, card data, or account passwords.
- `sellerMethod` (string): Use POST for paid APIs that need a public-safe body before returning 402.
- `sellerUrl` (string): Third-party x402 paid resource URL to probe for HTTP 402 payment requirements.
- `serverJsonUrl` (string)
- `serviceId` (string)
- `sessionId` (string): Wallet handoff/payment session id returned by x402_wallet_handoff/connect_wallet.
- `since` (string)
- `toAddress` (string)
- `type` (string)
- `url` (string)

### `x402_dashboard_status` (~605 tokens)

Return public dashboard telemetry for traffic, receipts, fees, and endpoint usage.

Input parameters:

- `accepts` (array)
- `amountUsd` (number)
- `asset` (string)
- `audience` (string): Optional audience hint for wisely_start_here / wisely_get_playbook / wisely_agent_instructions.
- `content` (string): Public-safe creator content for preview/import. Do not include secrets, private student data, or copyrighted material you do not own.
- `contentType` (string)
- `creatorId` (string)
- `defaultEntitlement` (string)
- `endpointSlug` (string)
- `fromAddress` (string)
- `fromAsset` (string)
- `fromNetwork` (string)
- `fromTokenAddress` (string)
- `idempotencyKey` (string): Stable retry key for paid invokes and wallet handoff sessions.
- `includeExamples` (boolean): Set false to request a shorter playbook response.
- `includeSignedPayment` (boolean): For x402_payment_session_status, include the signed X-PAYMENT payload when the user has signed.
- `input` (object): Public-safe request body/input for a hosted service or endpoint. Never include secrets, raw cards, wallet keys, passwords, or private account tokens.
- `itemId` (string)
- `items` (array)
- `localPort` (number): Optional localhost port for the local commerce bridge MCP server. Defaults to 4027.
- `manifestUrl` (string)
- `network` (string)
- `paidActions` (array)
- `paymentPayload` (object)
- `paymentRequirement` (object)
- `paymentRequirements` (object)
- `payoutAddress` (string)
- `payoutId` (string)
- `platform` (string): Optional OS/platform hint for local bridge setup, e.g. windows, mac, linux.
- `preferredNetwork` (string): Preferred payment network for wallet handoff, e.g. eip155:8453 or base.
- `query` (string)
- `receiptId` (string)
- `returnSignedPayment` (boolean): Alias for includeSignedPayment.
- `sellerBody` (object): Public-safe POST body for an external x402 seller. Never include cookies, bearer tokens, wallet secrets, private keys, card data, or account passwords.
- `sellerMethod` (string): Use POST for paid APIs that need a public-safe body before returning 402.
- `sellerUrl` (string): Third-party x402 paid resource URL to probe for HTTP 402 payment requirements.
- `serverJsonUrl` (string)
- `serviceId` (string)
- `sessionId` (string): Wallet handoff/payment session id returned by x402_wallet_handoff/connect_wallet.
- `since` (string)
- `toAddress` (string)
- `type` (string)
- `url` (string)

### `x402_endpoint_create_handoff` (~624 tokens)

Return endpoint-factory instructions for builder registration, create/update/pause/resume/delete/logs/secrets, CLI deploy, browser console, and request-response handlers.

Input parameters:

- `accepts` (array)
- `amountUsd` (number)
- `asset` (string)
- `audience` (string): Optional audience hint for wisely_start_here / wisely_get_playbook / wisely_agent_instructions.
- `content` (string): Public-safe creator content for preview/import. Do not include secrets, private student data, or copyrighted material you do not own.
- `contentType` (string)
- `creatorId` (string)
- `defaultEntitlement` (string)
- `endpointSlug` (string)
- `fromAddress` (string)
- `fromAsset` (string)
- `fromNetwork` (string)
- `fromTokenAddress` (string)
- `idempotencyKey` (string): Stable retry key for paid invokes and wallet handoff sessions.
- `includeExamples` (boolean): Set false to request a shorter playbook response.
- `includeSignedPayment` (boolean): For x402_payment_session_status, include the signed X-PAYMENT payload when the user has signed.
- `input` (object): Public-safe request body/input for a hosted service or endpoint. Never include secrets, raw cards, wallet keys, passwords, or private account tokens.
- `itemId` (string)
- `items` (array)
- `localPort` (number): Optional localhost port for the local commerce bridge MCP server. Defaults to 4027.
- `manifestUrl` (string)
- `network` (string)
- `paidActions` (array)
- `paymentPayload` (object)
- `paymentRequirement` (object)
- `paymentRequirements` (object)
- `payoutAddress` (string)
- `payoutId` (string)
- `platform` (string): Optional OS/platform hint for local bridge setup, e.g. windows, mac, linux.
- `preferredNetwork` (string): Preferred payment network for wallet handoff, e.g. eip155:8453 or base.
- `query` (string)
- `receiptId` (string)
- `returnSignedPayment` (boolean): Alias for includeSignedPayment.
- `sellerBody` (object): Public-safe POST body for an external x402 seller. Never include cookies, bearer tokens, wallet secrets, private keys, card data, or account passwords.
- `sellerMethod` (string): Use POST for paid APIs that need a public-safe body before returning 402.
- `sellerUrl` (string): Third-party x402 paid resource URL to probe for HTTP 402 payment requirements.
- `serverJsonUrl` (string)
- `serviceId` (string)
- `sessionId` (string): Wallet handoff/payment session id returned by x402_wallet_handoff/connect_wallet.
- `since` (string)
- `toAddress` (string)
- `type` (string)
- `url` (string)

### `wisely_endpoint_handoff` (~612 tokens)

Return portable endpoint-factory instructions and buyer handoff guidance for agents that create or manage paid x402 endpoints.

Input parameters:

- `accepts` (array)
- `amountUsd` (number)
- `asset` (string)
- `audience` (string): Optional audience hint for wisely_start_here / wisely_get_playbook / wisely_agent_instructions.
- `content` (string): Public-safe creator content for preview/import. Do not include secrets, private student data, or copyrighted material you do not own.
- `contentType` (string)
- `creatorId` (string)
- `defaultEntitlement` (string)
- `endpointSlug` (string)
- `fromAddress` (string)
- `fromAsset` (string)
- `fromNetwork` (string)
- `fromTokenAddress` (string)
- `idempotencyKey` (string): Stable retry key for paid invokes and wallet handoff sessions.
- `includeExamples` (boolean): Set false to request a shorter playbook response.
- `includeSignedPayment` (boolean): For x402_payment_session_status, include the signed X-PAYMENT payload when the user has signed.
- `input` (object): Public-safe request body/input for a hosted service or endpoint. Never include secrets, raw cards, wallet keys, passwords, or private account tokens.
- `itemId` (string)
- `items` (array)
- `localPort` (number): Optional localhost port for the local commerce bridge MCP server. Defaults to 4027.
- `manifestUrl` (string)
- `network` (string)
- `paidActions` (array)
- `paymentPayload` (object)
- `paymentRequirement` (object)
- `paymentRequirements` (object)
- `payoutAddress` (string)
- `payoutId` (string)
- `platform` (string): Optional OS/platform hint for local bridge setup, e.g. windows, mac, linux.
- `preferredNetwork` (string): Preferred payment network for wallet handoff, e.g. eip155:8453 or base.
- `query` (string)
- `receiptId` (string)
- `returnSignedPayment` (boolean): Alias for includeSignedPayment.
- `sellerBody` (object): Public-safe POST body for an external x402 seller. Never include cookies, bearer tokens, wallet secrets, private keys, card data, or account passwords.
- `sellerMethod` (string): Use POST for paid APIs that need a public-safe body before returning 402.
- `sellerUrl` (string): Third-party x402 paid resource URL to probe for HTTP 402 payment requirements.
- `serverJsonUrl` (string)
- `serviceId` (string)
- `sessionId` (string): Wallet handoff/payment session id returned by x402_wallet_handoff/connect_wallet.
- `since` (string)
- `toAddress` (string)
- `type` (string)
- `url` (string)

### `x402_builder_register` (~615 tokens)

Register for a builder key through x402, developer credit, or admin issue; returned key controls only that builder's endpoints.

Input parameters:

- `accepts` (array)
- `amountUsd` (number)
- `asset` (string)
- `audience` (string): Optional audience hint for wisely_start_here / wisely_get_playbook / wisely_agent_instructions.
- `content` (string): Public-safe creator content for preview/import. Do not include secrets, private student data, or copyrighted material you do not own.
- `contentType` (string)
- `creatorId` (string)
- `defaultEntitlement` (string)
- `endpointSlug` (string)
- `fromAddress` (string)
- `fromAsset` (string)
- `fromNetwork` (string)
- `fromTokenAddress` (string)
- `idempotencyKey` (string): Stable retry key for paid invokes and wallet handoff sessions.
- `includeExamples` (boolean): Set false to request a shorter playbook response.
- `includeSignedPayment` (boolean): For x402_payment_session_status, include the signed X-PAYMENT payload when the user has signed.
- `input` (object): Public-safe request body/input for a hosted service or endpoint. Never include secrets, raw cards, wallet keys, passwords, or private account tokens.
- `itemId` (string)
- `items` (array)
- `localPort` (number): Optional localhost port for the local commerce bridge MCP server. Defaults to 4027.
- `manifestUrl` (string)
- `network` (string)
- `paidActions` (array)
- `paymentPayload` (object)
- `paymentRequirement` (object)
- `paymentRequirements` (object)
- `payoutAddress` (string)
- `payoutId` (string)
- `platform` (string): Optional OS/platform hint for local bridge setup, e.g. windows, mac, linux.
- `preferredNetwork` (string): Preferred payment network for wallet handoff, e.g. eip155:8453 or base.
- `query` (string)
- `receiptId` (string)
- `returnSignedPayment` (boolean): Alias for includeSignedPayment.
- `sellerBody` (object): Public-safe POST body for an external x402 seller. Never include cookies, bearer tokens, wallet secrets, private keys, card data, or account passwords.
- `sellerMethod` (string): Use POST for paid APIs that need a public-safe body before returning 402.
- `sellerUrl` (string): Third-party x402 paid resource URL to probe for HTTP 402 payment requirements.
- `serverJsonUrl` (string)
- `serviceId` (string)
- `sessionId` (string): Wallet handoff/payment session id returned by x402_wallet_handoff/connect_wallet.
- `since` (string)
- `toAddress` (string)
- `type` (string)
- `url` (string)

### `wisely_builder_status` (~602 tokens)

Read builder account and owned endpoint status with a saved builder key.

Input parameters:

- `accepts` (array)
- `amountUsd` (number)
- `asset` (string)
- `audience` (string): Optional audience hint for wisely_start_here / wisely_get_playbook / wisely_agent_instructions.
- `content` (string): Public-safe creator content for preview/import. Do not include secrets, private student data, or copyrighted material you do not own.
- `contentType` (string)
- `creatorId` (string)
- `defaultEntitlement` (string)
- `endpointSlug` (string)
- `fromAddress` (string)
- `fromAsset` (string)
- `fromNetwork` (string)
- `fromTokenAddress` (string)
- `idempotencyKey` (string): Stable retry key for paid invokes and wallet handoff sessions.
- `includeExamples` (boolean): Set false to request a shorter playbook response.
- `includeSignedPayment` (boolean): For x402_payment_session_status, include the signed X-PAYMENT payload when the user has signed.
- `input` (object): Public-safe request body/input for a hosted service or endpoint. Never include secrets, raw cards, wallet keys, passwords, or private account tokens.
- `itemId` (string)
- `items` (array)
- `localPort` (number): Optional localhost port for the local commerce bridge MCP server. Defaults to 4027.
- `manifestUrl` (string)
- `network` (string)
- `paidActions` (array)
- `paymentPayload` (object)
- `paymentRequirement` (object)
- `paymentRequirements` (object)
- `payoutAddress` (string)
- `payoutId` (string)
- `platform` (string): Optional OS/platform hint for local bridge setup, e.g. windows, mac, linux.
- `preferredNetwork` (string): Preferred payment network for wallet handoff, e.g. eip155:8453 or base.
- `query` (string)
- `receiptId` (string)
- `returnSignedPayment` (boolean): Alias for includeSignedPayment.
- `sellerBody` (object): Public-safe POST body for an external x402 seller. Never include cookies, bearer tokens, wallet secrets, private keys, card data, or account passwords.
- `sellerMethod` (string): Use POST for paid APIs that need a public-safe body before returning 402.
- `sellerUrl` (string): Third-party x402 paid resource URL to probe for HTTP 402 payment requirements.
- `serverJsonUrl` (string)
- `serviceId` (string)
- `sessionId` (string): Wallet handoff/payment session id returned by x402_wallet_handoff/connect_wallet.
- `since` (string)
- `toAddress` (string)
- `type` (string)
- `url` (string)

### `x402_builder_revenue` (~615 tokens)

Read builder-owned endpoint revenue, fees, estimated payable balance, receipt IDs, and settlement notes with a saved builder key.

Input parameters:

- `accepts` (array)
- `amountUsd` (number)
- `asset` (string)
- `audience` (string): Optional audience hint for wisely_start_here / wisely_get_playbook / wisely_agent_instructions.
- `content` (string): Public-safe creator content for preview/import. Do not include secrets, private student data, or copyrighted material you do not own.
- `contentType` (string)
- `creatorId` (string)
- `defaultEntitlement` (string)
- `endpointSlug` (string)
- `fromAddress` (string)
- `fromAsset` (string)
- `fromNetwork` (string)
- `fromTokenAddress` (string)
- `idempotencyKey` (string): Stable retry key for paid invokes and wallet handoff sessions.
- `includeExamples` (boolean): Set false to request a shorter playbook response.
- `includeSignedPayment` (boolean): For x402_payment_session_status, include the signed X-PAYMENT payload when the user has signed.
- `input` (object): Public-safe request body/input for a hosted service or endpoint. Never include secrets, raw cards, wallet keys, passwords, or private account tokens.
- `itemId` (string)
- `items` (array)
- `localPort` (number): Optional localhost port for the local commerce bridge MCP server. Defaults to 4027.
- `manifestUrl` (string)
- `network` (string)
- `paidActions` (array)
- `paymentPayload` (object)
- `paymentRequirement` (object)
- `paymentRequirements` (object)
- `payoutAddress` (string)
- `payoutId` (string)
- `platform` (string): Optional OS/platform hint for local bridge setup, e.g. windows, mac, linux.
- `preferredNetwork` (string): Preferred payment network for wallet handoff, e.g. eip155:8453 or base.
- `query` (string)
- `receiptId` (string)
- `returnSignedPayment` (boolean): Alias for includeSignedPayment.
- `sellerBody` (object): Public-safe POST body for an external x402 seller. Never include cookies, bearer tokens, wallet secrets, private keys, card data, or account passwords.
- `sellerMethod` (string): Use POST for paid APIs that need a public-safe body before returning 402.
- `sellerUrl` (string): Third-party x402 paid resource URL to probe for HTTP 402 payment requirements.
- `serverJsonUrl` (string)
- `serviceId` (string)
- `sessionId` (string): Wallet handoff/payment session id returned by x402_wallet_handoff/connect_wallet.
- `since` (string)
- `toAddress` (string)
- `type` (string)
- `url` (string)

### `wisely_builder_revenue` (~614 tokens)

Read builder-owned endpoint revenue, fees, estimated payable balance, receipt IDs, and settlement notes with a saved builder key.

Input parameters:

- `accepts` (array)
- `amountUsd` (number)
- `asset` (string)
- `audience` (string): Optional audience hint for wisely_start_here / wisely_get_playbook / wisely_agent_instructions.
- `content` (string): Public-safe creator content for preview/import. Do not include secrets, private student data, or copyrighted material you do not own.
- `contentType` (string)
- `creatorId` (string)
- `defaultEntitlement` (string)
- `endpointSlug` (string)
- `fromAddress` (string)
- `fromAsset` (string)
- `fromNetwork` (string)
- `fromTokenAddress` (string)
- `idempotencyKey` (string): Stable retry key for paid invokes and wallet handoff sessions.
- `includeExamples` (boolean): Set false to request a shorter playbook response.
- `includeSignedPayment` (boolean): For x402_payment_session_status, include the signed X-PAYMENT payload when the user has signed.
- `input` (object): Public-safe request body/input for a hosted service or endpoint. Never include secrets, raw cards, wallet keys, passwords, or private account tokens.
- `itemId` (string)
- `items` (array)
- `localPort` (number): Optional localhost port for the local commerce bridge MCP server. Defaults to 4027.
- `manifestUrl` (string)
- `network` (string)
- `paidActions` (array)
- `paymentPayload` (object)
- `paymentRequirement` (object)
- `paymentRequirements` (object)
- `payoutAddress` (string)
- `payoutId` (string)
- `platform` (string): Optional OS/platform hint for local bridge setup, e.g. windows, mac, linux.
- `preferredNetwork` (string): Preferred payment network for wallet handoff, e.g. eip155:8453 or base.
- `query` (string)
- `receiptId` (string)
- `returnSignedPayment` (boolean): Alias for includeSignedPayment.
- `sellerBody` (object): Public-safe POST body for an external x402 seller. Never include cookies, bearer tokens, wallet secrets, private keys, card data, or account passwords.
- `sellerMethod` (string): Use POST for paid APIs that need a public-safe body before returning 402.
- `sellerUrl` (string): Third-party x402 paid resource URL to probe for HTTP 402 payment requirements.
- `serverJsonUrl` (string)
- `serviceId` (string)
- `sessionId` (string): Wallet handoff/payment session id returned by x402_wallet_handoff/connect_wallet.
- `since` (string)
- `toAddress` (string)
- `type` (string)
- `url` (string)

### `x402_builder_payouts` (~606 tokens)

Read/update payout settings and create manual payout request packets without moving funds.

Input parameters:

- `accepts` (array)
- `amountUsd` (number)
- `asset` (string)
- `audience` (string): Optional audience hint for wisely_start_here / wisely_get_playbook / wisely_agent_instructions.
- `content` (string): Public-safe creator content for preview/import. Do not include secrets, private student data, or copyrighted material you do not own.
- `contentType` (string)
- `creatorId` (string)
- `defaultEntitlement` (string)
- `endpointSlug` (string)
- `fromAddress` (string)
- `fromAsset` (string)
- `fromNetwork` (string)
- `fromTokenAddress` (string)
- `idempotencyKey` (string): Stable retry key for paid invokes and wallet handoff sessions.
- `includeExamples` (boolean): Set false to request a shorter playbook response.
- `includeSignedPayment` (boolean): For x402_payment_session_status, include the signed X-PAYMENT payload when the user has signed.
- `input` (object): Public-safe request body/input for a hosted service or endpoint. Never include secrets, raw cards, wallet keys, passwords, or private account tokens.
- `itemId` (string)
- `items` (array)
- `localPort` (number): Optional localhost port for the local commerce bridge MCP server. Defaults to 4027.
- `manifestUrl` (string)
- `network` (string)
- `paidActions` (array)
- `paymentPayload` (object)
- `paymentRequirement` (object)
- `paymentRequirements` (object)
- `payoutAddress` (string)
- `payoutId` (string)
- `platform` (string): Optional OS/platform hint for local bridge setup, e.g. windows, mac, linux.
- `preferredNetwork` (string): Preferred payment network for wallet handoff, e.g. eip155:8453 or base.
- `query` (string)
- `receiptId` (string)
- `returnSignedPayment` (boolean): Alias for includeSignedPayment.
- `sellerBody` (object): Public-safe POST body for an external x402 seller. Never include cookies, bearer tokens, wallet secrets, private keys, card data, or account passwords.
- `sellerMethod` (string): Use POST for paid APIs that need a public-safe body before returning 402.
- `sellerUrl` (string): Third-party x402 paid resource URL to probe for HTTP 402 payment requirements.
- `serverJsonUrl` (string)
- `serviceId` (string)
- `sessionId` (string): Wallet handoff/payment session id returned by x402_wallet_handoff/connect_wallet.
- `since` (string)
- `toAddress` (string)
- `type` (string)
- `url` (string)

### `x402_builder_events` (~607 tokens)

Search builder-owned endpoint events by time range, endpoint, type, or receipt id.

Input parameters:

- `accepts` (array)
- `amountUsd` (number)
- `asset` (string)
- `audience` (string): Optional audience hint for wisely_start_here / wisely_get_playbook / wisely_agent_instructions.
- `content` (string): Public-safe creator content for preview/import. Do not include secrets, private student data, or copyrighted material you do not own.
- `contentType` (string)
- `creatorId` (string)
- `defaultEntitlement` (string)
- `endpointSlug` (string)
- `fromAddress` (string)
- `fromAsset` (string)
- `fromNetwork` (string)
- `fromTokenAddress` (string)
- `idempotencyKey` (string): Stable retry key for paid invokes and wallet handoff sessions.
- `includeExamples` (boolean): Set false to request a shorter playbook response.
- `includeSignedPayment` (boolean): For x402_payment_session_status, include the signed X-PAYMENT payload when the user has signed.
- `input` (object): Public-safe request body/input for a hosted service or endpoint. Never include secrets, raw cards, wallet keys, passwords, or private account tokens.
- `itemId` (string)
- `items` (array)
- `localPort` (number): Optional localhost port for the local commerce bridge MCP server. Defaults to 4027.
- `manifestUrl` (string)
- `network` (string)
- `paidActions` (array)
- `paymentPayload` (object)
- `paymentRequirement` (object)
- `paymentRequirements` (object)
- `payoutAddress` (string)
- `payoutId` (string)
- `platform` (string): Optional OS/platform hint for local bridge setup, e.g. windows, mac, linux.
- `preferredNetwork` (string): Preferred payment network for wallet handoff, e.g. eip155:8453 or base.
- `query` (string)
- `receiptId` (string)
- `returnSignedPayment` (boolean): Alias for includeSignedPayment.
- `sellerBody` (object): Public-safe POST body for an external x402 seller. Never include cookies, bearer tokens, wallet secrets, private keys, card data, or account passwords.
- `sellerMethod` (string): Use POST for paid APIs that need a public-safe body before returning 402.
- `sellerUrl` (string): Third-party x402 paid resource URL to probe for HTTP 402 payment requirements.
- `serverJsonUrl` (string)
- `serviceId` (string)
- `sessionId` (string): Wallet handoff/payment session id returned by x402_wallet_handoff/connect_wallet.
- `since` (string)
- `toAddress` (string)
- `type` (string)
- `url` (string)

### `wisely_builder_events` (~606 tokens)

Search builder-owned endpoint events by time range, endpoint, type, or receipt id.

Input parameters:

- `accepts` (array)
- `amountUsd` (number)
- `asset` (string)
- `audience` (string): Optional audience hint for wisely_start_here / wisely_get_playbook / wisely_agent_instructions.
- `content` (string): Public-safe creator content for preview/import. Do not include secrets, private student data, or copyrighted material you do not own.
- `contentType` (string)
- `creatorId` (string)
- `defaultEntitlement` (string)
- `endpointSlug` (string)
- `fromAddress` (string)
- `fromAsset` (string)
- `fromNetwork` (string)
- `fromTokenAddress` (string)
- `idempotencyKey` (string): Stable retry key for paid invokes and wallet handoff sessions.
- `includeExamples` (boolean): Set false to request a shorter playbook response.
- `includeSignedPayment` (boolean): For x402_payment_session_status, include the signed X-PAYMENT payload when the user has signed.
- `input` (object): Public-safe request body/input for a hosted service or endpoint. Never include secrets, raw cards, wallet keys, passwords, or private account tokens.
- `itemId` (string)
- `items` (array)
- `localPort` (number): Optional localhost port for the local commerce bridge MCP server. Defaults to 4027.
- `manifestUrl` (string)
- `network` (string)
- `paidActions` (array)
- `paymentPayload` (object)
- `paymentRequirement` (object)
- `paymentRequirements` (object)
- `payoutAddress` (string)
- `payoutId` (string)
- `platform` (string): Optional OS/platform hint for local bridge setup, e.g. windows, mac, linux.
- `preferredNetwork` (string): Preferred payment network for wallet handoff, e.g. eip155:8453 or base.
- `query` (string)
- `receiptId` (string)
- `returnSignedPayment` (boolean): Alias for includeSignedPayment.
- `sellerBody` (object): Public-safe POST body for an external x402 seller. Never include cookies, bearer tokens, wallet secrets, private keys, card data, or account passwords.
- `sellerMethod` (string): Use POST for paid APIs that need a public-safe body before returning 402.
- `sellerUrl` (string): Third-party x402 paid resource URL to probe for HTTP 402 payment requirements.
- `serverJsonUrl` (string)
- `serviceId` (string)
- `sessionId` (string): Wallet handoff/payment session id returned by x402_wallet_handoff/connect_wallet.
- `since` (string)
- `toAddress` (string)
- `type` (string)
- `url` (string)

### `x402_endpoint_secret_settings` (~609 tokens)

Explain how endpoint-scoped encrypted secrets are added and listed by name without returning secret values.

Input parameters:

- `accepts` (array)
- `amountUsd` (number)
- `asset` (string)
- `audience` (string): Optional audience hint for wisely_start_here / wisely_get_playbook / wisely_agent_instructions.
- `content` (string): Public-safe creator content for preview/import. Do not include secrets, private student data, or copyrighted material you do not own.
- `contentType` (string)
- `creatorId` (string)
- `defaultEntitlement` (string)
- `endpointSlug` (string)
- `fromAddress` (string)
- `fromAsset` (string)
- `fromNetwork` (string)
- `fromTokenAddress` (string)
- `idempotencyKey` (string): Stable retry key for paid invokes and wallet handoff sessions.
- `includeExamples` (boolean): Set false to request a shorter playbook response.
- `includeSignedPayment` (boolean): For x402_payment_session_status, include the signed X-PAYMENT payload when the user has signed.
- `input` (object): Public-safe request body/input for a hosted service or endpoint. Never include secrets, raw cards, wallet keys, passwords, or private account tokens.
- `itemId` (string)
- `items` (array)
- `localPort` (number): Optional localhost port for the local commerce bridge MCP server. Defaults to 4027.
- `manifestUrl` (string)
- `network` (string)
- `paidActions` (array)
- `paymentPayload` (object)
- `paymentRequirement` (object)
- `paymentRequirements` (object)
- `payoutAddress` (string)
- `payoutId` (string)
- `platform` (string): Optional OS/platform hint for local bridge setup, e.g. windows, mac, linux.
- `preferredNetwork` (string): Preferred payment network for wallet handoff, e.g. eip155:8453 or base.
- `query` (string)
- `receiptId` (string)
- `returnSignedPayment` (boolean): Alias for includeSignedPayment.
- `sellerBody` (object): Public-safe POST body for an external x402 seller. Never include cookies, bearer tokens, wallet secrets, private keys, card data, or account passwords.
- `sellerMethod` (string): Use POST for paid APIs that need a public-safe body before returning 402.
- `sellerUrl` (string): Third-party x402 paid resource URL to probe for HTTP 402 payment requirements.
- `serverJsonUrl` (string)
- `serviceId` (string)
- `sessionId` (string): Wallet handoff/payment session id returned by x402_wallet_handoff/connect_wallet.
- `since` (string)
- `toAddress` (string)
- `type` (string)
- `url` (string)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/com-wiselyenterprisesllc-x402-agent-payment-infrastructure/ai-mcp#diagnostics

## Score history

- 2026-08-04: 53
- 2026-08-03: 53
- 2026-08-02: 52
- 2026-08-01: 52
- 2026-07-31: 51
- 2026-07-30: 46
- 2026-07-29: 48
- 2026-07-28: 47
- 2026-07-27: 46
- 2026-07-26: 46

## Links

- Remote endpoint: https://payments.wiselyenterprisesllc.com/ai/mcp
- Website: https://wiselyenterprisesllc.com/guides/x402-agent-payment-infrastructure/
- Changelog RSS feed: https://verifymcp.io/servers/com-wiselyenterprisesllc-x402-agent-payment-infrastructure/ai-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-wiselyenterprisesllc-x402-agent-payment-infrastructure/ai-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/com-wiselyenterprisesllc-x402-agent-payment-infrastructure/ai-mcp
