Add stellar-agent-search to community skills and AI & MCP Tools - #82
Open
berkingurcan wants to merge 1 commit into
Open
Add stellar-agent-search to community skills and AI & MCP Tools#82berkingurcan wants to merge 1 commit into
berkingurcan wants to merge 1 commit into
Conversation
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>
Contributor
There was a problem hiding this comment.
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.
|
|
||
| #### 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
site/src/data/skills.ts)skills/standards/SKILL.md, next to Ravenskills/mcp/SKILL.mdstellar-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-callprompt lays out the x402 (USDC) flow and stops before signing — the server holds no keys.Skill source
Validation
skills-ref validate(agentskills/agentskills): passed —Valid skill: mcpsite/:pnpm install+pnpm lint+pnpm lint:ts+pnpm build→ green (12/12 static pages generated)llms.txt(build artifact, confirmed)