Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions site/src/data/skills.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
8 changes: 8 additions & 0 deletions skills/standards/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down