Chat with any page
Every page in the Blockradar docs includes a contextual menu (top-right corner) that lets you interact with the content using AI tools:- Copy as Markdown — Copy the full page content as clean Markdown, ready to paste into any LLM conversation.
- Open in Claude — Send the page directly to Claude with full context loaded.
- Open in ChatGPT — Send the page directly to ChatGPT.
- Open in Perplexity — Send the page to Perplexity for research-style queries.
Connect the MCP server
The Blockradar documentation MCP server lets AI assistants search and retrieve documentation automatically. Once connected, your AI tool can explore our docs on its own — no need to manually copy content.- Claude Desktop
- Claude Code
- Cursor
- Windsurf
Add this to your Claude Desktop MCP configuration file:macOS: Restart Claude Desktop after saving.
~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.jsonLLM feed files
Blockradar publishes machine-readable documentation indexes that LLM tools can consume directly:| File | Content | URL |
|---|---|---|
llms.txt | Page index with titles and descriptions | docs.blockradar.co/llms.txt |
llms-full.txt | Full documentation content in a single file | docs.blockradar.co/llms-full.txt |
llms.txt when you need a lightweight overview for tool discovery. Use llms-full.txt when you want to load the entire Blockradar documentation into a custom AI workflow or RAG pipeline.
