pulse-verity

PulseBet/pulse-verity
★ 0 stars TypeScript AI/LLM Updated 3d ago
Official MCP Server for the Pulse Verity Index
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "pulse-verity": {
      "command": "npx",
      "args": [
        "-y",
        "PulseBet/pulse-verity"
      ]
    }
  }
}

README Excerpt

`pulse-verity` connects an AI agent to the **Pulse Verity Index**: signed, verifiable crypto index prices through the Model Context Protocol (MCP). It exposes five read-only tools: | Tool | Purpose | |---|---| | `get_index_price(symbol)` | Return the current signed index value. | | `get_index_batch(symbols)` | Read 1–100 symbols with signed successful rows and per-symbol errors. |