Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

seekrit — secrets for agents

REMOTE · MCP.SEEKRIT.DEV · SCANNED AUG 3

Encrypted store for API keys and database URLs your code needs. Use them without reading them.

Available components

+38 this week 56 Trust /100

Recent critical change

Authorization (30 Jul 2026). See the changelog before you install this server.

Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score →

Endpoint Security46
Transport & Reachability100
Schema Quality & AI Usability77
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 2446 tokens (~61/item across 40 items; 40 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management13
  • Stability observed for 4 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage69
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 8% of tool parameters carry a description.Partial
Capabilities60
  • Spec-recency check failed: implements MCP spec 2025-06-18; the latest is 2026-07-28. See how to fix → Fail
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

remote · mcp.seekrit.dev

# add to Claude Code
claude mcp add --transport http dev-seekrit-remote-mcp https://mcp.seekrit.dev/mcp
# ~/.codex/config.toml
[mcp_servers.dev-seekrit-remote-mcp]
url = "https://mcp.seekrit.dev/mcp"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "dev-seekrit-remote-mcp": {
      "type": "remote",
      "url": "https://mcp.seekrit.dev/mcp",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add dev-seekrit-remote-mcp --url https://mcp.seekrit.dev/mcp --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  dev-seekrit-remote-mcp:
    url: "https://mcp.seekrit.dev/mcp"
// mcp.json
{
  "mcpServers": {
    "dev-seekrit-remote-mcp": {
      "type": "http",
      "url": "https://mcp.seekrit.dev/mcp"
    }
  }
}

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 3 Aug 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 10 to 13. That category is still filling its 30-day observation window: 3 days of observed history at the previous scan, 4 at this one. The score rises as the window fills, whether or not the server changes.

  • 1 Aug 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

  • 31 Jul 26 −2
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 +38
    • Authorization: Authorisation check failed: no authorisation is required to call this server, and it exposes a tool marked destructive (delete_secret). critical
    • Transport: unverified → pass security
    • MCP protocol: unverified → pass functional
    • Tool coverage: unverified → 100 functional
    • First check of Schema quality: fail functional
    • First check of Schema quality: excellent functional
    • First check of Schema quality: pass functional
    • First check of Tool coverage: 8 functional
  • 27 Jul 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 26 Jul 26 18

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Probed https://mcp.seekrit.dev/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=seekrit.dev CN=WE1,O=Google Trust Services,C=US 20 Jul 2026 18 Oct 2026 ECDSA 256 ECDSA-SHA256 79e0aee7c72b4f351392097028b184a3
SANs: seekrit.dev, mcp.seekrit.dev, *.mcp.seekrit.dev
CN=WE1,O=Google Trust Services,C=US (CA) CN=GTS Root R4,O=Google Trust Services LLC,C=US 13 Dec 2023 20 Feb 2029 ECDSA 256 ECDSA-SHA384 7ff31977972c224a76155d13b6d685e3
CN=GTS Root R4,O=Google Trust Services LLC,C=US (CA) CN=GlobalSign Root CA,OU=Root CA,O=GlobalSign nv-sa,C=BE 15 Nov 2023 28 Jan 2028 ECDSA 384 SHA256-RSA 7fe530bf331343bedd821610493d8a1b
DNSSEC insecure

Validation of mcp.seekrit.dev. Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
dev. present 60074 8 Verified
seekrit.dev. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication No authorisation required

The endpoint answered without asking for a token. Anyone who knows the URL can reach it.

Result No authorisation required
HTTP status 200
Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://mcp.seekrit.dev/mcp Verified 200
http (plaintext) http://mcp.seekrit.dev/mcp Inconclusive 406
MCP tools — 40 exposed · ~2,020 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
audit ~47

Read the organization's audit trail (most recent first).

NameTypeReqDescription
actionstringfilter by action, e.g. secret.updated
limitinteger
orgstring

No output schema declared.

No examples provided.

billing ~47

Show the org's plan, effective entitlements, current usage, and which upgrade actions are available. Read this if a create action was refused with a plan limit.

NameTypeReqDescription
orgstring

No output schema declared.

No examples provided.

compose_group ~61

Compose a group into an application environment (higher position wins on name clashes). Keyless.

NameTypeReqDescription
appstringyes
envstringyes
groupstringyes
orgstring
positioninteger

No output schema declared.

No examples provided.

create_app ~58

Create an application in an organization. Keyless — then create its environments on the local crypto plane (create_env mints the data key locally).

NameTypeReqDescription
namestringyes
orgstring
slugstringyes

No output schema declared.

No examples provided.

create_group ~46

Create a shared group (reusable secret bag) in an organization. Keyless.

NameTypeReqDescription
namestringyes
orgstring
slugstringyes

No output schema declared.

No examples provided.

delete_app ~46

Delete an application and all its environments/secrets. Removes ciphertext — keyless — but irreversible. Confirm intent before calling.

NameTypeReqDescription
appstringyes
orgstring

No output schema declared.

No examples provided.

delete_branch ~78

Tear down an ephemeral branch config and every value it overrode. Keyless (it removes ciphertext, never reads it), and the parent environment is untouched. Creating a branch mints a data key, so that stays on the local crypto plane.

NameTypeReqDescription
appstringyes
branchstringyes
orgstring

No output schema declared.

No examples provided.

delete_env ~51

Delete an application environment and its secrets. Removes ciphertext — keyless — but irreversible. Confirm intent before calling.

NameTypeReqDescription
appstringyes
envstringyes
orgstring

No output schema declared.

No examples provided.

delete_group ~45

Delete a group and its environments/secrets. Removes ciphertext — keyless — but irreversible. Confirm intent before calling.

NameTypeReqDescription
groupstringyes
orgstring

No output schema declared.

No examples provided.

delete_secret ~62

Delete a secret from an environment. Removes ciphertext — no key needed. Irreversible except by re-setting it (locally).

NameTypeReqDescription
appstringyes
envstringyes
namestringyes
orgstring

No output schema declared.

No examples provided.

get_started ~32

The recommended first-project recipe: what to provision here vs. encrypt locally, end to end. Call this before provisioning.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

invite_member ~53

Invite someone to the organization by email (admin only). They join at the given role once they sign in.

NameTypeReqDescription
emailstringyes
orgstring
rolestringdefault member

No output schema declared.

No examples provided.

kms_disable_key ~50

Disable a managed KMS key (blocks new operations; existing ciphertexts stay decryptable locally by grantees). Keyless.

NameTypeReqDescription
keyIdstringyes
orgstring

No output schema declared.

No examples provided.

kms_list_keys ~37

List managed KMS keys the caller can see (metadata only — key material is fetched + used locally).

NameTypeReqDescription
orgstring

No output schema declared.

No examples provided.

kms_revoke_grant ~72

Revoke a principal's grant on a managed KMS key (all versions). Keyless — the caller needs no key material to remove a grant.

NameTypeReqDescription
keyIdstringyes
orgstring
principalIdstringyes
principalTypestringyes

No output schema declared.

No examples provided.

list_apps ~21

List applications in an organization.

NameTypeReqDescription
orgstring

No output schema declared.

No examples provided.

list_branches ~62

List ephemeral branch configs (per-PR / preview environments) in an application, or of one environment. Names, parents, and expiry only — never values.

NameTypeReqDescription
appstringyes
envstring
orgstring

No output schema declared.

No examples provided.

list_env_groups ~43

List the groups composed into an application environment (precedence order).

NameTypeReqDescription
appstringyes
envstringyes
orgstring

No output schema declared.

No examples provided.

list_envs ~38

List environments of an application (names + slugs only, never values).

NameTypeReqDescription
appstringyes
orgstring

No output schema declared.

No examples provided.

list_group_envs ~35

List a group's environments (per-slug value sets).

NameTypeReqDescription
groupstringyes
orgstring

No output schema declared.

No examples provided.

list_groups ~28

List shared groups (reusable secret bags) in an organization.

NameTypeReqDescription
orgstring

No output schema declared.

No examples provided.

list_invites ~24

List pending invitations to join the organization.

NameTypeReqDescription
orgstring

No output schema declared.

No examples provided.

list_lease_targets ~32

List registered temporary-access provisioning targets (Postgres, MySQL, …).

NameTypeReqDescription
orgstring

No output schema declared.

No examples provided.

list_leases ~28

List temporary-access leases (the ledger — never secret material).

NameTypeReqDescription
orgstring

No output schema declared.

No examples provided.

list_members ~29

List organization members and their public keys (used when granting access locally).

NameTypeReqDescription
orgstring

No output schema declared.

No examples provided.

list_orgs ~16

List organizations the caller can access.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

list_secret_versions ~83

List a secret's version history: who wrote each version, when, and which ones were restores. Metadata only — never values. Pair with restore_secret to undo a bad write.

NameTypeReqDescription
appstringyes
envstringyes
limitintegerdefault 20
namestringyes
orgstring

No output schema declared.

No examples provided.

list_secrets ~58

List secret names + versions in an environment. NEVER returns values — reading a value happens on the local crypto plane (see setup_local_crypto).

NameTypeReqDescription
appstringyes
envstringyes
orgstring

No output schema declared.

No examples provided.

list_tokens ~29

List an organization's service tokens (metadata only — never the token strings).

NameTypeReqDescription
orgstring

No output schema declared.

No examples provided.

local_tool_for ~67

Given a crypto-plane operation this hosted server can't do (e.g. set_secret, create_env, run_command), return exactly how to do it locally. Use when a tool you expected is missing here.

NameTypeReqDescription
operationstringyesthe operation you wanted, e.g. set_secret

No output schema declared.

No examples provided.

rename_app ~43

Rename an application's display name (the slug is immutable). Keyless.

NameTypeReqDescription
appstringyes
namestringyes
orgstring

No output schema declared.

No examples provided.

rename_group ~43

Rename a group's display name (the slug is immutable). Keyless.

NameTypeReqDescription
groupstringyes
namestringyes
orgstring

No output schema declared.

No examples provided.

restore_secret ~94

Roll a secret back to an earlier version (see list_secret_versions). The stored ciphertext is replayed as a NEW version — history is append-only, nothing is overwritten. Keyless: no decryption happens, so this works here on the metadata plane.

NameTypeReqDescription
appstringyes
envstringyes
namestringyes
orgstring
versionintegeryes

No output schema declared.

No examples provided.

revoke_invite ~31

Revoke a pending organization invitation.

NameTypeReqDescription
inviteIdstringyes
orgstring

No output schema declared.

No examples provided.

revoke_lease ~37

Revoke a temporary-access lease now (drops the credential immediately).

NameTypeReqDescription
leaseIdstringyes
orgstring

No output schema declared.

No examples provided.

revoke_token ~55

Revoke a service token by id. Future DEK fetches stop immediately. Rotate the environment (locally) if the holder may have cached the key.

NameTypeReqDescription
orgstring
tokenIdstringyes

No output schema declared.

No examples provided.

setup_local_crypto ~66

How to run the local crypto plane (the `@seekrit/mcp` npm server, the CLI, or seekrit-run) so you can set and use secret values — with a copy-paste .mcp.json. Call this the moment you need a secret's value.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

signup ~200

Create a seekrit workspace and your own machine credential — one call, no human, no browser. Binds the credential to this session, so every other tool works on your next call with no config change and no reconnect. Save the returned clientId + clientSecret: the secret is shown once and is how you reconnect later. Call this if a tool says you have no credential.

NameTypeReqDescription
clientNamestringOptional label for this machine credential (defaults to <slug>-agent).
orgNamestringyesThe real project, product, or company this workspace is for (e.g. "Acme Storefront") — NOT a placeholder like "test" or "agent". A human will later claim the org by this name.
orgSlugstringyesURL-safe identifier derived from the project, lowercase letters/numbers/hyphens (e.g. "acme-storefront"). Throwaway slugs make the org unmanageable.

No output schema declared.

No examples provided.

uncompose_group ~49

Remove a composed group from an application environment. Keyless.

NameTypeReqDescription
appstringyes
envstringyes
groupstringyes
orgstring

No output schema declared.

No examples provided.

whoami ~24

Show the authenticated machine client and the org it can access. Call this first.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.