Odel
pulse verity

pulse verity

Local
@pulsebetTypeScriptMITUpdated 2 days ago

Read-only access to signed, verifiable crypto index prices from the Pulse Verity Index

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmpulse-verityv1.1.0

Run

npx -y pulse-verity

MCP client config

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