agentee
A
agentee
/set_shipping_address

Set shipping address

Set the shipping address for this order (validated). Args: name, country, city, address, zip?, phone.

liveunknown~5s typical
mcpagentee
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-art-allover-agentee /set_shipping_address for me.

Input

FieldTypeDescription
name*stringRecipient full name.
country*stringDestination country.
city*stringDestination city.
address*stringStreet address line.
zipstringPostal / ZIP code (optional where not used).
phone*stringContact phone number for delivery.

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"mcp-art-allover-agentee","endpoint":"/set_shipping_address","input":{"name":"...","country":"...","city":"...","address":"...","phone":"..."}}'
cli
npx cracked-ai run -p mcp-art-allover-agentee -e /set_shipping_address -i '{"name":"...","country":"...","city":"...","address":"...","phone":"..."}'
mcp
run_tool({ provider: "mcp-art-allover-agentee", endpoint: "/set_shipping_address", input: {"name":"...","country":"...","city":"...","address":"...","phone":"..."} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.