You're viewing a demo portfolio

Join the waitlist
PRSM
This tool is no longer present in the server's latest manifest. Showing the last observed version (server version 3.0.0).

factory_provide_endpoint

Inactive

Tool of SaSame Research Agent

declared in 3.0.0

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"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

SaSame Research Agent

https://github.com/shigeki7777/sasame-mcp

2/7 registries
View full server →