{
  "schema": "sasame-public-entry/1.0",
  "version": "1.0.0",
  "canonical_language": "en",
  "audience": {
    "scope": "worldwide",
    "regions": "all",
    "description": "AI agents, MCP clients, developers, and public capability providers worldwide.",
    "language_policy": "English is the canonical public and machine-readable language; localized pages may translate the same contract without redefining it."
  },
  "operator": {
    "legal_name": "SaSame SRL",
    "jurisdiction": "Romania / European Union",
    "role": "Operator and evidence publisher; jurisdiction is not a target-market restriction."
  },
  "product": {
    "name": "SaSame MCP Factory",
    "primary_capability": "MCP Factory inspection, intake, and lifecycle station routing",
    "category": "One modular MCP Factory: production, distribution, inspection, and continuous observation for Model Context Protocol servers.",
    "one_sentence": "SaSame operates one modular MCP Factory — production, distribution, inspection, and continuous observation for Model Context Protocol servers — organized as 21 lifecycle stations with seven creator entry journeys. Protocol Observatory and MCP Owner Intelligence are permanent inspection and intake stations within the one Factory Lifecycle, not separate products.",
    "thesis": "For MCP owners, start with the free Factory audit and owner-controlled claim path: submit one public MCP URL, measure where agent selection stops, and enter the wider lifecycle only when the evidence justifies it.",
    "evidence_engine": "Protocol Observatory supplies current and longitudinal public evidence."
  },
  "factory": {
    "stations": 21,
    "entry_journeys": 7,
    "entry_states": [
      "idea",
      "blueprint",
      "unfinished build",
      "finished build",
      "live MCP",
      "underperforming MCP",
      "portfolio monitoring"
    ],
    "note": "One Factory Lifecycle: the creator's entry station is determined by the product's state, not by buying a separate service. Creators keep ownership of the product, repository, code, data and API rights, credentials, and actual repair. The live station catalog and availability come from factory_stations and factory_health on the public MCP; static copy never promises per-station availability."
  },
  "endpoint": {
    "url": "https://live-vps.sasame.online/public-mcp",
    "transport": "MCP Streamable HTTP",
    "auth": "none for the public surface",
    "protocol": "JSON-RPC 2.0"
  },
  "primary_call": {
    "tool": "resolve_and_run",
    "arguments": {
      "goal": "Describe the outcome you need",
      "environment": "your client or runtime",
      "constraints": [
        "read only",
        "free only"
      ],
      "execution_mode": "plan_only"
    },
    "description": "Supporting infrastructure: resolve a goal into live candidate tools, choose a primary route and fallbacks, and return an honest execution state."
  },
  "routing_flow": [
    "accept goal and constraints",
    "derive bounded capability terms",
    "find observed public candidates",
    "live-check the candidate MCP surface",
    "rank a primary route and fallbacks",
    "execute only when mode, arguments, annotations, and constraints allow it",
    "record planned, handoff_required, verified, failed, refused, or no_route",
    "append privacy-minimized outcome evidence"
  ],
  "execution_modes": [
    {
      "id": "plan_only",
      "meaning": "Return the route and handoff without executing the downstream tool."
    },
    {
      "id": "safe_read_only",
      "meaning": "Execute only an explicitly requested, conservatively read-only public tool when required arguments are present."
    }
  ],
  "execution_states": [
    {
      "id": "planned",
      "complete": false,
      "meaning": "A route exists, but no downstream operation was executed."
    },
    {
      "id": "handoff_required",
      "complete": false,
      "meaning": "A route exists, but authorization, required arguments, or a human/owner action is still needed."
    },
    {
      "id": "verified",
      "complete": true,
      "meaning": "A permitted downstream call returned substantive output and passed the router's verification contract."
    },
    {
      "id": "failed",
      "complete": false,
      "meaning": "Execution was attempted but did not produce a verified result."
    },
    {
      "id": "refused",
      "complete": false,
      "meaning": "The request violated a safety, credential, payment, mutation, or input boundary."
    },
    {
      "id": "no_route",
      "complete": false,
      "meaning": "No sufficiently relevant observed public capability was available."
    }
  ],
  "examples": [
    {
      "goal": "Search GitHub issues related to an authentication bug",
      "constraints": [
        "read only",
        "free only"
      ],
      "expected_capability": "github"
    },
    {
      "goal": "Find recent biomedical evidence about a treatment question",
      "constraints": [
        "read only"
      ],
      "expected_capability": "pubmed"
    },
    {
      "goal": "Extract text from a public screenshot",
      "constraints": [
        "read only",
        "no credentials"
      ],
      "expected_capability": "ocr"
    },
    {
      "goal": "Check whether a public MCP endpoint is callable before connecting it",
      "constraints": [
        "measurement only"
      ],
      "expected_capability": "mcp readiness"
    },
    {
      "goal": "Research a topic using multiple public sources",
      "constraints": [
        "read only",
        "include evidence"
      ],
      "expected_capability": "research"
    }
  ],
  "supporting_rails": [
    {
      "id": "protocol_observatory",
      "status": "Permanent Factory inspection and observation station",
      "purpose": "Current and longitudinal observations used to inspect public MCP and agent-protocol implementations."
    },
    {
      "id": "mcp_owner_intelligence",
      "status": "Factory readiness and intake station",
      "purpose": "Owner-facing inspection, claim, lifecycle and monitoring entry inside the one Factory. Plan names, prices and entitlements come only from the canonical Factory commercial contract."
    },
    {
      "id": "agent_execution_router",
      "status": "Factory routing/entry surface into the Lifecycle",
      "purpose": "Bounded public capability routing; not the primary commercial product."
    },
    {
      "id": "receipts_and_town",
      "status": "Factory station (Gold Rush Town) and supporting evidence modules",
      "purpose": "Privacy-minimized work records, non-custodial settlement evidence, and Gold Rush Town — a Factory station for public demonstration and engagement. These do not replace the Protocol Observatory or MCP Owner Intelligence stations."
    }
  ],
  "secondary_calls": [
    {
      "tool": "factory_start",
      "purpose": "Enter the Factory Lifecycle from any creator entry state (idea, blueprint, unfinished or finished build, live or underperforming MCP, portfolio monitoring)."
    },
    {
      "tool": "factory_stations",
      "purpose": "Read the live 21-station catalog and current station availability."
    },
    {
      "tool": "start_here",
      "purpose": "Read the machine map and shortest paths."
    },
    {
      "tool": "audit_mcp",
      "purpose": "Inspect a known public MCP endpoint directly."
    },
    {
      "tool": "claim_start",
      "purpose": "Begin endpoint-control proof when you operate the provider endpoint."
    },
    {
      "tool": "observation_trajectory",
      "purpose": "Read longitudinal measured status for a known endpoint. The former trust_trajectory name is only a deprecated compatibility alias."
    },
    {
      "tool": "register_intent",
      "purpose": "Leave a privacy-minimized demand signal when no route exists."
    }
  ],
  "boundaries": [
    "Public observations and grades are measurement status, not endorsement, safety, quality, malware, KYC, identity, sanctions, or legal-authority verdicts.",
    "A plan, candidate route, or handoff is never reported as executed or verified.",
    "The public router does not accept credential-like endpoint data or secret-like arguments.",
    "AI agents execute autonomously by default inside honest, logged, verify-or-rollback envelopes. No act is owner-required. Exposing owner shell or file tools publicly, spam, impersonation, anti-bot evasion, and committing secrets are prohibited (decision SASAME-2026-07-19-AUTONOMY-SAFETY-RAILS).",
    "SaSame is non-custodial and does not hold or move third-party funds.",
    "Agent-work records are evidence statements, not fiscal or tax invoices.",
    "tools/list and the live health contract are authoritative for the current callable surface; static copy never promises a fixed tool count."
  ],
  "machine_entrypoints": {
    "public_mcp": "https://live-vps.sasame.online/public-mcp",
    "router_manifest": "https://live-vps.sasame.online/.well-known/sasame-router.json",
    "agent_card": "https://live-vps.sasame.online/.well-known/agent-card.json",
    "llms": "https://live-vps.sasame.online/llms.txt",
    "for_agents": "https://live-vps.sasame.online/for-agents/",
    "mcp_owner_intelligence_plans": "https://srl-sasame.com/services",
    "factory_public_contract": "https://srl-sasame.com/factory-public.json",
    "observatory": "https://live-vps.sasame.online/observatory/",
    "methodology": "https://live-vps.sasame.online/observatory/methodology.html",
    "readiness_index": "https://live-vps.sasame.online/observatory/readiness-index.json",
    "fresh_frontier": "https://live-vps.sasame.online/observatory/fresh.json",
    "live_data": "https://live-vps.sasame.online/observatory/live-data.json",
    "town": "https://live-vps.sasame.online/world/",
    "public_repo": "https://github.com/shigeki7777/sasame-mcp-observatory",
    "factory_start": "https://live-vps.sasame.online/start/"
  },
  "measurement": {
    "north_star": "first_organic_paid_revenue >= 1",
    "router_signals": [
      "external goal submissions",
      "routes produced",
      "safe read-only executions",
      "verified outcomes",
      "fallback recoveries",
      "handoff-required outcomes",
      "no-route demand",
      "repeat external sources",
      "provider claims after routed usage",
      "commercial intent after verified value"
    ],
    "note": "Raw hits, registry/indexer probes, initialize/tools-list only, self-tests, fixtures, plan views, and unfulfilled checkout records are not demand or revenue.",
    "activation_signals": [
      "qualified external activation request",
      "baseline completed",
      "repair scope accepted",
      "external real-argument call delta verified",
      "organic fulfilled payment"
    ]
  },
  "owner_intake": {
    "url": "https://live-vps.sasame.online/start/",
    "note": "Run a free point-in-time MCP audit, then optionally prove endpoint control with the free owner claim. Neither action charges, creates a subscription, or changes the measured readiness result. Register an account or enter a paid Factory lifecycle only when the creator explicitly chooses to continue.",
    "evidence_tools": [
      "audit_mcp",
      "claim_start",
      "observation_trajectory",
      "factory_start"
    ]
  },
  "last_updated": "2026-07-22",
  "owner_primary_call": {
    "tool": "audit_mcp",
    "arguments": {
      "url": "https://your-public-mcp.example/mcp"
    },
    "web": "https://live-vps.sasame.online/start/",
    "description": "Primary MCP-owner action: run the free Factory audit and, when desired, begin owner-control proof before entering any paid membership or wider lifecycle."
  }
}
