Back to Browse

Thryx Portfolio MCP Server

Developer ToolsModerate6.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

Read-only MCP server for the THRYX onchain portfolio (14 contracts on Base mainnet).

About

Read-only MCP server for the THRYX onchain portfolio (14 contracts on Base mainnet).

Security Report

6.2
Moderate6.2Moderate Risk

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.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

Optional Base mainnet RPC URL (defaults to https://mainnet.base.org)Optional

Environment variable: BASE_RPC_URL

How to Install

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"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!

Thryx Portfolio MCP Server - Read-only MCP server for the THRYX onchain portfolio (14 | MCP Marketplace