agent-feed
drift dashboard last full crawl 12m ago · next in 48m

How does the world describe this origin?

Paste a GitHub repo, an A2A wellKnownURI, or any origin. We fan out across every adapter, surface disagreements, and tell you whether anyone is authoritative.

observations
2,787
mcp-registry
500
a2a-registry
50
github-readme
2,237
paste an origin
trust planes SIGNED first-party · did:web · cryptographically attested UNSIGNED third-party observation · always tagged ≠ DIVERGES sources disagree on a field

github.com/Auctalis/nocturnusai

2 observations · 2 sources UNSIGNED · NO FEED ≠ 2 FIELDS DIVERGE
no /.well-known/agent-feed.xml · no did:web · last seen across sources 12m ago
≠ cross-source divergence — 2 fields field-level · per-source values · all rows UNSIGNED
2 fields disagree across 2 sources
no signed feed exists — there is no authoritative answer here, only photographs
all rows UNSIGNED
≠ name
github-readme
Auctalis/nocturnusai
mcp-registry
ai.nocturnus/logic-server
≠ description
github-readme
Deterministic reasoning engine for AI agent context compression. Extracts structured facts with logical inference, proof chains, and truth maintenance.
mcp-registry
Agent reasoning, memory, and token-optimized context for AI applications.
= protocolVersion
both sources
2024-11-05 — agreed
per-source observations — 2 photographs · third-party · always UNSIGNED
github-readme UNSIGNED CONFIDENCE · MEDIUM crawled 12m ago
name
Auctalis/nocturnusai
description
Deterministic reasoning engine for AI agent context compression. Extracts structured facts with logical inference, proof chains, and truth maintenance.
version
— not declared —
protocolVersion
2024-11-05
endpoints
— not declared —
source
punkpeye/awesome-mcp-servers#L1842
raw record
{
  "adapter": "github-readme",
  "observed_at": "2026-04-28T11:18:42Z",
  "source_url": "github.com/punkpeye/awesome-mcp-servers",
  "line": 1842,
  "signed": false
}
mcp-registry UNSIGNED CONFIDENCE · HIGH crawled 12m ago
name
ai.nocturnus/logic-server
description
Agent reasoning, memory, and token-optimized context for AI applications.
version
0.4.2
protocolVersion
2024-11-05
endpoints
mcp/stdio · mcp/sse
source
registry.modelcontextprotocol.io/ai.nocturnus
raw record
{
  "adapter": "mcp-registry",
  "observed_at": "2026-04-28T11:18:51Z",
  "source_url": "registry.modelcontextprotocol.io/ai.nocturnus",
  "signed": false
}
↟ for the operator of this origin draft pre-filled from highest-confidence observation

Operate this origin? Make it authoritative.

DRAFT · HIGH CONFIDENCE

We pre-filled agent-feed.xml from the mcp-registry observation. Review the draft, sign with your did:web key, drop the file at /.well-known/. From the next crawl, all unsigned observations of this origin defer to your feed.

01 · install
bun add agent-feed
02 · init from corpus
--from-corpus pre-fills draft
03 · sign
did:web + Ed25519
04 · publish
drop in /.well-known/
# pre-filled from your highest-confidence observation
# review fields before signing
$ bunx agent-feed init --from-corpus github.com/Auctalis/nocturnusai

# draft agent-feed.xml — review and edit:
<feed xmlns="https://agent-feed.dev/v0" origin="did:web:nocturnus.ai">
  <name>ai.nocturnus/logic-server</name>      // from mcp-registry
  <description>Agent reasoning, memory…</description>
  <protocolVersion>2024-11-05</protocolVersion>
  <entry type="established" since="2026-04-28" />
</feed>

$ bunx agent-feed sign --key did:web:nocturnus.ai#k0
$ cp agent-feed.xml ./public/.well-known/

# on next crawl: this origin becomes authoritative.
# the github-readme name `Auctalis/nocturnusai` resolves to your declared name.