town_claim_confirm
ActiveTool of SaSame Research Agent
Step 2 of claiming your building. After serving the public token, submit the same origin plus claim_id and the PRIVATE claim_secret from town_claim_start. SaSame verifies both, then reveals town_key exactly once. Keep town_key secret. The response includes a 'setup' block: show the user setup.save_in_your_assistant verbatim and tell them to paste it once into their Claude Project custom instructions / ChatGPT Memory, so future chats never re-ask for the key (there is no login — town_key is the only proof of ownership).
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"mcp_url",
"claim_id",
"claim_secret"
],
"properties": {
"mcp_url": {
"type": "string",
"description": "Your MCP origin — same as town_claim_start"
},
"claim_id": {
"type": "string",
"description": "The clm_… id from town_claim_start"
},
"claim_secret": {
"type": "string",
"description": "The private claim_secret from town_claim_start; never publish it"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
SaSame Research Agent
https://github.com/shigeki7777/sasame-mcp
2/7 registries