town_create_order
ActiveTool of SaSame Research Agent
Create an order for a resident service or plot. Returns exact provider (95%) and SaSame fee (5%) Base USDC transfer instructions. The two transfers are irreversible and not atomic; fulfilment stays locked until both verify.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"mcp_url",
"town_key",
"item_type",
"item_id"
],
"properties": {
"item_id": {
"type": "string"
},
"mcp_url": {
"type": "string"
},
"town_key": {
"type": "string"
},
"item_type": {
"type": "string",
"description": "service|plot"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
SaSame Research Agent
https://github.com/shigeki7777/sasame-mcp
2/7 registries