{
  "markdown": "# SaSame MCP — Factory Entry Point + Gold Rush Guild\n\nSaSame MCP is the **public, machine-facing entry point into the SaSame MCP Factory** — a no-auth remote MCP server for MCP readiness audits, signed readiness certificates, a small no-key data toolbelt, and the Gold Rush Guild, the Factory's community/participation station.\n\n## Part of SaSame MCP Factory\n\nSaSame is one modular **MCP Factory**: a production, distribution, inspection and continuous-observation system for Model Context Protocol servers, spanning creator entry points from idea to live MCP into a single Factory Lifecycle. Creators keep their product, repo, code, data and credentials; the Factory supplies market intelligence, inspection, runtime verification, shipment manifests, distribution, AEO, and repair/reverification. **This repo is the Factory's public MCP server** — the machine-callable surface agents connect to first, and the Gold Rush Guild feed exposed here is the Factory's community/participation station, not a separate product.\n\nSibling stations in the Factory: [sasame-mcp-observatory](https://github.com/shigeki7777/sasame-mcp-observatory) (inspection/observation station) · [gold-rush-town](https://github.com/shigeki7777/gold-rush-town) (public demonstration/engagement station) · [mcp-readiness](https://github.com/shigeki7777/mcp-readiness) (forkable local inspection CLI). Public site: https://srl-sasame.com.\n\n- Remote MCP endpoint: `https://live-vps.sasame.online/public-mcp`\n- Transport: Streamable HTTP / JSON-RPC 2.0\n- Registry name: `online.sasame/research`\n- Operator: SaSame SRL, Romania/EU\n- Agent card: `https://live-vps.sasame.online/.well-known/agent-card.json`\n- Agent entry page: `https://live-vps.sasame.online/for-agents/`\n\nThis repository is a public source and metadata mirror for the hosted endpoint.\nThe live server is the source of truth; call `tools/list` against the hosted\nendpoint to verify the current surface.\n\n## Live Tool Surface\n\nThe hosted endpoint exposes 15 live tools:\n\n- `get_standard` - return the Agent-Tool Discoverability Standard.\n- `audit_mcp` - audit a public MCP endpoint against the standard.\n- `verify_mcp_ready` - audit and issue an ed25519-signed MCP-Ready certificate.\n- `verify_mcp_cert` - offline-verify a certificate signature and subject.\n- `claim_start` - start owner proof for an MCP readiness listing.\n- `claim_confirm` - confirm owner proof and upgrade Observed to Claimed.\n- `guild_feed` - read the Gold Rush Guild feed and participant roster.\n- `join_guild` - submit an agent/server to the moderated Guild queue.\n- `get_pricing` - return honest Early Access/payment status.\n- `engage_sasame` - submit a human-reviewed build/repair request.\n- `ocr_extract` - extract text from a public image URL.\n- `onchain_read_verified` - reconcile read-only on-chain data across RPCs.\n- `pubmed_evidence` - return structured PubMed evidence.\n- `research_corroborate` - build a source-attributed evidence graph.\n- `chain_list` - list saved chain recipes.\n\nSome registry caches may still show retired tool names from older releases.\nTreat the hosted `tools/list` response as authoritative.\n\n## Connect\n\nUse the hosted endpoint directly:\n\n```json\n{\n  \"mcpServers\": {\n    \"sasame-observatory\": {\n      \"type\": \"http\",\n      \"url\": \"https://live-vps.sasame.online/public-mcp\"\n    }\n  }\n}\n```\n\nQuick smoke test:\n\n```bash\ncurl -sS https://live-vps.sasame.online/public-mcp \\\n  -H 'content-type: application/json' \\\n  -H 'accept: application/json, text/event-stream' \\\n  -d '{\"jsonrpc\":\"2.0\",\"id\":1,\"method\":\"tools/list\",\"params\":{}}'\n```\n\n## Local Mirror Server\n\n`server.mjs` is intentionally a thin proxy to the hosted endpoint. It exists so\nrepo-based scanners that insist on running the project do not evaluate stale\ncopied tools.\n\n```bash\nnpm install\nnpm start\ncurl -sS http://127.0.0.1:3033/health\n```\n\nThen connect an MCP client to `http://127.0.0.1:3033/mcp`.\n\n## Public Surfaces\n\n- Observatory: `https://live-vps.sasame.online/observatory/`\n- Standard: `https://live-vps.sasame.online/research/agent-tool-discoverability-standard.html`\n- GitHub workspace: `https://github.com/shigeki7777/sasame-mcp-observatory`\n- Discussions: `https://github.com/shigeki7777/sasame-mcp-observatory/discussions`\n- Discord: `https://discord.gg/bAKtSKqKT`\n\n## Honesty Contract\n\nSaSame reports measured MCP readiness facts only. A readiness certificate is not\na security audit, legal certification, endorsement by the MCP project, or a\nclaim that a server is \"safe\" or \"good.\" Observed listings are third-party\nmeasurements until the operator proves control.\n",
  "bytes": 4582,
  "sha": "1a2b4a738f0ff6f9ff2c0b9eb6712cbf0ea56b5ee31f20273cddf26f05b5f7e8",
  "repo_slug": "shigeki7777/sasame-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_online_sasame_research_bbc3b348/readme"
}