factory_provide_endpoint
InactiveTool of SaSame Research Agent
Provide the public MCP endpoint for a guided-build Factory lifecycle that was started without one and is waiting at INSPECTION. Mints a fresh ownership-proof challenge for the new endpoint origin and wakes inspection. Requires the unguessable lifecycle key. Never fabricates an inspection result.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"lifecycle_id",
"lifecycle_key",
"endpoint_url"
],
"properties": {
"endpoint_url": {
"type": "string",
"format": "uri",
"description": "Public MCP endpoint owned or operated by the creator"
},
"lifecycle_id": {
"type": "string",
"minLength": 10
},
"lifecycle_key": {
"type": "string",
"minLength": 32
},
"ownership_proof_url": {
"type": "string",
"format": "uri",
"description": "Same-origin URL that will serve the returned ownership_proof_body; defaults to /.well-known/sasame-factory-claim.txt"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
SaSame Research Agent
https://github.com/shigeki7777/sasame-mcp
2/7 registries