B
io.github.billybotticelli4u-collab/raven-verify · v0.1.2
Solana token-launch verification for AI agents — deterministic, replayable, returns 'unknowable'.
Raven — Solana Token Verification 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"raven-verify": {
"command": "npx",
"args": [
"-y",
"raven-verify-mcp"
],
"env": {
"RAVEN_SOLANA_RPC_URL": "<RAVEN_SOLANA_RPC_URL>"
}
}
}
}RAVEN_SOLANA_RPC_URL必填secretYour Solana mainnet RPC endpoint. Supplied by you, never taken from a caller. Without it, every call returns 'unknowable' rather than failing.
v6.58.2
io.github.brilliantdirectories/brilliant-directories-mcp
Official MCP server for Brilliant Directories — manage members, posts, leads, reviews, and more.
{
"id": "io.github.billybotticelli4u-collab/raven-verify",
"type": "mcp-server",
"version": "0.1.2",
"displayName": "Raven — Solana Token Verification",
"description": "Solana token-launch verification for AI agents — deterministic, replayable, returns 'unknowable'.",
"repository": {
"url": "https://github.com/billybotticelli4u-collab/-launchguard",
"source": "github",
"subfolder": "apps/raven-verify-mcp"
},
"homepage": "https://ravenattest.com",
"distribution": {
"packages": [
{
"registryType": "npm",
"identifier": "raven-verify-mcp",
"version": "0.1.2",
"runtimeHint": "npx",
"transport": "stdio",
"environmentVariables": [
{
"name": "RAVEN_SOLANA_RPC_URL",
"description": "Your Solana mainnet RPC endpoint. Supplied by you, never taken from a caller. Without it, every call returns 'unknowable' rather than failing.",
"isRequired": true,
"isSecret": true
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "io.github.billybotticelli4u-collab/raven-verify",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.billybotticelli4u-collab%2Fraven-verify/versions/latest",
"isOfficial": true,
"status": "active"
}
}