diff --git a/site/src/data/skills.ts b/site/src/data/skills.ts index d3023c4..55698d8 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: + "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", + }, ] as const;