← zash.xyz

INDIVIDUAL MCP TOOL

get_comments

Latest top-level community comments on a project (up to 100), with author identity, founder flag and token-holdings badge.

zash.xyznone authenticationAvailability not checked

LIVE ENDPOINT

https://zash.xyz/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_comments and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name, description or schema mentions credentials.

Parent server

zash.xyz

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.zash-mcp]
url = "https://zash.xyz/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "zash-mcp": {
      "type": "http",
      "url": "https://zash.xyz/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: zash-mcp
Remote MCP URL: https://zash.xyz/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "zash-mcp": {
      "url": "https://zash.xyz/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "zash-mcp": {
      "type": "http",
      "url": "https://zash.xyz/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "zash-mcp",
  "transport": "streamable-http",
  "url": "https://zash.xyz/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • list_projects — Browse projects on the ZASH marketplace; returns a compact list (id, name, ticker, status, raise and price summary).
  • get_project — Full detail for one ZASH project (metadata, milestones, latest investments, live market data).
  • get_ohlcv — OHLCV price candles for a project's token, built from on-chain trades.
  • get_activity — Latest trade and governance events for a project: buys, sells, vote casts, fund releases and proof submissions (API returns up to 50, newest first).
  • get_holders — Top token holders for a project with share %, balance, role (LP / vesting / treasury / community) and lock/founder flags.
  • get_milestones — All milestones for a project: funding tranches, deadlines, statuses (pending/voting/approved/rejected/funds_released/failed), vote tallies and proof metadata.
  • whoami — Echo the ZASH account connected via your token: wallet address, display name, and granted scope.
  • get_my_portfolio — Your own positions across every project you hold: USDC invested, tokens, live USD value, vesting (claimable/locked) and buy/sell history.