Raven — Solana Token Verification MCP Server
io.github.billybotticelli4u-collab/raven-verify
What is the Raven — Solana Token Verification MCP server?
Solana token-launch verification for AI agents — deterministic, replayable, returns 'unknowable'.
How to install Raven — Solana Token Verification
Copy-paste configuration for popular MCP clients.
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.
{
"mcpServers": {
"raven-verify": {
"command": "npx",
"args": [
"-y",
"raven-verify-mcp"
],
"env": {
"RAVEN_SOLANA_RPC_URL": "<YOUR_RAVEN_SOLANA_RPC_URL>"
}
}
}
}{
"mcpServers": {
"raven-verify": {
"command": "npx",
"args": [
"-y",
"raven-verify-mcp"
],
"env": {
"RAVEN_SOLANA_RPC_URL": "<YOUR_RAVEN_SOLANA_RPC_URL>"
}
}
}
}{
"mcpServers": {
"raven-verify": {
"command": "npx",
"args": [
"-y",
"raven-verify-mcp"
],
"env": {
"RAVEN_SOLANA_RPC_URL": "<YOUR_RAVEN_SOLANA_RPC_URL>"
}
}
}
}{
"servers": {
"raven-verify": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"raven-verify-mcp"
],
"env": {
"RAVEN_SOLANA_RPC_URL": "<YOUR_RAVEN_SOLANA_RPC_URL>"
}
}
}
}claude mcp add raven-verify --env RAVEN_SOLANA_RPC_URL=<YOUR_RAVEN_SOLANA_RPC_URL> -- npx -y raven-verify-mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.