From d3e53ed9b981b1d928a7517af9468ea138a38675 Mon Sep 17 00:00:00 2001 From: berkingurcan <70534820+berkingurcan@users.noreply.github.com> Date: Sun, 9 Aug 2026 01:38:16 -0700 Subject: [PATCH 1/2] Add stellar-agent-search to community skills and AI & MCP Tools MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit List the stellar-agent-search Agent Skill in the Community Skills catalog (site/src/data/skills.ts) and add a parallel entry under AI & MCP Tools in skills/standards/SKILL.md, next to Raven. stellar-agent-search is a read-only, keyless stdio MCP server (npm stellar-agent-search@0.1.0) over the canonical on-chain Stellar 8004 agent registry. It lets an AI agent discover, rank, and vet on-chain agents on Stellar mainnet via natural-language queries, with a versioned declared-evidence ranking policy and a fail-closed Reputation-contract reachability probe that verifies no reputation fields today. The /prepare-x402-call prompt lays out the x402 (USDC) flow and stops before signing — the server holds no keys. Co-Authored-By: yamancan <26391983+yamancan@users.noreply.github.com> --- site/src/data/skills.ts | 8 ++++++++ skills/standards/SKILL.md | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/site/src/data/skills.ts b/site/src/data/skills.ts index d3023c4..1578583 100644 --- a/site/src/data/skills.ts +++ b/site/src/data/skills.ts @@ -284,4 +284,12 @@ export const ECOSYSTEM_CARDS: readonly EcosystemCardSource[] = [ pathLabel: "stellarlight.xyz/scout", copyValue: "https://stellarlight.xyz/skills/stellar-scout.md", }, + { + title: "Stellar Agent Search", + description: + "Register a read-only, keyless stdio MCP server (stellar-agent-search) that lets an AI agent discover, rank, and vet on-chain Stellar 8004 agents on mainnet via natural-language queries. Covers find/rank/profile tools, declared-vs-verified reputation boundaries, self-declared x402/MPP service candidates, and the /prepare-x402-call workflow that stops before signing.", + pathLabel: "berkingurcan/stellar-agent-search", + copyValue: + "https://github.com/berkingurcan/stellar-agent-search/blob/main/skills/mcp/SKILL.md", + }, ] as const; diff --git a/skills/standards/SKILL.md b/skills/standards/SKILL.md index 029a838..862c0dd 100644 --- a/skills/standards/SKILL.md +++ b/skills/standards/SKILL.md @@ -350,6 +350,14 @@ Remote Model Context Protocol (MCP) server for AI agents. Searches Stellar docs - **Connect (Claude Code)**: `claude mcp add --transport http stellar-raven "https://raven.stellar.buzz/mcp"` - **Tools**: `search`, `execute` +#### Stellar Agent Search +Read-only, keyless stdio Model Context Protocol (MCP) server (npm `stellar-agent-search`) that lets an AI agent discover, rank, and vet on-chain [Stellar 8004](https://stellar8004.com) agents on Stellar mainnet, then prepare an x402 (USDC) call without signing. Reputation values stay declared; a bounded Reputation-contract reachability probe degrades closed rather than manufacturing a match. Remote `/mcp` endpoint not live yet — use stdio. +- **GitHub**: https://github.com/berkingurcan/stellar-agent-search +- **npm**: https://www.npmjs.com/package/stellar-agent-search +- **Connect (Claude Code)**: `npx -y stellar-agent-search@0.1.0 setup --client claude --scope user --handshake` +- **Tools**: `find_agent`, `rank_agent`, `get_agent_profile`, `list_services`, plus 9 complete-core tools +- **Companion skills**: `trionlabs/stellar-8004` (`8004stellar` reads, `x402stellar` writes) + ## Oracles #### Reflector Network From ac924bfb15c11b1a9fe289f981baa089abf6ee63 Mon Sep 17 00:00:00 2001 From: Kaan Kacar Date: Mon, 10 Aug 2026 22:11:51 +0300 Subject: [PATCH 2/2] Drop standards SKILL.md addition, shorten ecosystem card description --- site/src/data/skills.ts | 2 +- skills/standards/SKILL.md | 8 -------- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/site/src/data/skills.ts b/site/src/data/skills.ts index 1578583..55698d8 100644 --- a/site/src/data/skills.ts +++ b/site/src/data/skills.ts @@ -287,7 +287,7 @@ export const ECOSYSTEM_CARDS: readonly EcosystemCardSource[] = [ { title: "Stellar Agent Search", description: - "Register a read-only, keyless stdio MCP server (stellar-agent-search) that lets an AI agent discover, rank, and vet on-chain Stellar 8004 agents on mainnet via natural-language queries. Covers find/rank/profile tools, declared-vs-verified reputation boundaries, self-declared x402/MPP service candidates, and the /prepare-x402-call workflow that stops before signing.", + "Read-only, keyless MCP server that lets an AI agent discover, rank, and vet on-chain Stellar 8004 agents on mainnet by natural-language query, stopping before any payment or signing.", pathLabel: "berkingurcan/stellar-agent-search", copyValue: "https://github.com/berkingurcan/stellar-agent-search/blob/main/skills/mcp/SKILL.md", diff --git a/skills/standards/SKILL.md b/skills/standards/SKILL.md index 862c0dd..029a838 100644 --- a/skills/standards/SKILL.md +++ b/skills/standards/SKILL.md @@ -350,14 +350,6 @@ Remote Model Context Protocol (MCP) server for AI agents. Searches Stellar docs - **Connect (Claude Code)**: `claude mcp add --transport http stellar-raven "https://raven.stellar.buzz/mcp"` - **Tools**: `search`, `execute` -#### Stellar Agent Search -Read-only, keyless stdio Model Context Protocol (MCP) server (npm `stellar-agent-search`) that lets an AI agent discover, rank, and vet on-chain [Stellar 8004](https://stellar8004.com) agents on Stellar mainnet, then prepare an x402 (USDC) call without signing. Reputation values stay declared; a bounded Reputation-contract reachability probe degrades closed rather than manufacturing a match. Remote `/mcp` endpoint not live yet — use stdio. -- **GitHub**: https://github.com/berkingurcan/stellar-agent-search -- **npm**: https://www.npmjs.com/package/stellar-agent-search -- **Connect (Claude Code)**: `npx -y stellar-agent-search@0.1.0 setup --client claude --scope user --handshake` -- **Tools**: `find_agent`, `rank_agent`, `get_agent_profile`, `list_services`, plus 9 complete-core tools -- **Companion skills**: `trionlabs/stellar-8004` (`8004stellar` reads, `x402stellar` writes) - ## Oracles #### Reflector Network