From 6e8bfbce00ef1d1b2aa02aa167a262f011fcbe7f Mon Sep 17 00:00:00 2001 From: oceans404 Date: Tue, 14 Jul 2026 12:03:47 -0700 Subject: [PATCH 1/3] docs: add Raven MCP server to the skill MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add Raven (a remote MCP server, open source at kalepail/stellar-raven) as the live companion to the installed skills: - README: new "Raven — live MCP server" section - standards/SKILL.md: mention MCP servers in the frontmatter description and add an "AI & MCP Tools" entry for Raven under Developer Tools - site: include MCPs in the "SEPs, CAPs & Ecosystem" card copy Closes #58 Co-Authored-By: Claude Opus 4.8 (1M context) --- README.md | 12 ++++++++++++ site/src/data/skills.ts | 2 +- skills/standards/SKILL.md | 12 +++++++++++- 3 files changed, 24 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 31cf096..6453279 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,18 @@ This skill provides AI assistants with deep knowledge of the current Stellar dev - **Security**: Smart contract security patterns, audit checklists - **Ecosystem**: DeFi protocols, developer tools, community projects +## Raven — live MCP server + +These skills give your agent durable Stellar context, baked in. [Raven](https://raven.stellar.buzz) is a complementary **remote MCP server (Model Context Protocol)** for on-demand lookups: connect an agent and it searches Stellar docs and live ecosystem data, cross-referenced into single answers. Its catalog also includes these skills, so Raven is a live delivery gateway for them. Use both — skills for durable best practices, Raven for current lookups. + +Raven is open source at [kalepail/stellar-raven](https://github.com/kalepail/stellar-raven). Connect it in Claude Code: + +```bash +claude mcp add --transport http stellar-raven "https://raven.stellar.buzz/mcp" +``` + +You can also try Raven in the browser at the [playground](https://raven.stellar.buzz/playground), a hosted chat UI for asking Raven questions (sign-in required). + ## Installing These skills work with any agent that supports the [Agent Skills](https://agentskills.io) standard. diff --git a/site/src/data/skills.ts b/site/src/data/skills.ts index 8b3c85a..c8eb88b 100644 --- a/site/src/data/skills.ts +++ b/site/src/data/skills.ts @@ -125,7 +125,7 @@ export const SKILL_CARD_SOURCES: readonly SkillCardSource[] = [ category: "Ecosystem", title: "SEPs, CAPs & Ecosystem", description: - "Pick the right SEP or CAP for your feature, with ecosystem projects and curated reference links.", + "Pick the right SEP or CAP for your feature, with ecosystem projects, curated reference links, and MCPs.", }, ] as const; diff --git a/skills/standards/SKILL.md b/skills/standards/SKILL.md index 133de57..1adb99c 100644 --- a/skills/standards/SKILL.md +++ b/skills/standards/SKILL.md @@ -1,6 +1,6 @@ --- name: standards -description: Stellar standards, ecosystem, and reference. Covers SEPs (Stellar Ecosystem Proposals), CAPs (Core Advancement Proposals), and a quick map for picking the right standard for wallets, anchors, payments, deposits/withdrawals, federation, deep links, and KYC. Also bundles ecosystem references (DeFi protocols, dev tools, wallets, infra, community projects) and curated documentation links. Use when you need to know which SEP applies, or want a starting point for ecosystem integrations and official docs. +description: Stellar standards, ecosystem, and reference. Covers SEPs (Stellar Ecosystem Proposals), CAPs (Core Advancement Proposals), and a quick map for picking the right standard for wallets, anchors, payments, deposits/withdrawals, federation, deep links, and KYC. Also bundles ecosystem references (DeFi protocols, dev tools, wallets, infra, community projects), curated documentation links, and MCP servers (live tools such as Raven). Use when you need to know which SEP applies, or want a starting point for ecosystem integrations, official docs, or live MCP tooling. user-invocable: true argument-hint: "[standards or ecosystem lookup]" --- @@ -368,6 +368,16 @@ Rust SDK for smart contract development. - **GitHub**: https://github.com/stellar/rs-soroban-sdk - **Crate**: `soroban-sdk` +### AI & MCP Tools + +#### Raven +Remote MCP (Model Context Protocol) server for AI agents — searches Stellar docs and live ecosystem data, cross-referenced into single answers. Its catalog also serves these skills. +- **Server**: https://raven.stellar.buzz (MCP endpoint: https://raven.stellar.buzz/mcp) +- **Playground**: https://raven.stellar.buzz/playground (hosted chat UI for humans; sign-in required) +- **GitHub**: https://github.com/kalepail/stellar-raven +- **Connect (Claude Code)**: `claude mcp add --transport http stellar-raven "https://raven.stellar.buzz/mcp"` +- **Tools**: `search`, `execute` + ## Oracles #### Reflector Network From ded3df297f08f66e9571477ae4f665d6e5a3ecc3 Mon Sep 17 00:00:00 2001 From: Steph <91382964+oceans404@users.noreply.github.com> Date: Tue, 14 Jul 2026 12:07:52 -0700 Subject: [PATCH 2/3] remove emdash Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6453279..7d12230 100644 --- a/README.md +++ b/README.md @@ -20,9 +20,9 @@ This skill provides AI assistants with deep knowledge of the current Stellar dev - **Security**: Smart contract security patterns, audit checklists - **Ecosystem**: DeFi protocols, developer tools, community projects -## Raven — live MCP server +## Raven: live MCP server -These skills give your agent durable Stellar context, baked in. [Raven](https://raven.stellar.buzz) is a complementary **remote MCP server (Model Context Protocol)** for on-demand lookups: connect an agent and it searches Stellar docs and live ecosystem data, cross-referenced into single answers. Its catalog also includes these skills, so Raven is a live delivery gateway for them. Use both — skills for durable best practices, Raven for current lookups. +These skills give your agent durable Stellar context, baked in. [Raven](https://raven.stellar.buzz) is a complementary **remote Model Context Protocol (MCP) server** for on-demand lookups: connect an agent and it searches Stellar docs and live ecosystem data, cross-referenced into single answers. Its catalog also includes these skills, so Raven is a live delivery gateway for them. Use both: skills for durable best practices, Raven for current lookups. Raven is open source at [kalepail/stellar-raven](https://github.com/kalepail/stellar-raven). Connect it in Claude Code: From c139180e405cfea6636c316310eb8f02ccf33bc6 Mon Sep 17 00:00:00 2001 From: oceans404 Date: Thu, 16 Jul 2026 11:48:36 -0700 Subject: [PATCH 3/3] docs: fix Raven MCP wording per review Define Model Context Protocol before the acronym and replace the em dash with a period in the standards skill AI & MCP Tools entry. Co-Authored-By: Claude Opus 4.8 (1M context) --- skills/standards/SKILL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skills/standards/SKILL.md b/skills/standards/SKILL.md index 1adb99c..0ccae9f 100644 --- a/skills/standards/SKILL.md +++ b/skills/standards/SKILL.md @@ -371,7 +371,7 @@ Rust SDK for smart contract development. ### AI & MCP Tools #### Raven -Remote MCP (Model Context Protocol) server for AI agents — searches Stellar docs and live ecosystem data, cross-referenced into single answers. Its catalog also serves these skills. +Remote Model Context Protocol (MCP) server for AI agents. Searches Stellar docs and live ecosystem data, cross-referenced into single answers. Its catalog also serves these skills. - **Server**: https://raven.stellar.buzz (MCP endpoint: https://raven.stellar.buzz/mcp) - **Playground**: https://raven.stellar.buzz/playground (hosted chat UI for humans; sign-in required) - **GitHub**: https://github.com/kalepail/stellar-raven