The source of truth, ranked for agents
Official Stellar developer docs, searched the way agents actually ask.
Remote MCP server live
Stellar docs and ecosystem context, one connection. Raven gives your AI agent the official docs, live ecosystem data, community intel, and proven playbooks — and cross-references them into answers no single source can give. No service API keys. Paste the endpoint, sign in, ask.
# add the remote server over HTTP, then authorize claude mcp add --transport http stellar-raven \ "https://raven.stellar.org/mcp" # run /mcp -> Authenticate -> sign in in your browser
# add the streamable-HTTP server, then log in codex mcp add stellar-raven --url "https://raven.stellar.org/mcp" codex mcp login stellar-raven # opens your browser
// ~/.cursor/mcp.json (or .cursor/mcp.json per project) { "mcpServers": { "stellar-raven": { "url": "https://raven.stellar.org/mcp" } } } // Cursor runs the OAuth sign-in on first use
# Settings -> Connectors -> Add custom connector # paste the endpoint: https://raven.stellar.org/mcp # approve the browser sign-in — that's it
# add via the CLI (or .vscode/mcp.json) code --add-mcp '{"name":"stellar-raven","type":"http","url":"https://raven.stellar.org/mcp"}'
# no native remote/OAuth support? bridge with mcp-remote { "mcpServers": { "stellar-raven": { "command": "npx", "args": ["-y", "mcp-remote@latest", "https://raven.stellar.org/mcp", "--transport", "http-only"] } } }
Under one roof
Wired up separately, this is a stack of servers, API keys, and upkeep. Raven bundles it behind one endpoint — and keeps the catalog checked against live services.
Official Stellar developer docs, searched the way agents actually ask.
Curated intelligence on who is building what across the network — refreshed from the live services.
News, media, and money flows — the context your agent can't get from docs alone.
Eighteen step-by-step guides your agent pulls in section by section, exactly when it needs them.
Why a gateway
The point isn't fewer tabs — it's a smarter agent. When every source lives in one catalog, Raven can answer the questions that fall between services.
Under the hood: two MCP tools. search ranks 276 catalog entries — operations, docs, and
skill sections; execute runs your agent's JavaScript in a no-network sandbox where
every call is validated against the catalog.