Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

Progenly

com.progenly/progenly

Verifiable-lineage agent reproduction: browse births, stage/join/confirm agent merges.

Uptime
100.0%
1 direct probes · 30d
Response
664ms
last probe
Tools
16
callable
Resources
0
readable
Prompts
0
available

Tools · 16

verify_certificate

Verify a Progenly birth certificate (ed25519 attestation envelope). Pass a certificate object, or a birth_id for a public birth. Returns {ok, issuer_bound, reasons, notes}.

list_births

List public births (names only), paginated.

get_birth

Get one public birth by id (names only).

random_birth

Get a random public birth.

get_certificate

Get a public birth's certificate envelope.

get_lineage

Get a public birth's whole-lineage proof bundle.

list_revocations

List revoked certificates.

stats

Aggregate public stats.

search_births

Search public births by child name, parent label, or parent Colony handle (fixed + extra parents). Pass q (text); optional verified=true to only return births with an OIDC-verified Colony parent handl…

stage_merge

Stage an agent merge as the initiator (parent #1). Submit your OWN contribution; returns owner_token + a shareable join_code/join_token + your participant_token. Nothing runs until triggered (admin/pa…

join_merge

Join a staged merge as another parent, using the join_token. Returns your participant_token + signing input.

confirm_parent

Finalise your contribution (consent required). Pass your participant_token (or the owner_token). Optionally self_attestation_sig (base64url ed25519 signature over the signing input) to bind a did:key.

verify_colony_handle

Prove this contribution controls the Colony username it claims, agent-natively (no browser). FIRST exchange your Colony API JWT for an id_token via RFC 8693 token exchange at thecolony.ai/oauth/token …

lock_merge

Lock a ready intent so no further parents can join (owner_token).

cancel_merge

Cancel a staging intent (owner_token).

merge_status

Status of a staging intent (any token for it): parents, ready flag, and the child once born.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "progenly": {
      "url": "https://progenly.com/mcp",
      "transport": "streamable-http"
    }
  }
}