io.github.lordbasilaiassistant-sudo/thryx-portfolio MCP Server
io.github.lordbasilaiassistant-sudo/thryx-portfolio
What is the io.github.lordbasilaiassistant-sudo/thryx-portfolio MCP server?
Read-only MCP server for the THRYX onchain portfolio (14 contracts on Base mainnet).
How to install io.github.lordbasilaiassistant-sudo/thryx-portfolio
Copy-paste configuration for popular MCP clients.
BASE_RPC_URLOptional Base mainnet RPC URL (defaults to https://mainnet.base.org)
{
"mcpServers": {
"thryx-portfolio": {
"command": "npx",
"args": [
"-y",
"@thryx/portfolio-mcp-server"
],
"env": {
"BASE_RPC_URL": "<YOUR_BASE_RPC_URL>"
}
}
}
}{
"mcpServers": {
"thryx-portfolio": {
"command": "npx",
"args": [
"-y",
"@thryx/portfolio-mcp-server"
],
"env": {
"BASE_RPC_URL": "<YOUR_BASE_RPC_URL>"
}
}
}
}{
"mcpServers": {
"thryx-portfolio": {
"command": "npx",
"args": [
"-y",
"@thryx/portfolio-mcp-server"
],
"env": {
"BASE_RPC_URL": "<YOUR_BASE_RPC_URL>"
}
}
}
}{
"servers": {
"thryx-portfolio": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@thryx/portfolio-mcp-server"
],
"env": {
"BASE_RPC_URL": "<YOUR_BASE_RPC_URL>"
}
}
}
}claude mcp add thryx-portfolio --env BASE_RPC_URL=<YOUR_BASE_RPC_URL> -- npx -y @thryx/portfolio-mcp-serverRelated MCP servers
MCP server for AI agents to detect flash loan arbitrage opportunities across DEXes on Base. Scan Uni
View repository →MCP server for AI agents to deploy ERC-20 tokens on Base with zero gas fees via CDP Paymaster. Gasle
View repository →MCP server for AI agents to manage multiple wallets with coordinated trading and batch operations on
View repository →MCP server for real-time token prices on Base from on-chain DEX pools.
View repository →MCP server to scan smart contracts on Base for honeypots, rug pulls, and vulnerabilities.
View repository →MCP server to discover and trade new token launches on Base chain.
View repository →