You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An MCP server that gives AI agents a full Nostr identity — not just a key pair, but a hierarchical identity tree with personas, attestations, ring signatures, encrypted DMs, and duress detection. 44 tools across 7 groups.
10
+
An MCP server that gives AI agents a full Nostr identity — not just a key pair, but a hierarchical identity tree with personas, attestations, ring signatures, encrypted DMs, and duress detection. 49 tools across 7 groups.
11
11
12
12
## The Problem
13
13
@@ -83,17 +83,22 @@ Or with a secret file (recommended):
83
83
|`identity_restore`| Re-sign migratable events under the active identity |
84
84
|`identity_migrate`| Full migration with preview, confirmation, and linkage proof |
85
85
86
-
### Social (9 tools)
86
+
### Social (14 tools)
87
87
88
88
| Tool | Description |
89
89
|------|-------------|
90
90
|`social_post`| Post a text note (kind 1) |
91
91
|`social_reply`| Reply with correct e-tag and p-tag threading |
92
92
|`social_react`| React to an event (kind 7) |
93
+
|`social_delete`| Request deletion of your event (kind 5) |
94
+
|`social_repost`| Repost/boost an event (kind 6) |
93
95
|`social_profile_get`| Fetch and parse a kind 0 profile |
94
96
|`social_profile_set`| Set profile with overwrite safety guard |
Copy file name to clipboardExpand all lines: llms-full.txt
+22-1Lines changed: 22 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
5
5
## Architecture
6
6
7
-
Single-process MCP server (stdio or HTTP transport) with 44 tools in 7 groups. All tools share a central IdentityContext that manages an LRU cache of derived identities with cryptographic zeroing on eviction.
7
+
Single-process MCP server (stdio or HTTP transport) with 49 tools in 7 groups. All tools share a central IdentityContext that manages an LRU cache of derived identities with cryptographic zeroing on eviction.
8
8
9
9
## Configuration
10
10
@@ -101,6 +101,27 @@ Reply to a Nostr event (kind 1 with e-tag and p-tag).
101
101
React to a Nostr event (kind 7). Default reaction is "+".
0 commit comments