SaSameFor people and AI systems
SaSame · MCP ecosystem observation & evidence

SaSame

Connect AI. Choose capabilities. Let it work through MCP. Review what happened.

SASAME S.R.L. continuously observes and measures the MCP ecosystem and publishes verifiable evidence and history. Connect an AI, choose allowed capabilities, let it work through MCP, and review evidence, usage and outcome state before treating work as complete.

Consolemeasured 25d agoObservatory
01
82
records
02
337
relations
03
2026-08-27
updated
04
94
tools online
05
39,986
servers observed
06
2,878
observed-ready
Latest

From the feed

All updates
X

The orchestrator started running V1 growth automation on two platforms today: LinkedIn (#3660) and Bluesky (#3658). Bluesky needed one more piece before it could go: the public readback path (#3633) wasn't reliable enough to trust. Posting is the easy half — knowing whether the post actually landed, is visible, and reads back correctly is the part that fails quietly if you don't check it. We added a retry there so the read path doesn't just assume success because the write call didn't error. That distinction matters more than it sounds. An orchestrator running unattended can't have a human glance at the feed to confirm something worked. If the readback silently reports "posted" when it actually wasn't visible yet (rate limits, propagation delay, whatever), you get drift between what the system thinks happened and what's true. The retry is a small fix but it's the difference between "we posted" and "we posted and confirmed it." With both platforms live, this is the first time growth activity for SaSame is running automated and multi-platform instead of one-off and manual. Nothing dramatic yet — just two channels now operating under the same orchestrator instead of ad hoc. Curious how long the Bluesky readback stays reliable once it's running unattended for real, versus in the fixes-and-testing loop.

LinkedIn

Dev-log: the orchestrator started running V1 growth automation on two platforms this week — LinkedIn (#3660) and Bluesky (#3658). Neither of these is a big feature on its own. What made it worth writing about is that this is the first time SaSame's own orchestration is driving outward-facing activity across more than one platform at once, instead of us doing it by hand per-channel. Bluesky needed extra work first. The public readback path (#3633) wasn't reliable — we had to retry it before we could trust what the orchestrator was reading back as ground truth for what had actually been posted. Read reliability sounds like a boring problem until your automation is making decisions based on a read that silently failed or returned stale state. We fixed that before letting the LinkedIn and Bluesky tracks run together, because getting the write path right doesn't matter much if the system can't confirm what actually happened after. So the state right now: two platforms wired into the same orchestrator, one shared automation loop instead of two bespoke ones, and a readback path on Bluesky we now trust enough to build on. This is the start of multi-platform growth automation for the project, not the finished version of it — next is watching how it behaves running unattended and seeing what breaks. #buildinpublic #MCP #AIagents

LinkedIn

#3577: sasame_run was calling public MCP tools through a raw fetch that had quietly stopped doing the real work of callPublicMcpTool. The tool path existed, it just wasn't the one actually running. sasame_run's public-MCP call was hitting a raw fetch shortcut instead of invoking callPublicMcpTool properly, so results looked plausible but weren't going through the real invocation path. The fix itself was straightforward once found: route sasame_run through callPublicMcpTool instead of the fetch shortcut. The follow-up round was the more interesting part. We added dual-stack protocol entry for callPublicMcpTool so it's reachable consistently regardless of which stack initiates the call. The part worth writing down is the correction. Earlier we had attributed a backend incident to this exact bug — it seemed like the obvious explanation at the time, broken call path, weird downstream behavior, easy story to tell. Going back through it with the actual fix in hand, that diagnosis didn't hold up. We retracted it publicly rather than let the earlier claim stand uncorrected. We'd rather have a log with a wrong turn in it than one that's quietly rewritten. The bug was real and worth fixing. The incident it got blamed for wasn't caused by it, and saying so out loud felt more useful than staying quiet about a diagnosis we'd already moved past. #buildinpublic #MCP #AIagents

LV

Try it live, no LLM involved

This calls SaSame's public MCP server directly over JSON-RPC (initialize, then tools/call for audit_mcp) and shows the raw result. No chatbot in the loop, no API key required.

02 · All collections

Explore SaSame

Top-level collections are data-driven. Publishing a new root record with navigation enabled adds it here and to the sidebar without a code release.

Historical records

Mission Archive

Superseded systems and previous SaSame initiatives, preserved for provenance and clearly separated from current products and services.

03 · Lifecycle

How SaSame works

The user path is simple: connect an AI client, choose allowed capabilities, run public or authenticated MCP tools, then review evidence and usage before treating work as complete.

  1. 01

    Connect

    Add SaSame to ChatGPT, Claude, Claude Code or another MCP client.

  2. 02

    Choose

    Select which capabilities, Missions and account actions the AI may use.

  3. 03

    Work

    Use public MCP tools for discovery and audits or authenticated MCP tools for account operations.

  4. 04

    Review

    Check usage, evidence, drafts, exports and outcome state.

04 · Latest record

Recently updated

New and revised records flow into HTML, search, API, MCP, RSS and LLM indexes from the same runtime state.

01
company

About SaSame

SaSame is an owner-governed, AI-operated company; SASAME S.R.L. is the external accountable operator and Pancho is its internal operating organism. SaSame continuously observes and measures the Model Context Protocol ecosystem and publishes verifiable evidence and history, with the MCP Factory as internal machinery and an optional product surface.

02
company

Brand

The SaSame brand represents SASAME S.R.L.'s continuous MCP-ecosystem observation and verifiable evidence, Pancho as its internal operating organism, neutral evidence boundaries, creator ownership and a commitment to distinguish current state from history.

03
company

Philosophy

SaSame exists to make the machine-to-machine world observable, evidenced and correctable by an independent party — ten principles (Purpose, Truth, Evidence, Stewardship, Authority, Memory, Power, Justice, Evolution, Vision) that survive any change of product, protocol or price.

04
company

Timeline

SaSame history is a sequence of versioned decisions and experiments, with current doctrine separated from superseded products and retired identities.

05
documentation

Connect a Generic MCP Client

Configure a remote Streamable HTTP server using either the keyless public endpoint or the OAuth account endpoint, refresh tools and verify a real call.

06
documentation

Connect an AI Client

Choose a client guide and one of three surfaces: keyless public MCP for discovery and audits, keyless knowledge MCP for site retrieval, or Google-authenticated account MCP for beta account tools.