Server data from the Official MCP Registry
Read-only MCP server for the THRYX onchain portfolio (14 contracts on Base mainnet).
Read-only MCP server for the THRYX onchain portfolio (14 contracts on Base mainnet).
This is a well-architected read-only MCP server for querying THRYX onchain contract portfolio data. The server has appropriate authentication (none needed for read-only operations), proper input validation, and explicitly enforces view-only access to prevent state-changing operations. Permissions align well with its stated purpose: network access for RPC calls and portfolio index fetching, with no file system or shell execution. Minor code quality observations exist but do not materially impact security. Supply chain analysis found 1 known vulnerability in dependencies (1 critical, 0 high severity). Package verification found 1 issue.
7 files analyzed · 6 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: BASE_RPC_URL
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-lordbasilaiassistant-sudo-thryx-portfolio": {
"env": {
"BASE_RPC_URL": "your-base-rpc-url-here"
},
"args": [
"-y",
"@thryx/portfolio-mcp-server"
],
"command": "npx"
}
}
}Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.