← expandingweb.com

INDIVIDUAL MCP TOOL

create_checkout_session

Create a Stripe Checkout Session and return its URL — for the Agentic Commerce Readiness Sprint (readiness-sprint) or for Pro licences of the Agentic Commerce Suite Magento module (module-pro, one licence per Magento installation, volume discount from 3).

expandingweb.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://expandingweb.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for create_checkout_session and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.
  • A tool name or description suggests retrieving external content.

Parent server

expandingweb.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.expanding-web-agentic-commerce-readiness]
url = "https://expandingweb.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "expanding-web-agentic-commerce-readiness": {
      "type": "http",
      "url": "https://expandingweb.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: expanding-web-agentic-commerce-readiness
Remote MCP URL: https://expandingweb.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "expanding-web-agentic-commerce-readiness": {
      "url": "https://expandingweb.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "expanding-web-agentic-commerce-readiness": {
      "type": "http",
      "url": "https://expandingweb.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "expanding-web-agentic-commerce-readiness",
  "transport": "streamable-http",
  "url": "https://expandingweb.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_catalog — UCP 2026-04-08 catalog search over the engagement tiers.
  • lookup_catalog — UCP 2026-04-08 catalog lookup: resolve engagement ids (e.
  • list_offers — List every Expanding Web engagement tier with id, price, currency and what it includes.
  • get_offer — Full record for one engagement tier: price, turnaround, deliverables, pricing policy and limits.
  • scan_store — Run the free eight-check agent-readiness scan against a live storefront and return the verdicts.
  • report_problem — Report something on this site or endpoint that stopped you from completing a task: a page you could not read, data you could not find, a request that was refused.