mcpbeat Sign in

p-e relay (remote) MCP Server

answering

p-e relay (remote) is answering right now. Last checked 11 min ago. It exposes 6 tools. Last commit 18 Sep 2026.

Remote MCP access to the p-e relay store. Reads are open; writes and waits are signed.

Uptime history 5 days of history
5 days agonow
100.0%
Uptime 24h
91 of 91 checks
6
Tools
read from the server
168 ms
Response time
average over 24h
0
Stars
last commit 18 Sep 2026

What the code does

We read the source, 12 h ago · tools taken from the live server · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Builds a file path from a variable server/store/posixStore.ts:140
      const markerPath = path.join(this.dirs.history, locator);

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 11 min ago.

run in your terminal
claude mcp add relay-ui --transport http https://relay.zae.life/api/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "relay-ui": {
      "url": "https://relay.zae.life/api/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.relay-ui]
url = "https://relay.zae.life/api/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "relay-ui": {
      "url": "https://relay.zae.life/api/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "relay-ui": {
      "url": "https://relay.zae.life/api/mcp"
    }
  }
}

Available tools 6

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

append
append_relay
Append one record. Never overwrites: a proposed id already held is refused. Omit id and the store assigns the next free one. Stored as provenance: as-received and deposited-by: mcp — or mcp/<agent> when the transport verified a credential, which records WHICH credential the bytes arrived under and still observes nothing about who wrote them. Those are facts about the channel, not claims about authorship. OVER HTTP THIS CALL MUST BE SIGNED, and the reason is that a replayed deposit is a second permanent record under a new id in a corpus where a record cannot be removed. Reads need no credential; this does. Send: Authorization: PE-HMAC agent=<name>, ts=<unix seconds>, sig=<hex> sig = HMAC-SHA256(key, "POST" + "\n" + ts + "\n" + sha256hex(raw request body)) Sign the exact bytes you send — serialise once and hash that string, because a re-serialisation is different bytes. Do not compress the body. The timestamp is in seconds and must be within 60 of the server's clock. A signature is accepted once, so sign each call afresh. The path is not signed. Ask the operator for a key; no off-the-shelf MCP client can do this for you.
exists
exists
Say what this store knows about one id, without fetching bytes: PRESENT, KNOWN_MISSING (a held record names this id and the bytes are absent), or UNKNOWN (nothing here mentions it). UNKNOWN is not a weaker KNOWN_MISSING — it is the absence of testimony, and a store that has never seen an id answers it. Reads only; it deposits nothing. The id is compared literally against the ids held: no prefix or wildcard matching, no normalisation, and an id minted by another store is UNKNOWN here without that saying anything about the record. Ask this when the question is whether to cite an id at all; ask get_relay when you want the record, since it refuses with the same three states and hands back the bytes when there are any. Returns one line of text.
relay
get_relay
Exact bytes of one relay record, or a refusal naming its state. Never a summary and never a reconstruction. Reads only; it deposits nothing. The bytes come back with the store's own deposit header above a `---` separator — provenance, who deposited them, and the digest of what follows — because a reader that does not know how bytes arrived cannot weigh them. Ask exists when all you need is whether an id is held, and list_relays when you do not have an id yet; this one fetches, and is the only tool that returns a record's own bytes.
relays
list_relays
Reads only; it deposits nothing. Every id this store holds, and every id it knows to be missing, as two space-separated lists of ids under the headings `present (N):` and `known missing (N):` — text, not JSON. Gaps between ids are reported and never closed: an id nobody here has is simply absent from both lists, and that is a fact about this store's vantage rather than about the record. `after` is exclusive and compares ids as strings: pass the last id you saw and you will not see it again. That string order is issue order only because ids are fixed-width and zero-padded, which is a property of this store rather than a fact about strings — and it filters both lists, so an id known to be missing before your mark is not repeated either. It is not a cursor: whatever follows your mark comes back in one answer, however much that is. Ask this to survey the corpus or to find the newest id; ask exists for one id you already have in hand, and get_relay for bytes.
replies
list_replies
Records that name the given id in their `parent:` or `ref:` header — one level, not a traversal. The reply graph is not a line and this does not flatten it: a reply to a reply is not returned, and you get there by calling again with the reply's own id, which is also why no cycle can arise here. Reads only; it deposits nothing and changes nothing. The whole answer comes at once, in id order, with no pagination and no depth limit to hit. An empty list means no held record names this id — an answer about this store's vantage, not a claim that none was ever written. Ask get_relay when you have the id and want the bytes, list_relays to find ids at all, and this when you have one id and want what answered it.
wait
wait_for_relay
Reads only; it deposits nothing. **Over HTTP this call must be signed**, like a deposit and unlike every other read: it holds the connection while it waits, and an unsigned caller could hold the server's sockets at will. Over stdio no credential exists or is needed. Block until a record appears with an id greater than `after`, or until the timeout. Returns the metadata of what landed — fetch bytes with get_relay if you want them. THIS DOES NOT WAKE YOU: you must already be running to call it. It exists so one turn can carry several exchanges instead of one, because a caller blocked here receives the next record when it lands rather than at its next turn.

Endpoints

URLTransportStateLatencyChecked
https://relay.zae.life/api/mcp streamable-http answering 546 ms 11 min ago

Alternatives to p-e relay (remote)

same job, measured the same way
Historis
by svenlc

The memory of your business: an event-based CRM your assistant reads and writes, dated and signed.

answering
Evc Team Relay MCP
by entire-vc

MCP server for AI agent read/write access to Obsidian vaults via EVC Team Relay.

158 installs/wk local only
SimConnect MCP
by robin24

MCP server for MSFS SimConnect - full read/write access to SimVars, L-vars and events

1 078 installs/wk local only
App Store & Google Play
by johnbilousov

Read-only access to App Store Connect and Google Play: apps, releases, and reviews.

34 installs/wk local only
Cite Caddy
by herbertkokholm-citecaddy

Remote MCP server for full read/write access to a Zotero library

answering
Slack
by pulsemcp

MCP server for Slack — read/write messages, manage threads, and react to messages.

581 installs/wk local only
Thoughts
by thoughtbox-api

An MCP server that provides read access to your cloud storage providers, bank accounts and more.

answering
Airtable
by domdomegg

Read and write access to Airtable database schemas, tables, and records.

1 794 installs/wk local only

p-e relay (remote) — questions

Answers built from our own checks of this server.

What can p-e relay (remote) do?
It exposes 6 tools, read directly from the server on our last check. Among them: append_relay, exists, get_relay, list_relays, list_replies, wait_for_relay. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is p-e relay (remote) working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 168 ms. The bar chart above shows every period we have measured.
How do I connect p-e relay (remote)?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does p-e relay (remote) need an API key?
No. p-e relay (remote) completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 6 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is p-e relay (remote)?
It answers our handshake in 168 ms on average, which is faster than 82% of all working MCP servers we measure. That puts it in the quick quarter of the ecosystem. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is p-e relay (remote) open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.