How do I start using SaSame?
One introduction and installation hub for humans, developers and AI agents using SaSame.
- Collection
- documentation
- Updated
- 2026-08-24
- min read
- 5
Connect an AI, choose what it may use, let it work through MCP, and review what happened. Start with the free path: audit a public MCP, connect an AI client, start a Marketing Mission, or run the local CLI.
Start and install
10Audit my MCP — free
Run the live point-in-time audit without an account or payment.
Connect an AI client
Use the client-specific ChatGPT, Claude, Claude Code or generic MCP guide.
Start through the Factory MCP
Connect an AI client, call start_here, then use the live Factory tools returned by tools/list.
Open public MCP endpoint
The keyless Streamable HTTP endpoint used by AI clients.
Read the CLI guide
Run the same bounded readiness method locally.
Connect in ChatGPT
Create a custom MCP app/connector in ChatGPT developer mode and paste the SaSame remote endpoint. Current plan and workspace permissions are controlled by OpenAI.
https://live-vps.sasame.online/public-mcphttps://live-vps.sasame.online/public-mcp- 1
Open ChatGPT Settings or Workspace Settings and locate Apps / developer mode.
- 2
Create a custom MCP app or connector.
- 3
Paste the copied SaSame endpoint and scan or refresh tools.
- 4
Enable the app in a chat and call start_here.
Start a chat with the app enabled and ask it to call start_here. Confirm that the returned machine map names the SaSame public surface.
Connect in Claude
Add SaSame as a custom connector using the remote MCP URL in Claude or Claude Desktop.
https://live-vps.sasame.online/public-mcphttps://live-vps.sasame.online/public-mcp- 1
Open Settings > Connectors.
- 2
Choose Add custom connector.
- 3
Paste the copied SaSame endpoint and add the connector.
- 4
Enable it from Search and tools, then call start_here.
Enable the connector from Search and tools, then ask Claude to call start_here and report the available shortest path.
Add with one command
Register the remote Streamable HTTP endpoint from the Claude Code CLI.
https://live-vps.sasame.online/public-mcpclaude mcp add --transport http sasame https://live-vps.sasame.online/public-mcp- 1
Copy and run the command in a terminal.
- 2
Confirm that sasame appears in `claude mcp list`.
- 3
Call start_here from a Claude Code session.
Run `claude mcp list`, start Claude Code, and ask it to call start_here.
Copy JSON configuration
Use this configuration in clients that accept a Streamable HTTP MCP server definition.
https://live-vps.sasame.online/public-mcp{
"mcpServers": {
"sasame": {
"type": "http",
"url": "https://live-vps.sasame.online/public-mcp"
}
}
}- 1
Copy the JSON configuration.
- 2
Paste it into the client's MCP configuration surface.
- 3
Restart or refresh the client if required.
- 4
Call start_here.
Refresh the client's tool list and call start_here. tools/list is authoritative for the current surface.
Run the readiness CLI
Audit a public MCP locally with no account or SaSame credential.
npx -y mcp-readiness@latest gold-rush start <your-mcp-url> --json- 1
Replace <your-mcp-url> with a public MCP endpoint.
- 2
Run the command locally.
- 3
Save the JSON result as the baseline for later comparison.
Confirm the command returns JSON containing the bounded readiness grade and criterion results.
Audit an MCP without installing anything
Open the free audit, paste a public MCP endpoint and receive a point-in-time readiness result. No account, payment, claim or subscription is created by the audit.
Connect SaSame to an AI client
Use the copy controls below for ChatGPT, Claude, Claude Code or another Streamable HTTP MCP client. The public endpoint is keyless. Client availability and workspace permissions still depend on the client provider.
Start a Marketing Mission
Use the authenticated account MCP when you want SaSame inside your AI client. The Marketing Mission tools help you define the audience, channel and offer, check public evidence, and draft a human-reviewed message or campaign asset. They do not send messages, post to external sites, scrape private contacts, or run bulk outreach.
Run the open-source CLI
Use mcp-readiness locally when you want a reproducible readiness grade without connecting an AI application or publishing a result.
Use the free beta path
There are three simple paths, depending on what you need first.
- No account: connect the public MCP at
https://live-vps.sasame.online/public-mcp, callstart_here, then callaudit_mcporfactory_start. - Site knowledge: connect the knowledge MCP at
https://srl-sasame.com/api/mcpand callknowledge_searchorknowledge_get. - Account tools: sign in at Account Control, connect the authenticated Client MCP at
https://live-sasame.sasame.online/mcp, then usecapability_set,usage_reset,marketing_mission_start,marketing_mission_evidence,marketing_mission_draft,factory_dashboardandfactory_export.
During Capability Control Beta, new paid Factory checkout is disabled. factory_membership_checkout is present for compatibility and existing-subscriber continuity, but new users do not need it and should not start there.
Enter the Factory through MCP
Connect an AI client to the public MCP and call start_here to see what is available. Use factory_start for the free Factory lifecycle entry that matches your state: idea, blueprint, unfinished build, finished build, live MCP, underperforming MCP or portfolio monitoring. If you need account-scoped dashboard/export tools later, sign in at Account Control and connect the authenticated Client MCP.
Examples
5- 01
After connecting the public MCP, call
start_hereand thenaudit_mcpwith a public endpoint URL. - 02
After connecting the authenticated account MCP, call
marketing_mission_start, thenmarketing_mission_evidence, thenmarketing_mission_draft. - 03
After running the CLI, keep the JSON output as a local reproducible baseline.
- 04
After signing in, keep all beta capabilities enabled by default or call
capability_setto hide anything your AI client should not see. - 05
If the beta bucket reaches quota, reset it from Account Control or call
usage_reset; lifetime history is preserved.