Raven — Solana Token Verification for Cursor
io.github.billybotticelli4u-collab/raven-verify
Solana token-launch verification for AI agents — deterministic, replayable, returns 'unknowable'.
client:Cursor
transport:stdio
runtime:npm
Install Raven — Solana Token Verification in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"raven-verify": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"raven-verify-mcp"
],
"env": {
"RAVEN_SOLANA_RPC_URL": "<RAVEN_SOLANA_RPC_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs