Catalog
io.github.billybotticelli4u-collab/raven-verify
OfficialRaven — Solana Token Verification
Solana token-launch verification for AI agents — deterministic, replayable, returns 'unknowable'.
Verifies Solana token launches with deterministic, replayable analysis and explicit 'unknowable' verdicts.
README not available yet.
Install
Configuration
Environment variables
RAVEN_SOLANA_RPC_URLrequiredsecretYour Solana mainnet RPC endpoint. Supplied by you, never taken from a caller. Without it, every call returns 'unknowable' rather than failing.
claude_desktop_config.json
{
"mcpServers": {
"raven-verify": {
"command": "npx",
"args": [
"-y",
"raven-verify-mcp@0.1.2"
],
"env": {
"RAVEN_SOLANA_RPC_URL": "<YOUR_RAVEN_SOLANA_RPC_URL>"
}
}
}
}