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).
Run
npx -y pulse-verity
MCP client config
{
"mcpServers": {
"pulse-verity": {
"command": "npx",
"args": [
"-y",
"pulse-verity"
]
}
}
}