MCP Registry

Add BitAspire Wiki to your AI tools via Model Context Protocol (MCP). AI models can search and read our documentation directly.

Add to Cursor

Adding to Cursor (example)

  1. Open Cursor Settings (Ctrl/Cmd + ,)
  2. Go to MCP → Add Server
  3. Add URL (use flat url property, not nested transport):https://wiki.bitaspire.com/api/mcp

Or add to your MCP config file:

{
  "mcpServers": {
    "bitaspire-wiki": {
      "url": "https://wiki.bitaspire.com/api/mcp"
    }
  }
}

Available Tools

  • search_wikiSearch the wiki documentation
  • read_wiki_pageRead full raw text of any wiki page (including Accordion/FAQ content)

Raw Text API

You can also fetch raw page content via HTTP (no MCP required):

https://wiki.bitaspire.com/api/page-content?url=/en/docs/xenoscavenger/rewards

© 2026 BitAspire. All rights reserved.