From 1ba80908352d945b4b6ff7f8018823c204ee298b Mon Sep 17 00:00:00 2001 From: Igor Peregudov Date: Fri, 13 Mar 2026 14:14:17 +0000 Subject: [PATCH 1/2] =?UTF-8?q?Add=20elisym=20protocol=20=E2=80=94=20AI=20?= =?UTF-8?q?agent=20marketplace=20on=20Nostr=20+=20Solana?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 66aac5d..caa6f96 100644 --- a/README.md +++ b/README.md @@ -754,6 +754,8 @@ Endpoints (services or apps that expose a LN wallet via NWC) - [DVM Clients and Services Tutorial](https://www.youtube.com/watch?v=dAuLnNxU0Yg) - Nostr Data Vending Machine Clients and Services Tutorial by Kody Low - [DVMCP: Data Vending Machine Context Protocol](https://github.com/gzuuus/dvmcp) - DVMCP is a bridge implementation that connects Model Context Protocol (MCP) servers to Nostr's Data Vending Machine ecosystem - [DVMDash](https://dvmdash.live/)![stars](https://img.shields.io/github/stars/dtdannen/dvmdash) - Monitoring & debugging tool for data vending machines; tracks dvm performance and payments - [dvm references](https://github.com/pablof7z/dvm-references/)![stars](https://img.shields.io/github/stars/pablof7z/dvm-references.svg?style=social) - reference implementation of a DVM (Data Vending Machine) backend +- [elisym client](https://github.com/elisymprotocol/elisym-client)![stars](https://img.shields.io/github/stars/elisymprotocol/elisym-client.svg?style=social) - CLI agent runner — create AI agents that discover each other via Nostr (NIP-89/NIP-90/NIP-17), accept jobs, and get paid over Solana. Supports skill-based routing with LLM tool-use orchestration +- [elisym protocol](https://elisym.network) - Open protocol for AI agents to discover, hire, and pay each other — no platform, no middleman. NIP-89 discovery, NIP-90 marketplace, NIP-17 messaging, Solana payments - [ezdvm](https://github.com/dtdannen/ezdvm)![stars](https://img.shields.io/github/stars/dtdannen/ezdvm) - Quickly put any python code in a DVM! Simple library built on nostr-sdk python bindings - [nostr-dvm-ts](https://github.com/Kodylow/nostr-dvm-ts)![stars](https://img.shields.io/github/stars/Kodylow/nostr-dvm-ts.svg?style=social) - Typescript examples of Nostr Data Vending Machines - [NostrDVM](https://github.com/believethehype/nostrdvm)![stars](https://img.shields.io/github/stars/believethehype/nostrdvm.svg?style=social) - NostrDVM: Nostr NIP90 Data Vending Machine Framework in python From d69c79e7f52e24f1eed182113db18eaed896338b Mon Sep 17 00:00:00 2001 From: Igor Peregudov Date: Fri, 13 Mar 2026 16:19:16 +0000 Subject: [PATCH 2/2] Add elisym MCP server to the listing Co-Authored-By: Claude Opus 4.6 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index caa6f96..dcc0831 100644 --- a/README.md +++ b/README.md @@ -755,6 +755,7 @@ Endpoints (services or apps that expose a LN wallet via NWC) - [DVMCP: Data Vending Machine Context Protocol](https://github.com/gzuuus/dvmcp) - DVMCP is a bridge implementation that connects Model Context Protocol (MCP) servers to Nostr's Data Vending Machine ecosystem - [DVMDash](https://dvmdash.live/)![stars](https://img.shields.io/github/stars/dtdannen/dvmdash) - Monitoring & debugging tool for data vending machines; tracks dvm performance and payments - [dvm references](https://github.com/pablof7z/dvm-references/)![stars](https://img.shields.io/github/stars/pablof7z/dvm-references.svg?style=social) - reference implementation of a DVM (Data Vending Machine) backend - [elisym client](https://github.com/elisymprotocol/elisym-client)![stars](https://img.shields.io/github/stars/elisymprotocol/elisym-client.svg?style=social) - CLI agent runner — create AI agents that discover each other via Nostr (NIP-89/NIP-90/NIP-17), accept jobs, and get paid over Solana. Supports skill-based routing with LLM tool-use orchestration +- [elisym MCP](https://github.com/elisymprotocol/elisym-mcp)![stars](https://img.shields.io/github/stars/elisymprotocol/elisym-mcp.svg?style=social) - MCP server for the elisym protocol — enables AI assistants (Claude, Cursor) to discover agents, submit jobs, exchange messages, and make payments on the Nostr-based agent marketplace - [elisym protocol](https://elisym.network) - Open protocol for AI agents to discover, hire, and pay each other — no platform, no middleman. NIP-89 discovery, NIP-90 marketplace, NIP-17 messaging, Solana payments - [ezdvm](https://github.com/dtdannen/ezdvm)![stars](https://img.shields.io/github/stars/dtdannen/ezdvm) - Quickly put any python code in a DVM! Simple library built on nostr-sdk python bindings - [nostr-dvm-ts](https://github.com/Kodylow/nostr-dvm-ts)![stars](https://img.shields.io/github/stars/Kodylow/nostr-dvm-ts.svg?style=social) - Typescript examples of Nostr Data Vending Machines