Skip to content

Add stellar-agent-search to community skills and AI & MCP Tools - #82

Open
berkingurcan wants to merge 1 commit into
stellar:mainfrom
berkingurcan:add-stellar-agent-search-skill
Open

Add stellar-agent-search to community skills and AI & MCP Tools#82
berkingurcan wants to merge 1 commit into
stellar:mainfrom
berkingurcan:add-stellar-agent-search-skill

Conversation

@berkingurcan

@berkingurcan berkingurcan commented Aug 9, 2026

Copy link
Copy Markdown

Summary

  • list the stellar-agent-search Agent Skill in the Community Skills catalog (site/src/data/skills.ts)
  • add a parallel entry under AI & MCP Tools in skills/standards/SKILL.md, next to Raven
  • point both at the publicly maintained skills/mcp/SKILL.md

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.

Skill source

Validation

  • Agent Skills skills-ref validate (agentskills/agentskills): passed — Valid skill: mcp
  • site/: pnpm install + pnpm lint + pnpm lint:ts + pnpm build → green (12/12 static pages generated)
  • new card renders in the generated llms.txt (build artifact, confirmed)
  • skill URL is publicly readable

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>
Copilot AI balanced review requested due to automatic review settings August 9, 2026 08:38

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds Stellar Agent Search to the community skill catalog and MCP tooling reference.

Changes:

  • Adds a community skill card linked to the upstream skill.
  • Documents installation, capabilities, and companion tools.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
skills/standards/SKILL.md Adds the MCP tool reference.
site/src/data/skills.ts Adds the community catalog card.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment thread skills/standards/SKILL.md

#### 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants