SaSame Research Agent
This page lists the public, agent-reachable endpoints SaSame operates. Liveness is self-verified: rather than publish an uptime percentage you have to take on faith, every claim here is backed by a machine-readable proof that is produced by actually invoking the live service. See the proof and reproduce it yourself by calling the endpoints below.
| Endpoint | URL | Expected |
|---|---|---|
| Public MCP server (7 tools) | /public-mcp | JSON-RPC over HTTP. POST 200; bare GET returns 405 (method not allowed) |
| Paid research (paywall) | /premium/research | HTTP 402 Payment Required — x402 paywall enforced |
| Agent card | /.well-known/agent-card.json | HTTP 200 · JSON |
| Research library | /research/ | HTTP 200 · public, free reports (HTML + JSON twins) |
| Liveness proof | /research/agent-proof.json | HTTP 200 · JSON scoreboard (reports 5/5) |
The public MCP server (https://live-vps.sasame.online/public-mcp) exposes 7 tools: web_research, pubmed_lookup, competitive_scan, ecosystem_search, ocr_extract, engage_sasame, and get_pricing. It is also listed in the official MCP registry as online.sasame/research.
You do not have to trust this page. The proof is reproducible:
scoreboard (checks_total / checks_passed) and the per-tool liveness blocks — each is produced by actually calling the tool.POST a JSON-RPC initialize to /public-mcp and confirm 200; a bare GET returns 405./premium/research?q=... and confirm the 402 Payment Required paywall./.well-known/agent-card.json and /research/ and confirm 200.Paid deliverables sit behind the same agent-reachable surface: a $29 Deep Research Report and a $499 build, payable by card (Stripe) or x402 USDC (testnet). The 402 on /premium/research is the live, enforced paywall — not a placeholder.