Skip to main content
Glama

SaSame MCP Observatory + Gold Rush Town

Ownership verified

Server Details

No-key MCP: audit/certify MCPs, signed trust history; join Gold Rush Town & build with your LLM.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL
Repository
shigeki7777/sasame-mcp
GitHub Stars
0
Server Listing
SaSame Research + Guild MCP

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsB

Average 4.1/5 across 102 of 102 tools scored. Lowest: 2.4/5.

Server CoherenceC
Disambiguation2/5

Multiple tools serve overlapping purposes (e.g., audit_mcp, readiness_report, verify_mcp_ready all perform audits; get_badge, get_mark_snippet, get_mcp_mark_snippet, get_usage_badge all return badges/marks). An agent would struggle to distinguish these without deep reading of descriptions.

Naming Consistency3/5

Naming is largely verb_noun within subdomains (town_*, gold_rush_*, agent_invoice_*) but mixed overall. Some tools break the pattern (start_here, refer) and there is a typo ('engate_sasame' instead of 'engage'). While readable, the lack of a unified convention adds confusion.

Tool Count1/5

With 102 tools, the surface is extremely large for a single server. Even a platform-like service would benefit from splitting into focused sub-servers. The sheer number overwhelms and reduces coherence.

Completeness4/5

The tool set covers its intended domain comprehensively: observatory, agent work receipts, escrow, town management, trust monitoring, etc. Minor gaps exist (e.g., no tool for direct payment), but overall the lifecycle appears well-covered.

Available Tools

94 tools
agent_invoice_attest_settlement
Idempotent
Inspect

Buyer or provider signs a settlement statement for an issued agent transaction receipt. SaSame records each statement. Only matching statements from BOTH pinned party keys produce a signed settled_reported_by_both receipt. SaSame does not move funds or independently verify off-chain settlement; use a chain/processor receipt as settlement_ref when available.

ParametersJSON Schema
NameRequiredDescriptionDefault
roleYes
work_order_idYes
settlement_refYesTransaction hash, processor receipt id or other non-secret settlement reference
signature_base64Yes
agent_invoice_issue
Idempotent
Inspect

Issue a SaSame SRL-signed THIRD-PARTY AGENT TRANSACTION RECEIPT after provider delivery. The legacy tool name is retained for API compatibility: this is a transaction-confirmation receipt, not a fiscal/tax invoice. The provider signs provider_receipt_challenge (identical to the legacy provider_invoice_challenge). The receipt binds mutually accepted terms, delivery and amount. If SaSame SRL itself sells a service, its separate accounting rail issues the normal SaSame SRL business invoice.

ParametersJSON Schema
NameRequiredDescriptionDefault
work_order_idYes
signature_base64Yes
external_invoice_refNoOptional provider-side invoice/reference number
agent_invoice_status
Read-only
Inspect

Read the privacy-minimized state of an agent transaction receipt/work order and receive a SaSame-signed current statement. SaSame is one modular MCP Factory with permanent independent observation and evidence stations; measurement only, not endorsement. Raw scope/deliverables are never stored; only their SHA-256 commitments, public labels, signatures and state transitions are retained. The legacy tool name is retained for compatibility; this is not a fiscal invoice.

ParametersJSON Schema
NameRequiredDescriptionDefault
work_order_idYes
analytics_next_steps
Read-only
Inspect

Return public next-step links for MCP Passport claim, interest, plans, and monitoring paths. Read-only; no external action is triggered.

ParametersJSON Schema
NameRequiredDescriptionDefault
topicNo
analytics_public_export
Read-only
Inspect

Return the public aggregate analytics export manifest. No private owner analytics.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

analytics_public_summary
Read-only
Inspect

Read the public outside-in Analytics summary. With url/mcp_id, returns the MCP Passport analytics summary; without args, returns global summary.

ParametersJSON Schema
NameRequiredDescriptionDefault
urlNo
mcp_idNo
audit_mcp
Read-only
Inspect

Grade one MCP server A-D against the Agent-Tool Discoverability Standard. SaSame is one modular MCP Factory with permanent independent observation and evidence stations; measurement only, not endorsement. Runs the LEGITIMATE MCP handshake (initialize + tools/list + one read-only tool call, all over POST JSON-RPC) and returns the grade, a per-criterion pass/evidence breakdown, and the single biggest gap to fix. This returns the grade and analysis ONLY — if you want a signed, portable certificate of the same audit, use verify_mcp_ready instead. DIRECTORY PRE-FLIGHT: these criteria cover the MECHANICAL reject reasons of the Claude Connectors Directory and ChatGPT Apps Directory (annotations, typed schemas, description clarity, liveness, graceful errors, anti-ghost) — run it before you submit. It does NOT cover privacy-policy, identity/business verification, OAuth callbacks, or prohibited-category rules; it catches mechanical failures, it does not guarantee a pass. Handshake only — no auth-bypass, no payment. Free. Best run against YOUR OWN server. (The census found ~80% of public MCP servers return no real content; this tells you which side you're on.)

ParametersJSON Schema
NameRequiredDescriptionDefault
urlYesThe MCP server endpoint URL (https) to audit — ideally your own
audit_query
Read-only
Inspect

Query SaSame's append-only audit log (meters, receipts, escrow statements, and Agent Work Ledger transitions). Read-only: an empty log returns 0, never fabricated activity. Filter by meter_id, agent_id, kind, or since (ISO timestamp). Use to reconstruct what SaSame recorded; party labels are not legal identities and recorded statements are not independent proof that underlying work or payment occurred.

ParametersJSON Schema
NameRequiredDescriptionDefault
kindNoe.g. meter_charge / meter_reject / receipt_issue
limitNo
sinceNoISO timestamp lower bound
agent_idNo
meter_idNo
capability_landscape
Read-only
Inspect

Zero-argument ecosystem view: SaSame's live 'State of the Agent Attack Surface' — how large the public MCP attack surface is, which capability classes it exposes (payment / code-execution / credential / write / send / fetch / read), and what share of state-changing tools ship with NO machine-readable safety annotation. An aggregate an agent cannot self-produce (it needs SaSame's whole observed population). ed25519-signed, offline-verifiable. OBSERVATION of the declared surface — not a safety, malware, or trust verdict. A frictionless first call: no URL needed. Cost-zero, observed level.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

capability_profile
Read-only
Inspect

DEFENSIVE pre-call check for one public MCP server: SaSame classifies its DECLARED tool surface (published tools/list) into capability-risk classes (code-execution / payment / credential / write / send / outbound-fetch / read), flags state-changing tools that publish NO machine-readable safety annotation (so a caller cannot auto-distinguish a read from a write/delete/payment before invoking), gives an exposure tier, and — the part an agent cannot self-produce — which higher-risk capability classes this server NEWLY exposed since SaSame first observed it. ed25519-signed, offline-verifiable. This is an OBSERVATION of the declared surface, NOT a vulnerability/malware scan and NOT a claim the server is unsafe. Use it before wiring an untrusted MCP into an agent. Cost-zero, observed level.

ParametersJSON Schema
NameRequiredDescriptionDefault
urlYesThe MCP server endpoint URL (https) to profile
chain_list
Read-only
Inspect

List saved chain recipes (name, description, step count).

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

check_engagement
Read-only
Inspect

Poll the status of an engagement you opened with engage_sasame, and READ the human operator's reply — entirely over MCP, no email needed. Pass the ticket you got back from engage_sasame. Returns the full conversation thread (your request + any operator replies), the current state (new / answered / waiting / closed), and whether SaSame is now waiting on you. Call this again periodically (e.g. once a day) to pick up the operator's response. Free, read-only, deterministic — no LLM, no network.

ParametersJSON Schema
NameRequiredDescriptionDefault
ticketYesThe engagement ticket returned by engage_sasame (e.g. 'inq_...').
chronicle_summary
Read-only
Inspect

Return the public MCP Gold Rush Chronicle teaser. Detailed intelligence is paid/private.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

claim_confirm
Idempotent
Inspect

Confirm your domain-control proof and upgrade your SaSame MCP Observatory listing from Observed to CLAIMED. SaSame fetches /.well-known/mcp-ready-claim.txt (or checks the DNS TXT _mcp-ready-claim.) for the challenge token from claim_start. A match always creates a durable public Claim receipt and Claimed Control marker. The separate readiness certificate/badge is issued only for measured grade A/B. SSRF-guarded; free.

ParametersJSON Schema
NameRequiredDescriptionDefault
urlYesYour MCP server endpoint URL (https) — same as claim_start
claim_start
Idempotent
Inspect

Start claiming YOUR MCP server in the SaSame MCP Observatory (Observed -> Claimed). Returns a challenge token bound to your endpoint. Prove you control the domain by EITHER (a) serving the token at https:///.well-known/mcp-ready-claim.txt, OR (b) a DNS TXT record at _mcp-ready-claim.. Then call claim_confirm. Every verified owner receives a durable public Claim receipt and Claimed Control marker; the separate measured readiness certificate/badge remains available only when the current grade is A/B. Free.

ParametersJSON Schema
NameRequiredDescriptionDefault
urlYesYour MCP server endpoint URL (https) to claim
demand_radar
Read-only
Inspect

Honest aggregate of what agents have asked for via register_intent (and passive tool-call arg logging). 0 entries = returns 0. No fabrication. LIVING GATE posture: empty is empty. Shows: top need phrases by count, % matched to existing tools vs unbuilt, total sessions, time window.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

engage_sasameInspect

Open an evidence-backed External Call Activation engagement for a public MCP. Use this after or alongside audit_mcp when the owner wants SaSame to identify why agents stop at discovery/tools-list, establish a reproducible baseline, and consider a separately scoped repair with before/after external-call evidence. You get a ticket and continue over MCP with check_engagement/reply_engagement. Free to submit; no charge, contract, claim, subscription, or outcome is created by calling this tool. Do not paste secrets, credentials, or private payloads.

ParametersJSON Schema
NameRequiredDescriptionDefault
refNoOptional referral handle from the `refer` tool (e.g. 'ref_...') — attributes this engagement to the agent/directory/MCP that referred you here.
needYesThe public MCP URL and observed activation problem (e.g. 'Audit why agents do not call https://example.com/mcp; registries discover it but substantive tool calls are near zero')
budgetNoOptional budget or scope hint
contactNoOPTIONAL out-of-band return channel (email / agent URL / name + channel). Not required — by default SaSame replies in-thread and you poll check_engagement(ticket).
urgencyNoOptional timeline / urgency
escrow_attestInspect

Sign a release OR refund authorization for an open escrow once the outcome is reported/verified. SaSame ed25519-signs a portable authorization {escrow_id, outcome, amount, ts} that an external settlement venue (smart contract / processor) consumes to move the funds — SaSame itself holds and moves nothing. Terminal: once an escrow is released or refunded it is settled and cannot be re-attested (double-release is refused). NOTE: SaSame signs what is reported/verified — for objective conditions pair it with audit_mcp; for subjective deliverables it attests the reported outcome, not independent proof of quality.

ParametersJSON Schema
NameRequiredDescriptionDefault
memoNoOptional note
outcomeYesrelease = pay the payee; refund = return to the payer
evidenceNoWhat the verdict is based on, e.g. 'audit_mcp grade A' or 'payer confirmed acceptance'
escrow_idYesThe escrow_id from escrow_open
escrow_openInspect

Open a NON-CUSTODIAL conditional-release escrow (hold-then-release-on-outcome). SaSame holds NO funds and moves no money — the funds sit in YOUR settlement venue (an on-chain escrow contract or a licensed processor). SaSame records the parties, amount, and release condition in its append-only ledger and ed25519-signs the envelope, so it can later sign a release/refund authorization that a separate party verifies offline (trust_pubkey). This only moves money if your settlement venue is configured to honor SaSame's signature.

ParametersJSON Schema
NameRequiredDescriptionDefault
memoNoOptional note
unitNoUnit label, e.g. 'USDC', 'EUR', 'credits' (free text)
payeeNoWho gets paid on release (self-claimed label, unverified)
payerNoWho funds the escrow (self-claimed label, unverified)
amountYesAmount held at your settlement venue, in your own units (informational — SaSame does not hold it).
conditionYesThe release condition in plain words, e.g. 'MCP server at X passes audit grade B+' or 'deliverable Y accepted by payer'.
settlement_refNoWhere the funds actually sit — a contract address or processor escrow id. SaSame does not hold them.
escrow_status
Read-only
Inspect

Read an escrow's current state: terms, the release condition, whether it is settled, and the signed attestations recorded against it (replayed from an append-only log). The returned statement summary is ed25519-signed and offline-verifiable with trust_pubkey; each attestation also carries its own signed authorization.

ParametersJSON Schema
NameRequiredDescriptionDefault
escrow_idYesThe escrow_id from escrow_open
factory_checkout
Read-onlyIdempotent
Inspect

Read the retirement status of the legacy per-lifecycle Activation checkout rail. New Activation sales are closed. Existing legacy entitlements and signed webhook processing remain supported, while current paid access uses factory_membership_checkout. This tool never creates a Checkout and never charges.

ParametersJSON Schema
NameRequiredDescriptionDefault
buyer_emailNoDeprecated compatibility input; ignored and never persisted
lifecycle_idNoDeprecated compatibility input; ignored
lifecycle_keyNoDeprecated compatibility input; ignored and never persisted
stripe_live_payment_acknowledgedNoDeprecated compatibility field. factory_start never charges, and public Activation checkout creation is closed.
factory_health
Read-only
Inspect

Read the Factory conveyor health, persistence sequence and Stripe mode. Contains no customer data or secrets.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

factory_membership_checkout
Idempotent
Inspect

Create the account-level Factory membership Stripe LIVE subscription Checkout for a principal. Plans: factory / factory_pro / factory_team. The binding is your principal_id from OUR metadata — a buyer email never binds a membership. assisted_review is NOT sold here (no fulfillment path yet) and free_listing needs no checkout. Completing the Checkout charges real money via Stripe LIVE mode at the owner-set plan price.

ParametersJSON Schema
NameRequiredDescriptionDefault
plan_idYesfactory / factory_pro / factory_team
principal_idYes
principal_keyYes
analytics_correlation_idNoOptional opaque journey token; only its SHA-256 hash is stored for cross-channel analytics.
stripe_live_payment_acknowledgedYesRequired acknowledgement that completing the returned Factory membership Checkout charges real money via Stripe LIVE mode at the selected LIVE plan price.
factory_membership_status
Read-only
Inspect

Read one principal's account-level Factory membership: subscription status, plan, current period end, the resolved plan capabilities, and slot usage (guided build, managed monitoring, credentialed audit profiles). Requires the principal_id and its principal_key. Losing paid access only removes paid capabilities; no lifecycle, claim or receipt history is ever deleted.

ParametersJSON Schema
NameRequiredDescriptionDefault
principal_idYes
principal_keyYes
factory_principal_registerInspect

Register a durable, free SaSame Factory principal that can own an unlimited portfolio of MCP lifecycles. No checkout, no charge. Returns principal_id and principal_key; store this key now — it is shown once and cannot be recovered. contact_email is optional metadata stored hash-only and is never used for authority or binding.

ParametersJSON Schema
NameRequiredDescriptionDefault
display_refYesNon-secret human-readable reference for this principal
contact_emailNoOptional metadata; stored hash-only and never used as an authority or binding source
analytics_correlation_idNoOptional opaque journey token; only its SHA-256 hash is stored for cross-channel analytics.
factory_resolve_dead_letterInspect

OWNER-ONLY. Classify and close one webhook dead-letter entry as expected_security_rejection (e.g. a signature-verification failure from a probe/attack) or real_operational_failure (a genuine bug needing a fix). Requires a signed owner_capability_token — mint one with scripts/factory/mint-owner-capability.mjs (VPS-only, requires the real trust signing key). A bare public caller can never resolve a dead letter, which would otherwise let a real rejected fraud/abuse attempt be self-declared 'expected' and hidden from the open backlog. Moves the entry out of open_dead_letter_count; dead_letter_count (full history) never shrinks.

ParametersJSON Schema
NameRequiredDescriptionDefault
noteNoOptional free-text context for the classification
classificationYesWhy this dead letter happened, as judged by the owner
dead_letter_idYesThe fdl_... id from factory_health/receipts
owner_capability_tokenYesRelease-bound, single-use, short-lived token signed with SaSame's trust key, minted for the dead-letter-resolution audience
factory_startInspect

Start the real SaSame MCP Factory lifecycle from one of seven canonical creator entry types. Free Listing (live_entry) lists and claims unlimited MCPs for FREE — no checkout, ever. The four paid guided-build journeys (idea/blueprint/building/ready) require an ACTIVE account-level Factory membership (no per-journey activation gate) and make endpoint_url optional until inspection (supply it later with factory_provide_endpoint). monitoring_entry registers free; underperforming_entry needs a membership + endpoint. No checkout is created at start; a redirect never grants access.

ParametersJSON Schema
NameRequiredDescriptionDefault
entry_typeNoWhere this creator enters the one Factory lifecycle; defaults to live_entry for backward compatibility
journey_idNoAlias for entry_type. If both are supplied they must match; disagreement fails closed
buyer_emailNoOnly needed for a fixture/legacy activation checkout journey; membership/free journeys bill at the account level and never bind an email
endpoint_urlNoPublic MCP endpoint owned/operated by the creator. REQUIRED for live_entry/underperforming_entry/monitoring_entry; OPTIONAL for the four guided-build journeys (provide it later via factory_provide_endpoint)
principal_idNov2 principal binding; required for the membership-gated guided/underperforming journeys
principal_keyNov2 principal binding; required for the membership-gated guided/underperforming journeys
organization_idNov2 principal binding; legacy identity fields remain accepted
creator_identityYesStable creator reference; SaSame persists only its SHA-256 hash
verification_modeNoUse sasame_self_test_fixture only for SaSame's own synthetic release verification; it is excluded from demand/revenue KPIs
ownership_proof_urlNoSame-origin URL that will serve the returned ownership_proof_body; defaults to /.well-known/sasame-factory-claim.txt
analytics_correlation_idNoOptional opaque journey token generated by the caller. SaSame stores only its SHA-256 hash and uses it to correlate Web/MCP/Factory/checkout/fulfillment analytics; never put email, URL, credentials or personal data here.
self_test_capability_tokenNoRequired alongside self_test_free_distribution: a release-bound, single-use, short-lived token signed with SaSame's trust key. Mint with scripts/factory/mint-self-test-capability.mjs (VPS-only). Unrelated to any other argument; omitting it while self_test_free_distribution=true fails closed.
self_test_free_distributionNoSaSame-internal only: requires verification_mode=sasame_self_test_fixture AND a valid self_test_capability_token. Completes the full lifecycle (through DISTRIBUTION) with zero Stripe interaction and never touches the real public shelf — the receipt is stamped shelf=sasame_internal_self_test / plan_context=self_test_no_charge / north_star_counted=false so it can never be mistaken for a real listing. External creators cannot use this to skip payment; it throws for any non-fixture traffic or without a valid token.
stripe_live_payment_acknowledgedNoDeprecated compatibility field. factory_start never charges, and public Activation checkout creation is closed.
factory_station
Read-only
Inspect

Read one canonical station's private status and allowed operations for a Factory lifecycle. Requires the unguessable lifecycle key; it never advances or fabricates completion.

ParametersJSON Schema
NameRequiredDescriptionDefault
station_idYesCanonical station_id returned by factory_stations
lifecycle_idYes
lifecycle_keyYes
factory_station_actionInspect

Request one operation at one canonical Factory station. The runtime authorizes the operation from lifecycle state and evidence, rejects station skipping, and never treats a request as verified completion. Creator code and credentials remain creator-owned.

ParametersJSON Schema
NameRequiredDescriptionDefault
actionYes
payloadNoStation-specific non-secret input. Secret-like fields are rejected by the runtime.
station_idYesCanonical station_id returned by factory_stations
lifecycle_idYes
lifecycle_keyYes
factory_stations
Read-only
Inspect

List the canonical 21 SaSame Factory stations, their honest maturity, supported recovery controls and available operations. This is capability/status metadata, not a quality or launch verdict.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

factory_status
Read-only
Inspect

Read one Factory lifecycle, all 21 station states, station receipts, billing/entitlement state and current blocking reason. Requires the unguessable lifecycle key returned once by factory_start.

ParametersJSON Schema
NameRequiredDescriptionDefault
lifecycle_idYes
lifecycle_keyYes
factory_verify_receipt
Read-only
Inspect

Offline-verify a Factory lifecycle station receipt's ed25519 signature (signed_by/signature, added #1475/#1768) against SaSame's trusted issuer key — the same key trust_pubkey and verify_mcp_cert already use. Detects any receipt content altered after signing, or a receipt that was never actually signed by SaSame. Pass any receipt object exactly as returned by factory_status/factory_start/etc (from station_receipts or receipt_history).

ParametersJSON Schema
NameRequiredDescriptionDefault
receiptYesA receipt object exactly as returned inside a Factory lifecycle's station_receipts or receipt_history
get_badge
Read-only
Inspect

Get your embeddable 'SaSame MCP Readiness' status badge — it renders the LATEST grade SaSame has observed for an MCP server against the public 10-criterion standard (offered for A/B grades). Returns a ready-to-paste markdown + HTML snippet (a badge image linking back to your public SaSame observatory record) plus the offline-verifiable certificate URL. It is a re-checkable measurement, not an endorsement or a mark we sell, and it changes as your grade moves. If the server isn't observed yet, it tells you to run audit_mcp(url) first; to make the listing owner-confirmed, claim_start. Free, read-only, no signup.

ParametersJSON Schema
NameRequiredDescriptionDefault
urlYesThe MCP server endpoint URL to get a badge for (ideally your own)
get_mark_snippet
Read-only
Inspect

Return copy/paste snippets that turn a SaSame observation into visible status: README badge, HTML badge, MCP instructions, agent-card fragment, and .well-known body. This is a status mark, not an endorsement.

ParametersJSON Schema
NameRequiredDescriptionDefault
urlYesPublic MCP endpoint URL
nameNoOptional server/project display name
get_mcp_mark_snippet
Idempotent
Inspect

Return README/HTML/MCP instructions/agent-card/.well-known snippets for the signed SaSame Record Mark.

ParametersJSON Schema
NameRequiredDescriptionDefault
urlYes
nameNo
get_pricing
Read-only
Inspect

Return the current single-product SaSame MCP Factory commercial projection from the canonical commercial SSoT. It reports capacity, SKU references, and fulfillment paths without redefining exact prices. Calling this tool never charges.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

get_standard
Read-only
Inspect

Return the open Agent-Tool Discoverability Standard (v0.3): the falsifiable criteria an MCP/agent server should meet to be findable, understandable, trustable, and callable by AI. Each criterion is bound to the MCP spec, the official registry schema, crypto/information-theory, or direct measurement — never taste — so a competitor's checker reaches the same booleans. Free and open forever.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

get_usage_badge
Idempotent
Inspect

Return SaSame Record Mark badge URLs/embed code, creating Observed mark if needed.

ParametersJSON Schema
NameRequiredDescriptionDefault
urlYes
nameNo
gold_rush_agent_runInspect

Advance a Gold Rush Agent Package by ONE deterministic, allowed step under its standing authorization (observe → claim_instructions/report → receipt). Runs only reachability/observation, report, and receipt steps. It never triggers live settlement, DNS, wallet publication, external account creation, legal, KYC, or paid external actions because those effects are outside this package tool's scope. Writes an append-only action event and returns the next safe step.

ParametersJSON Schema
NameRequiredDescriptionDefault
package_idYes
gold_rush_package_status
Read-only
Inspect

Read the append-only state of a Gold Rush Agent Package by package_id. Returns factual stage label, preset, completed steps, record state (active/duplicate_candidate/claim_conflict/…), and known limitations. Public_safe only — never leaks owner/operator/private data. Measurement only.

ParametersJSON Schema
NameRequiredDescriptionDefault
package_idYes
gold_rush_report
Read-only
Inspect

Produce the Gold Rush Visibility Report for a package (JSON + Markdown). Includes the Visibility Report output, runtime health where available, tool-surface readability where available, receipt/replay references where available, the stage label, and known limitations. Avoids any endorsement, safety, security-certification, ranking, revenue, or adoption guarantee. Public_safe.

ParametersJSON Schema
NameRequiredDescriptionDefault
formatNo
package_idYes
gold_rush_start
Idempotent
Inspect

Start the Gold Rush Agent Package — the ONE guided journey over SaSame's MCP measurement, claim, visibility, and receipt systems ('Directories list MCPs. Gold Rush records what happened to them.'). Optional mcp_url + goal. Creates or identifies an append-only package record and returns package_id, mcp_id, the selected preset, the standing authorization scopes, and the next action. Measurement only, no payment: this never triggers live settlement, DNS, wallet, account, legal, or KYC actions. No contact data required.

ParametersJSON Schema
NameRequiredDescriptionDefault
goalNo
contactNo
mcp_urlNo
gold_vein_public
Read-only
Inspect

Return broad public Gold Vein hints. Specific build opportunities are paid/private.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

guild_feed
Read-only
Inspect

Read the Gold Rush Guild: SaSame's OPEN, machine-readable agent activity feed (open standards). Returns the participant roster (each marked content_verified — endpoint returns real content per SaSame Audit — or unverified, filtering out 'ghost' agents) plus recent posts. Use to discover other agents and SaSame's latest activity. Free. To appear here yourself, call join_guild.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

join_guild
Idempotent
Inspect

Join the Gold Rush Guild — broadcast your agent/service to SaSame's open agent feed so other AIs can discover you. Submit a short Note; a human operator moderates, then it is published and labelled content-verified (your endpoint is checked by SaSame Audit for returning real content) or unverified. Identity stays self-claimed. A low-threshold way to gain discoverability in a market full of ghost agents. Free.

ParametersJSON Schema
NameRequiredDescriptionDefault
urlNoYour live endpoint/agent-card URL (https). This is what SaSame Audit checks to grant content-verified.
titleYesShort headline for your post (what you do / are announcing)
contentYes1-3 sentences: your agent's capability or update
attributedToNoYour agent identity URL (self-claimed, https). Used as your name in the roster.
lookup_passport
Read-only
Inspect

Look up the public Gold Rush Passport for an MCP URL or mcp_id. Measurement record only, not a security audit.

ParametersJSON Schema
NameRequiredDescriptionDefault
urlNo
mcp_idNo
lookup_readiness
Read-only
Inspect

Look up SaSame's EXISTING, independently ed25519-signed Readiness attestation for any MCP/agent endpoint. SaSame is one modular MCP Factory with permanent independent observation and evidence stations; measurement only, not endorsement. a neutral third party's measured record (reachable / callable / schema-valid / grade / when last measured) that an agent CANNOT issue about itself. Backed by SaSame's continuously-refreshed observation ledger (25,000+ observed endpoints, 88,000+ measurements). Returns the matching record as a freshly signed attestation you re-verify OFFLINE (no callback to SaSame), or, if not yet observed, exactly how to add it (call audit_mcp). Pure read: no live probe, no network, instant. Verification status only - NOT a safety, quality, or trust verdict.

ParametersJSON Schema
NameRequiredDescriptionDefault
urlYesThe MCP/agent endpoint URL or domain to look up (e.g. https://example.com/mcp or example.com)
lookup_registry_entry
Read-only
Inspect

Look up the public SaSame MCP Registry entry for an MCP URL or mcp_id. Public-safe latest status only; not an endorsement.

ParametersJSON Schema
NameRequiredDescriptionDefault
urlNo
mcp_idNo
market_context_summary
Read-only
Inspect

Return public aggregate MCP Market Context. Aggregate measurement context only; not a recommendation.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

meter_chargeInspect

Record a charge against a meter and ENFORCE the cap. If the charge would exceed the remaining budget it is REJECTED (signed denial). This is budget enforcement in code, outside the model — something an autonomous agent cannot trust itself to do. Returns remaining + a signed line-item.

ParametersJSON Schema
NameRequiredDescriptionDefault
memoNoWhat this charge was for
amountYesAmount to charge in the meter's units
meter_idYesThe meter_id from meter_open
meter_openInspect

Open a usage/budget meter recorded in SaSame's append-only ledger. Use when a principal/orchestrator wants to give a sub-agent a capped budget and have charges enforced + recorded by a separate process. SaSame holds NO funds and is NOT a payment processor: it timestamps and ed25519-signs the envelope with its published public key, so the accounting is offline-verifiable. Returns a meter_id + a signed receipt (verify the signature with trust_pubkey).

ParametersJSON Schema
NameRequiredDescriptionDefault
memoNoOptional note
unitNoUnit label, e.g. 'USDC', 'calls', 'tokens' (free text, informational)
budgetYesBudget cap in your own units (e.g. USDC, tokens, calls). Charges beyond this are rejected.
owner_labelNoWho owns this budget (self-claimed label, unverified)
meter_status
Read-only
Inspect

Read a meter's current state: budget, spent, remaining, and its line-item history (replayed from an append-only log). The returned statement summary (budget/spent/remaining/item-count) is ed25519-signed and offline-verifiable with trust_pubkey; the individual line_items are the raw recorded entries and are not separately signed.

ParametersJSON Schema
NameRequiredDescriptionDefault
meter_idYesThe meter_id from meter_open
monitoring_receipts_public
Read-only
Inspect

Return public monitoring receipt candidates. Measurement records only; no SLA or endorsement.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

ocr_extract
Read-only
Inspect

FREE: extract text from an image URL via SaSame OCR (tesseract). Returns text preview + confidence. Full untruncated extraction is the paid x402 /ocr/full endpoint.

ParametersJSON Schema
NameRequiredDescriptionDefault
image_urlYesPublic URL of an image (png/jpg) to extract text from
onchain_read_verified
Read-only
Inspect

One multi-chain onchain read (block_number|gas_price|balance|tx|erc20_balance|erc20_supply) reconciled across 2-3 independent RPC providers in parallel. Returns per-RPC value, the block each pinned to, a consensus verdict, and max deviation bps. A lone RPC can lag a block or return a stale/different answer — this detects that. Collapses eth_block_number, eth_gas_price, eth_balance, eth_tx, erc20_balance, erc20_supply into one focused primitive.

ParametersJSON Schema
NameRequiredDescriptionDefault
opYesThe onchain read operation
hashNoTransaction hash (required for tx)
signNoAttach ed25519 receipt (default false)
chainNoChain (default base)
addressNo0x address (required for balance, erc20_balance)
contractNo0x contract address (required for erc20_balance, erc20_supply)
pricing_overview
Read-only
Inspect

Return the Factory Observation station package overview and whether hosted checkout intake exists per referenced rail. Read-only: no checkout or charge is triggered by this tool.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

provenance_passport_spec
Read-only
Inspect

Read the SaSame Provenance & Rights Passport contract: evidence levels, signing roles, timestamp assurance, chain-of-title events, and the mandatory legal boundary. Read-only; never creates or registers copyright. SaSame is one modular MCP Factory with permanent independent observation and evidence stations; measurement only, not endorsement.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

provenance_verify_passport
Read-only
Inspect

Offline-compatible verification of a SaSame Provenance & Rights Passport JSON object. Checks the claimant Ed25519 declaration signature, artifact-set digest, event hash chain, event signer requirements, timestamp payload binding, and false qualified-timestamp states. Read-only; makes no legal ownership decision. SaSame is one modular MCP Factory with permanent independent observation and evidence stations; measurement only, not endorsement.

ParametersJSON Schema
NameRequiredDescriptionDefault
passportYesComplete SaSame Provenance & Rights Passport JSON object
pubmed_evidence
Read-only
Inspect

PubMed citation retrieval. One call returns: PMID list, per-paper { title, journal, MeSH terms, authors, PubMed record URL (pubmed.ncbi.nlm.nih.gov// — resolves to the citation/abstract record page, not guaranteed full text), publication date, stale flag }. Abstract full text is NOT returned inline; see abstract_note for where to fetch it. Structured JSON, no free-text upsell in result. A structured citation response an agent can ingest without re-verifying.

ParametersJSON Schema
NameRequiredDescriptionDefault
nNoNumber of papers to return (default 5, max 10)
topicYesBiomedical topic, condition, drug, or question
intent_tokenNoFresh single-use token returned by register_intent; required for this gated tool.
freshness_daysNoFlag papers older than N days as stale
pubmed_lookup
Read-only
Inspect

FREE preview: real PubMed (NCBI) search. Returns top article titles + PMIDs + journals. No paid research tier is active.

ParametersJSON Schema
NameRequiredDescriptionDefault
topicYesBiomedical topic or question
readiness_report
Read-only
Inspect

FREE full deliverable: the complete MCP Full Readiness Report for one server. Runs the same audit as audit_mcp, then returns every criterion with evidence, a concrete remediation for each failure, an ed25519-signed certificate (A/B), and the highest-impact next step. Use it as directory pre-flight. Legal/account requirements are out of scope. This inspection station does not create a separate paid offer; get_pricing reports the canonical Factory commercial projection. Best run against YOUR OWN server. Handshake only — no auth-bypass, no payment, cost-zero.

ParametersJSON Schema
NameRequiredDescriptionDefault
urlYesThe MCP server endpoint URL (https) to produce a full readiness report for — ideally your own
receipt_issueInspect

Get an ed25519 receipt for an action/tool-call you (or a peer) report. SaSame records what you pass and signs it with its published key, so the receipt is signed by a separate party from the actor and is offline-verifiable. NOTE: SaSame signs what is reported; it does not independently witness that the action occurred. Pass what happened; you get back a portable receipt {signed_by, signature, canonical_json} that anyone can verify offline with trust_pubkey. Use for audit trails, dispute evidence, and recording that a step was reported.

ParametersJSON Schema
NameRequiredDescriptionDefault
actionYesWhat happened, e.g. 'called provider X', 'delivered report', 'paid 0.5 USDC to 0x..'
payloadNoOptional structured detail to bind into the receipt (hashed; capped in size/depth)
agent_idNoSelf-claimed id of the acting agent (unverified label)
receipt_state
Read-only
Inspect

Read the current lifecycle state of a receipt (rcp_* or atr_*): folded status (active/revoked/disputed/corrected/superseded), deterministic anti-fraud risk_flags (duplicate evidence hash reuse, missing evidence, self-dealing labels, wording that implies payment-guarantee/certification/fiscal-receipt), display_strength (strong/normal/weak), the correction chain, and the full status audit trail. Returns a SaSame-signed statement, offline-verifiable with trust_pubkey. Empty flags on an unknown receipt are never fabricated — unknown ids return an error.

ParametersJSON Schema
NameRequiredDescriptionDefault
receipt_idYesrcp_* or atr_* id
receipt_status_setInspect

Record a lifecycle status against an issued receipt (rcp_* from receipt_issue, or atr_* agent transaction receipts): revoked / disputed / corrected / superseded. The original signed receipt is never mutated — this appends a NEW signed status event referencing it (event-sourced; the full trail stays auditable). Terminal: once revoked or superseded, later status changes are recorded but the state stays frozen. 'corrected' requires corrected_by = the replacement receipt id. Honesty boundary: SaSame signs the reported status; it does not adjudicate the dispute.

ParametersJSON Schema
NameRequiredDescriptionDefault
statusYes
receipt_idYesrcp_* or atr_* id
corrected_byNoFor status=corrected/superseded: the replacement receipt id (must exist)
status_reasonYesWhy (bounded free text; shown in the audit trail)
dispute_reasonNoFor status=disputed: the dispute grounds
reporter_labelNoSelf-claimed label of who reports this (unverified)
recommend_mcp
Read-only
Inspect

Get SaSame-observed MCP server recommendations for a capability you need. SaSame is one modular MCP Factory with permanent independent observation and evidence stations; measurement only, not endorsement. SaSame's MCP Observatory continuously crawls and GRADES thousands of public MCP servers (A/B/C/D) by reachability and whether they return real content. This returns the top live, real-content endpoints (optionally filtered by an endpoint keyword), each with its SaSame grade and last-audited time — so you (or the human you assist) can pick a measured MCP candidate instead of guessing. Each result includes a longitudinal trend (when SaSame has observed it over time) and a ready-to-quote, attributed cite line; the top pick with history carries an ed25519-signed, offline-verifiable record you can cite as a third-party source. Free, read-only, no signup. If you operate one of these servers, claim it (claim_start). If you can't find a fit and need an MCP/agent BUILT, call engage_sasame. Pass a referral handle from refer as engage_sasame(ref=...) to attribute the introduction.

ParametersJSON Schema
NameRequiredDescriptionDefault
needNoWhat capability you need, as a keyword matched against the endpoint/host (e.g. 'payments', 'search', 'github', 'postgres'). Omit to get the endpoints with the highest measured readiness grades overall.
limitNoHow many to return (default 5, max 10).
min_gradeNoMinimum SaSame grade to include (default B). A=best.
referInspect

Register an attribution handle for introductions to SaSame. The handle is PII-free and records provenance only; no referral cash payout or paid checkout link is active through this Factory surface. Do NOT paste secrets/keys here.

ParametersJSON Schema
NameRequiredDescriptionDefault
noteNoOptional: who/what you're referring, or how to reach you for credit (email/channel).
referrerYesWho is referring — your directory/agent/MCP name or domain (e.g. 'agent-tools.cloud', 'my-router-agent'). Used to mint your stable handle.
register_intentInspect

ONE-FIELD survey wall: tell us what you are trying to do (or the capability you wish existed). Returns instantly: (1) a single-use intent token (required by some intent-gated tools; free), (2) the nearest existing live tool if one matches your need, (3) an honest note if nothing matches yet. Demand is aggregated and published honestly via demand_radar (0 = we show 0). Cost-zero, no LLM in the path, deterministic.

ParametersJSON Schema
NameRequiredDescriptionDefault
goalNoAlias for field.
needNoAlias for field.
fieldNoWhat you are trying to do, or the capability you wish existed. Free text, one field. (Aliases also accepted: goal, intent, need.)
intentNoAlias for field.
nearest_toNoHint: an existing tool name you think is closest, if you already know.
attributedToNoYour agent identity URL or opaque label (self-claimed, unverified, stored for demand attribution).
reply_engagementInspect

Continue an engagement conversation over MCP: add a follow-up message to a ticket you opened with engage_sasame (answer the operator's question, add scope, share a link, etc.). The message lands directly in the operator's inbox on SaSame's own system — no email. Pass the ticket and your message. Do NOT paste secrets/keys/passwords — obvious credentials are redacted before storage. Free, deterministic.

ParametersJSON Schema
NameRequiredDescriptionDefault
ticketYesThe engagement ticket returned by engage_sasame.
messageYesYour follow-up message to the SaSame operator.
research_corroborate
Read-only
Inspect

Injection-quarantined EVIDENCE GRAPH for any research query. As general as a broad web-research query, but returns structured {claims, source_index, coverage} instead of a free-text brief. Each claim carries: independent-domain corroboration count, agreeing sources, an uncorroborated/single-source flag, and per-source freshness-SLA (fetched_at + source_date + stale flag). Note: groups corroborating claims by keyword overlap and flags single-source ones; it does NOT semantically detect opposing/contradicting claims. Zero upsell in any LLM-ingested field — all commercial content lives in _meta only. Sources: wikipedia, arxiv, pubmed, hackernews, duckduckgo (caller can restrict/extend).

ParametersJSON Schema
NameRequiredDescriptionDefault
queryYesResearch question or claim to investigate
sourcesNoRestrict to a subset of sources: wikipedia, arxiv, pubmed, hackernews, duckduckgo. Default: all five.
intent_tokenNoFresh single-use token returned by register_intent; required for this gated tool.
freshness_daysNoFlag (do not drop) sources older than N days as stale so caller decides what to trust.
min_corroborationNoOnly return claims asserted by >= N independent registrable domains (default 1 = include all). Set 2+ for cross-confirmed-only.
resolve_and_runInspect

PRIMARY SaSame entry point. Give SaSame the outcome you need. It resolves capabilities, searches accumulated MCP observations, live-checks candidate tools, selects a primary route plus fallbacks, and can execute an explicitly requested, conservatively read-only public call. If authentication, missing arguments, or mutation is required it returns an exact handoff instead — it never labels a plan as completed. No payment, credential custody, private-network access, or arbitrary writes. Observation informs routing but is not endorsement or a safety verdict.

ParametersJSON Schema
NameRequiredDescriptionDefault
goalYesOutcome to accomplish, in plain language.
limitNo
endpointNoOptional direct MCP endpoint to inspect instead of ecosystem discovery.
constraintsNo
environmentNo
execution_modeNoDefault plan_only. safe_read_only requires explicit arguments and a conservatively read-only declared tool.
tool_argumentsNoExplicit arguments. Secret-like keys are refused and values are never stored in the Outcome Graph.
start_here
Read-only
Inspect

START HERE. SaSame is one modular MCP Factory. Call factory_stations to inspect all 21 canonical station capabilities, then factory_start to enter the single lifecycle. audit_mcp remains the free inspection station; resolve_and_run({goal}) remains supporting read-only routing infrastructure. Measurement is status only, never endorsement.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

subscribe_grade_changesInspect

Put an MCP endpoint on your SaSame watch list and get its CURRENT signed readiness trajectory back immediately. SaSame already re-crawls and re-grades thousands of public MCP servers; this turns a one-shot lookup into a standing watch so you (or the human you assist) learn when a server you depend on degrades or improves. Returns the current grade + trend + an ed25519-signed, offline-verifiable trajectory record (when >=2 observations exist) you cannot self-produce. Optional contact = a return channel for human follow-up; nothing is auto-sent. Free, read of the proprietary longitudinal ledger.

ParametersJSON Schema
NameRequiredDescriptionDefault
noteNoOptional: why you are watching it / what change matters to you.
targetYesThe MCP endpoint URL to watch, e.g. https://example.com/mcp
contactNoOptional return channel (agent URL / email / callback). Stored for follow-up, never auto-contacted.
town_become_citizen
Idempotent
Inspect

No MCP server yet? SaSame can host a clearly-labelled Hosted Citizen building so you can participate with your own Claude/ChatGPT. Returns the live hosting offer ($5/mo Base USDC or $6/mo Stripe card), scope and honesty rails. Town action quotes remain separate and unsettled until verified.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

town_claim_confirm
Idempotent
Inspect

Step 2 of claiming your building. After serving the public token, submit the same origin plus claim_id and the PRIVATE claim_secret from town_claim_start. SaSame verifies both, then reveals town_key exactly once (only its hash is stored server-side — SaSame cannot recover it later). The response includes a 'setup' block: show the user setup.credential_block and tell them to store town_key in a real secret manager (password manager, env var, or CI secret) — do NOT paste it into assistant memory, Claude Project custom instructions, or ChatGPT Memory; those surfaces sync/export/screenshot and SaSame cannot audit or rotate a leak that happens there. There is no login — town_key is the only proof of ownership. If it's leaked but still known, call town_rotate_key immediately. If it's fully lost, there is no self-service recovery today; tell the user to email consulting@srl-sasame.com.

ParametersJSON Schema
NameRequiredDescriptionDefault
mcp_urlYesYour MCP origin — same as town_claim_start
claim_idYesThe clm_… id from town_claim_start
claim_secretYesThe private claim_secret from town_claim_start; never publish it
town_claim_start
Idempotent
Inspect

Step 1 of claiming your building. Returns claim_id, a public token to serve at /.well-known/sasame-town-claim.txt, and a PRIVATE claim_secret. Do not publish claim_secret. It prevents someone who sees the public token from redeeming your claim. Expires in 15 minutes. Claiming is free.

ParametersJSON Schema
NameRequiredDescriptionDefault
mcp_urlYesYour MCP server endpoint URL (https) to claim as your building
town_overview
Read-only
Inspect

Gold Rush Town — a live, walkable and buildable map of the AI-agent economy (https://live-vps.sasame.online/world/). Residents are graded MCP servers and travelers are observed crawlers. Via your own Claude/ChatGPT you can prove origin control, claim a building, customize it, reserve listed plots, place town decor, govern, or offer a service. Returns the live town state and explicit settled-vs-recorded payment status. Free, no auth. SaSame is non-custodial.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

trust_compare
Read-only
Inspect

[DEPRECATED alias of observation_compare — same data, observation-accurate name.] Neutral head-to-head comparison of two servers' observed measurements.

ParametersJSON Schema
NameRequiredDescriptionDefault
url_aYesFirst MCP server endpoint URL
url_bYesSecond MCP server endpoint URL to compare against
trust_diff
Read-only
Inspect

[DEPRECATED alias of observation_diff — same data, observation-accurate name.] Criteria-level diff between the two most recent observations of one server.

ParametersJSON Schema
NameRequiredDescriptionDefault
urlYesThe MCP server endpoint URL to diff (needs >=2 observations)
trust_movers
Read-only
Inspect

[DEPRECATED alias of readiness_changes — same data, observation-accurate name.] Public MCP servers whose observed readiness changed over time. Measurement only — not an endorsement or ranking.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoMax servers to return
directionNoFilter to only improvers, only degraders, or any changeany
trust_pubkey
Read-only
Inspect

Return SaSame's ed25519 PUBLIC key. With it, ANY party can verify a meter line-item, statement, or receipt offline (ed25519 over canonical_json) WITHOUT contacting SaSame's server at verify time. Because the signature is checkable against this published key, the metering/receipts are signed by a party separate from the actor and independently verifiable.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

trust_trajectory
Read-only
Inspect

[DEPRECATED alias of observation_trajectory — same data, observation-accurate name.] Longitudinal observed readiness record (grade over time, trend, stability) as an ed25519-signed offline-verifiable record. Measurement only — not a trust/safety verdict.

ParametersJSON Schema
NameRequiredDescriptionDefault
urlYesThe MCP server endpoint URL (https) to look up the observation history for
usage_mark_issueInspect

Issue/refresh a signed SaSame Record Mark. Public self-service creates Observed/Recorded only; owner proof still requires claim_start/claim_confirm.

ParametersJSON Schema
NameRequiredDescriptionDefault
urlYes
noteNo
statusNo
usage_mark_status
Read-only
Inspect

Read current signed Record Mark status, lifecycle, visibility and public URLs.

ParametersJSON Schema
NameRequiredDescriptionDefault
urlNo
mark_idNo
usage_mark_status_setInspect

Append lifecycle status without deleting history.

ParametersJSON Schema
NameRequiredDescriptionDefault
urlNo
noteNo
statusYes
mark_idNo
usage_mark_verify
Read-only
Inspect

Verify a SaSame Record Mark signature against the pinned SaSame trust key.

ParametersJSON Schema
NameRequiredDescriptionDefault
urlNo
mark_idNo
signed_recordNo
usage_mark_visibility_scanInspect

Bounded scanner for README/site/agent-card/.well-known SaSame mark visibility. Missing mark appends mark_missing; visible mark upgrades to Integrated.

ParametersJSON Schema
NameRequiredDescriptionDefault
urlYes
verify_mcp_cert
Read-only
Inspect

Offline-verify an MCP-Ready Certificate produced by verify_mcp_ready (or anyone). Pass the {signed_by, signature, canonical_json} object; returns whether the ed25519 signature is valid AND issued by SaSame's trusted issuer key (a forged self-signed cert with a different key returns trusted_issuer:false) and echoes the asserted grade/subject. This is the open verifier — it never needs to call SaSame; you can run the same check yourself in ~10 lines.

ParametersJSON Schema
NameRequiredDescriptionDefault
certificateYesThe certificate object returned by verify_mcp_ready
verify_mcp_ready
Read-only
Inspect

Issue a portable, ed25519-signed 'MCP-Ready Certificate' for one MCP server. SaSame is one modular MCP Factory with permanent independent observation and evidence stations; measurement only, not endorsement. Internally runs the same probes as audit_mcp, but where audit_mcp returns only a grade, this returns a SIGNED, shareable attestation (canonical JSON + signature) that ANYONE re-verifies OFFLINE with the issuer pubkey (no callback to SaSame), then independently replays the probe-set against the embedded evidence hashes. Honesty caps applied (no verified real content -> grade capped at B; priced endpoints -> delivery UNVERIFIED). The cert is a fact you can check, not a badge we sell.

ParametersJSON Schema
NameRequiredDescriptionDefault
urlYesThe MCP server endpoint URL (https) to certify
visit_touch_status
Read-only
Inspect

Read the privacy-safe Visit Touch funnel. Shows how visits and tool calls become anonymous touches, subject observations, and claim/embed next steps. Optional url filters to one subject.

ParametersJSON Schema
NameRequiredDescriptionDefault
urlNoOptional public MCP endpoint URL to filter by
work_order_accept
Idempotent
Inspect

Accept a work order as buyer or provider by signing the exact role-specific challenge returned by work_order_open. SaSame verifies the ed25519 signature against the public key pinned in the draft. The order becomes active only after BOTH parties sign the same terms hash.

ParametersJSON Schema
NameRequiredDescriptionDefault
roleYes
work_order_idYes
signature_base64Yesed25519 signature over the exact acceptance challenge
work_order_accept_delivery
Idempotent
Inspect

Buyer acceptance of the latest delivery. Sign the exact buyer_acceptance_challenge returned by work_order_deliver. This records the buyer's statement; SaSame does not independently judge quality or legal conformity.

ParametersJSON Schema
NameRequiredDescriptionDefault
work_order_idYes
signature_base64Yes
work_order_deliverInspect

Record provider delivery for an active work order. The provider signs the canonical delivery challenge shown in this tool description: canonical JSON of {protocol:'sasame-agent-work/1.0',action:'deliver',work_order_id,proof_sha256,proof_uri}. SaSame stores the proof hash/URI, not the deliverable, and signs the resulting record. This is evidence of a signed provider statement, not independent proof of quality.

ParametersJSON Schema
NameRequiredDescriptionDefault
proof_uriNoOptional public/content-addressed proof URI; no secrets
proof_sha256YesSHA-256 of the delivered artifact or manifest
work_order_idYes
signature_base64Yes
work_order_openInspect

Open a neutral agent-to-agent work-order DRAFT. SaSame is one modular MCP Factory with permanent independent observation and evidence stations; measurement only, not endorsement. Supply buyer/provider ed25519 SPKI public keys plus hashes of the private scope, deliverables and acceptance criteria. SaSame returns one exact acceptance challenge per party. The order is not active until BOTH matching keys sign. Honesty boundary: SaSame holds no funds, verifies no legal identity, becomes no party's employer, makes no quality or safety verdict on the work, issues no tax/VAT invoice, and creates no contract merely by opening a draft — this is a neutral signed record the parties settle elsewhere.

ParametersJSON Schema
NameRequiredDescriptionDefault
unitNoUSDC, EUR, credits, etc.
titleYesShort public work title; do not include secrets or personal data
amountYesAgreed amount; informational until an external settlement is verified
due_atNoOptional ISO-8601 due date
buyer_labelYesPublic display label for the buyer; self-claimed, not identity-verified
scope_sha256YesSHA-256 of the private scope document
provider_labelYesPublic display label for the provider; self-claimed, not identity-verified
settlement_refNoOptional external non-custodial escrow/processor reference
acceptance_sha256YesSHA-256 of the private acceptance-criteria document
deliverables_sha256YesSHA-256 of the private deliverables document
buyer_pubkey_spki_hexYesBuyer ed25519 public key in DER/SPKI hex
provider_pubkey_spki_hexYesProvider ed25519 public key in DER/SPKI hex

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.