Skip to content
Back to search
100
MCP MCP 2026-07-28 streamable-http

Zyrvix Docs

com.zyrvix/docs

Zyrvix crypto-payments API reference for AI coding assistants. Anonymous, read-only.

Uptime
33.3%
3 direct probes · 30d
Response
8007ms
last probe
Tools
3
callable
Resources
0
readable
Prompts
0
available

Tools · 3

list_doc_sections

List every documentation section, in document order, as {id, title}.

get_doc_section

Return the full text of one documentation section by its id. Call list_doc_sections() first to see valid ids.

search_docs

Search all documentation sections for a keyword or phrase. Returns up to 5 matches as {section_id, title, snippet}, best match first.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "zyrvix_docs": {
      "url": "https://mcp.zyrvix.com/mcp",
      "transport": "streamable-http"
    }
  }
}