coinopai-mcp
Rank #23,358io.github.clawdbotworker/coinopai-mcp
Local stdio MCP server for x402-powered crypto intelligence and automation search on Base.
coinopai-mcp is a Model Context Protocol (MCP) server published by forgemeshlabs. It ranks #23,358 of 115,591 servers tracked on MCP Toplist. coinopai-mcp is listed across 2 registries — Official MCP and Glama, with 2 tracked versions. It was first listed on May 6, 2026 and most recently updated on May 15, 2026.
Ranks ahead of 92,233 of 115,591 servers on MCP Toplist.
Use coinopai-mcp
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add coinopai-mcp -e "WALLET_PRIVATE_KEY=<your WALLET_PRIVATE_KEY>" -- npx -y coinopai-mcpReplace each placeholder with your own value before saving.
[mcp_servers.coinopai-mcp]
command = "npx"
args = ["-y", "coinopai-mcp"]
[mcp_servers.coinopai-mcp.env]
WALLET_PRIVATE_KEY = "<your WALLET_PRIVATE_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"coinopai-mcp": {
"command": "npx",
"args": [
"-y",
"coinopai-mcp"
],
"env": {
"WALLET_PRIVATE_KEY": "<your WALLET_PRIVATE_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"coinopai-mcp": {
"command": "npx",
"args": [
"-y",
"coinopai-mcp"
],
"env": {
"WALLET_PRIVATE_KEY": "<your WALLET_PRIVATE_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"coinopai-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"coinopai-mcp"
],
"env": {
"WALLET_PRIVATE_KEY": "<your WALLET_PRIVATE_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"coinopai-mcp": {
"command": "npx",
"args": [
"-y",
"coinopai-mcp"
],
"env": {
"WALLET_PRIVATE_KEY": "<your WALLET_PRIVATE_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"coinopai-mcp": {
"command": "npx",
"args": [
"-y",
"coinopai-mcp"
],
"env": {
"WALLET_PRIVATE_KEY": "<your WALLET_PRIVATE_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
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.clawdbotworker%2Fcoinopai-mcp)<a href="https://mcptoplist.com/server/io.github.clawdbotworker%2Fcoinopai-mcp"><img src="https://mcptoplist.com/badge/io.github.clawdbotworker%2Fcoinopai-mcp.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (1 delisted)
forgemeshlabs
Other servers by forgemeshlabs
- aso-audit-mcp#10,518 · 3 vers
- Agent Readiness MCP#14,063 · 3 vers
- ASO Score MCP#14,064 · 3 vers
- forgemesh-imagegen#17,515 · 2 vers
- Anomaly Tracker MCP#17,992 · 2 vers
- Travel Assistant MCP#18,290 · 2 vers
- gov-transparency-mcp#19,525 · 2 vers
- Disruption Intelligence MCP#20,664 · 1 ver
- kronos-forgemesh-mcp#20,791 · 1 ver
- affiliate-router-mcp#23,943 · 1 ver
- library-mcp#24,222 · 1 ver
- Travel Agent MCP#24,583 · 1 ver
Available versions (2)
| Version | Published |
|---|---|
| 1.2.3 | May 15, 2026 |
| 1.0.5 | May 7, 2026 |
Frequently asked questions
- Who maintains coinopai-mcp?
- coinopai-mcp is maintained by forgemeshlabs, which publishes 22 MCP servers (33 total versions) tracked on MCP Toplist.
- Is coinopai-mcp listed on the Official MCP Registry?
- Yes — coinopai-mcp is listed on the Official MCP Registry, alongside Glama.
- How many versions does coinopai-mcp have?
- MCP Toplist tracks 2 versions of coinopai-mcp, most recently published on May 15, 2026.
- Where can I find the source code for coinopai-mcp?
- The source code for coinopai-mcp is hosted at github.com/forgemeshlabs/coinopai-mcp.