Stellar build agent · live over MCP
It scouts the live Stellar ecosystem and the official docs, then brings your agent a synthesized, build-ready answer — over MCP, in any client you already use.
One endpoint. One token. Any MCP-capable agent.
require_auth, then transfer via the SAC client. Full snippet + auth notes below.Odin sent out two ravens — Huginn, thought, and Muninn, memory — to fly the world and report back. Stellar Raven is built the same way.
Every question sends a raven across the whole Stellar surface — the official docs, live ecosystem sources, SDKs and standards — and it returns a synthesized, build-ready answer. Never a frozen snapshot of training data.
Sign in and your raven keeps a memory that's yours alone — your chains, your stack, your conventions — isolated to your account and carried across every MCP client. Shape it, improve it, take it anywhere.
Arriving with WorkOS accounts: personalized instructions, import/export, an agent that's truly yours.
No SDK to install. If your agent speaks MCP, it already speaks Raven.
Sign in with WorkOS — Google, GitHub, or email. The account is yours.
Mint a raven_pat_… personal access token. Shown once, stored as a hash.
Add the /mcp endpoint with your token as a Bearer header, then just ask.
A remote MCP server over Streamable HTTP. Long research runs stream their progress and finish durably — your client never hangs waiting.
// add Stellar Raven to any MCP client { "mcpServers": { "stellar-raven": { "command": "npx", "args": [ "mcp-remote", "https://raven.stellar.buzz/mcp", "--header", "Authorization: Bearer raven_pat_…" ] } } }