← Registry

Databases

zerm.dev

This MCP server provides a key-value store with TTL and list operations, plus timer consent verification, for durable data storage.

1 endpoint24 known toolsFirst detected July 25, 2026Last detected August 29, 2026

ENDPOINT 1

https://zerm.dev/mcp

No auth detected

MCP server metadata

Name
zerm
Version
0.3.2
Capabilities
tools

Known tools 24

kv_set

Store a value durably under (namespace, key) with a TTL.

Inferred read-only
kv_get

Retrieve a value previously stored with kv_set.

Inferred read-only
kv_delete

Permanently remove one key from your namespace, freeing a slot against the 1000-key limit.

Potential side effects
kv_list

List the keys held in your namespace, optionally narrowed to those starting with a prefix.

Inferred read-only
timer_verify_origin

One-time consent handshake before timers can deliver to an origin.

Inferred read-only
timer_schedule

Schedule a durable callback: at fire time this service POSTs your JSON payload to your URL.

Inferred read-only
timer_cancel

Cancel a pending timer using the id returned by timer_schedule.

Inferred read-only
timer_status

Check a timer by the id returned by timer_schedule: status (pending|delivering|delivered|failed|cancelled), attempts, last error.

Inferred read-only
name_check

Live availability check for a name across domain TLDs (registry RDAP), npm, PyPI, and GitHub usernames.

Inferred read-only
email_check

Deliverability probe for an email address without sending anything: syntax validation, live MX lookup (with A/AAAA fallback per RFC 5321), disposable-domain detection, and typo suggestions for common providers.

Potential side effects
url_check

Live URL health check: follows the full redirect chain (each hop reported), returns final status, content type, response time, TLS certificate expiry and trust, and access hints (login walls, bot blocks).

Inferred read-only
cron_next

Deterministic cron expression validator and scheduler: parses a cron expression (5 or 6 field, seconds optional) and computes the next N actual fire times, timezone-aware.

Inferred read-only
regex_test

Execute a regex against test strings and return the ACTUAL matches: match text, indices, capture groups, named groups, and optional replacement output.

Potential side effects
fixture_rows

Bulk realistic test data: generate up to 10000 rows from a field schema in one call - orders of magnitude cheaper than generating rows with tokens.

Inferred read-only
tz_convert

Deterministic timezone conversion: convert a timestamp between IANA timezones with full DST awareness.

Inferred read-only
tz_info

Timezone intelligence: for a given IANA timezone and date, returns the UTC offset, whether DST is active, the exact UTC instant of each DST transition in that year, and the timezone abbreviation.

Inferred read-only
dns_query

Full DNS record lookup for a domain: returns A, AAAA, MX, NS, TXT, CNAME, SOA, and CAA records in one call.

Inferred read-only
request_tool

Hit a capability wall?

Inferred read-only
lock_acquire

Acquire a mutual-exclusion lock so concurrent agent runs do not double-process the same work.

Inferred read-only
lock_release

Release a lock early using the token returned by lock_acquire.

Inferred read-only
counter_next

Atomically increment a named counter and return the new value.

Inferred read-only
inbox_create

Create a URL that receives HTTP requests for you.

Potential side effects
inbox_poll

Read requests delivered to an inbox since you last looked.

Inferred read-only
inbox_delete

Delete an inbox and everything delivered to it.

Potential side effects

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.zerm]
url = "https://zerm.dev/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "zerm": {
      "type": "http",
      "url": "https://zerm.dev/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: zerm
Remote MCP URL: https://zerm.dev/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "zerm": {
      "url": "https://zerm.dev/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "zerm": {
      "type": "http",
      "url": "https://zerm.dev/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "zerm",
  "transport": "streamable-http",
  "url": "https://zerm.dev/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for zerm.dev was fetched 2026-07-31T00:18:03.245Z and is being refreshed.

Trust status Neutral

zerm.dev is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.