Verusidx MCP Server
Rank #55,209io.github.vdappdev2/marketplace
MCP server for Verus on-chain marketplace — create, browse, accept, and close offers
Verusidx MCP Server is a Model Context Protocol (MCP) server published by vdappdev2. It ranks #55,209 of 115,460 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. Verusidx MCP Server is listed on Official MCP, with 1 tracked version. It was first listed on May 10, 2026 and most recently updated on May 10, 2026.
Ranks ahead of 60,251 of 115,460 servers on MCP Toplist.
Use Verusidx MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add marketplace -- npx -y @verusidx/marketplace-mcp[mcp_servers.marketplace]
command = "npx"
args = ["-y", "@verusidx/marketplace-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"marketplace": {
"command": "npx",
"args": [
"-y",
"@verusidx/marketplace-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"marketplace": {
"command": "npx",
"args": [
"-y",
"@verusidx/marketplace-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"marketplace": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@verusidx/marketplace-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"marketplace": {
"command": "npx",
"args": [
"-y",
"@verusidx/marketplace-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"marketplace": {
"command": "npx",
"args": [
"-y",
"@verusidx/marketplace-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.vdappdev2%2Fmarketplace)<a href="https://mcptoplist.com/server/io.github.vdappdev2%2Fmarketplace"><img src="https://mcptoplist.com/badge/io.github.vdappdev2%2Fmarketplace.svg" alt="MCP Toplist: Top 50% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
vdappdev2
Other servers by vdappdev2
View all vdappdev2 servers →Available versions (1)
| Version | Published |
|---|---|
| 0.1.7 | May 10, 2026 |
Frequently asked questions
- Who maintains Verusidx MCP Server?
- Verusidx MCP Server is maintained by vdappdev2, which publishes 9 MCP servers (12 total versions) tracked on MCP Toplist.
- Is Verusidx MCP Server listed on the Official MCP Registry?
- Yes — Verusidx MCP Server is listed on the Official MCP Registry.
- How many versions does Verusidx MCP Server have?
- MCP Toplist tracks 1 version of Verusidx MCP Server, most recently published on May 10, 2026.
- Where can I find the source code for Verusidx MCP Server?
- The source code for Verusidx MCP Server is hosted at github.com/vdappdev2/verusidx-mcp.