THRYX Portfolio
Rank #29,860io.github.lordbasilaiassistant-sudo/thryx-portfolio
Read-only MCP server for the THRYX onchain portfolio (14 contracts on Base mainnet).
THRYX Portfolio is a Model Context Protocol (MCP) server published by lordbasilaiassistant-sudo. It ranks #29,860 of 115,591 servers tracked on MCP Toplist. THRYX Portfolio is listed across 2 registries — Official MCP and PulseMCP, with 1 tracked version. It was first listed on May 4, 2026 and most recently updated on May 4, 2026.
Ranks ahead of 85,731 of 115,591 servers on MCP Toplist.
Use THRYX Portfolio
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add thryx-portfolio -e "BASE_RPC_URL=<your BASE_RPC_URL>" -- npx -y @thryx/portfolio-mcp-serverReplace each placeholder with your own value before saving.
[mcp_servers.thryx-portfolio]
command = "npx"
args = ["-y", "@thryx/portfolio-mcp-server"]
[mcp_servers.thryx-portfolio.env]
BASE_RPC_URL = "<your BASE_RPC_URL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"thryx-portfolio": {
"command": "npx",
"args": [
"-y",
"@thryx/portfolio-mcp-server"
],
"env": {
"BASE_RPC_URL": "<your BASE_RPC_URL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"thryx-portfolio": {
"command": "npx",
"args": [
"-y",
"@thryx/portfolio-mcp-server"
],
"env": {
"BASE_RPC_URL": "<your BASE_RPC_URL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"thryx-portfolio": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@thryx/portfolio-mcp-server"
],
"env": {
"BASE_RPC_URL": "<your BASE_RPC_URL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"thryx-portfolio": {
"command": "npx",
"args": [
"-y",
"@thryx/portfolio-mcp-server"
],
"env": {
"BASE_RPC_URL": "<your BASE_RPC_URL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"thryx-portfolio": {
"command": "npx",
"args": [
"-y",
"@thryx/portfolio-mcp-server"
],
"env": {
"BASE_RPC_URL": "<your BASE_RPC_URL>"
}
}
}
}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.lordbasilaiassistant-sudo%2Fthryx-portfolio)<a href="https://mcptoplist.com/server/io.github.lordbasilaiassistant-sudo%2Fthryx-portfolio"><img src="https://mcptoplist.com/badge/io.github.lordbasilaiassistant-sudo%2Fthryx-portfolio.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (1 delisted)
lordbasilaiassistant-sudo
Other servers by lordbasilaiassistant-sudo
- AIIM — AI Instant Messenger#6,069 · 1 ver
- Base Price Oracle MCP#28,597 · 3 vers
- Base Flash Arb MCP#32,983 · 2 vers
- Base Multi Wallet MCP#32,984 · 2 vers
- Base Gasless Deploy MCP#33,958 · 2 vers
- Base Security Scanner MCP#39,494 · 3 vers
- Base Token Sniper#39,495 · 3 vers
- Base Wallet Toolkit#39,496 · 3 vers
- Contract Scanner#39,497 · 3 vers
- ThryxProtocol MCP Server#40,335 · 1 ver
- MCPAGENT#42,972
- llmgine-mcp#43,677
Available versions (1)
| Version | Published |
|---|---|
| 1.0.0 | May 4, 2026 |
Frequently asked questions
- Who maintains THRYX Portfolio?
- THRYX Portfolio is maintained by lordbasilaiassistant-sudo, which publishes 25 MCP servers (36 total versions) tracked on MCP Toplist.
- Is THRYX Portfolio listed on the Official MCP Registry?
- Yes — THRYX Portfolio is listed on the Official MCP Registry, alongside PulseMCP.
- How many versions does THRYX Portfolio have?
- MCP Toplist tracks 1 version of THRYX Portfolio, most recently published on May 4, 2026.
- Where can I find the source code for THRYX Portfolio?
- The source code for THRYX Portfolio is hosted at github.com/lordbasilaiassistant-sudo/thryx-portfolio-mcp.