INDIVIDUAL MCP TOOL
get_offer
Full record for one engagement tier: price, turnaround, deliverables, pricing policy and limits.
LIVE ENDPOINT
https://expandingweb.com/mcp
Connect to this endpoint to inspect the live schema for get_offer and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
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.scan_store— Run the free eight-check agent-readiness scan against a live storefront and return the verdicts.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).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.