This project has an MCP server (stake-engine-docs) that provides full-text search and retrieval of all Stake Engine documentation. Use it whenever you need information about the platform.
Run: node ./mcp-server/dist/index.js (stdio transport)
Build first if needed: cd mcp-server && pnpm run build
| Tool | Params | Description |
|---|---|---|
search_docs |
query, section?, limit? |
Keyword search with scoring and snippets |
get_page |
route |
Full page content by route path |
list_pages |
section?, prefix? |
All pages with metadata |
get_section_tree |
section? |
Hierarchical navigation tree |
- docs (74 pages) - Technical documentation
/docs/api/*- RGS API endpoints (authenticate, play, end-round)/docs/reference/*- Reference material (URL structure, game config)/docs/example/*- Example pages and API testers/docs/legacy/*- Legacy docs (frontend SDK, RGS, approval, math framework)
- faq (5 pages) - Getting started, RGS questions
search_docswith keywords to find relevant pagesget_pageon the best matching route to get full content- Answer using documentation content, cite
Source: /route/path - Never fabricate docs - always use the MCP tools