← Registry

Analytics

zash.xyz

Provides market data and analytics for ZASH projects, including price candles, trading activity, and holder information.

1 endpoint13 known toolsFirst detected August 28, 2026Last detected August 28, 2026

ENDPOINT 1

https://zash.xyz/mcp

No auth detected

MCP server metadata

Name
zash-mcp
Version
1.0.0
Capabilities
tools.listChanged

Known tools 13

list_projects

Browse projects on the ZASH marketplace; returns a compact list (id, name, ticker, status, raise and price summary).

Inferred read-only
get_project

Full detail for one ZASH project (metadata, milestones, latest investments, live market data).

Inferred read-only
get_ohlcv

OHLCV price candles for a project's token, built from on-chain trades.

Inferred read-only
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).

Potential side effects
get_holders

Top token holders for a project with share %, balance, role (LP / vesting / treasury / community) and lock/founder flags.

Inferred read-only
get_milestones

All milestones for a project: funding tranches, deadlines, statuses (pending/voting/approved/rejected/funds_released/failed), vote tallies and proof metadata.

Inferred read-only
get_comments

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

Inferred read-only
whoami

Echo the ZASH account connected via your token: wallet address, display name, and granted scope.

Inferred read-only
get_my_portfolio

Your own positions across every project you hold: USDC invested, tokens, live USD value, vesting (claimable/locked) and buy/sell history.

Inferred read-only
get_my_votes

Every milestone-governance vote you have cast (project, milestone, support, quadratic weight).

Inferred read-only
get_my_active_votes

Open milestone votes you are eligible to vote on right now, with your live on-chain voting power (quadratic weight) and time remaining.

Inferred read-only
get_my_claims

Aggregate of what you can claim: vesting tokens (claimable now / still locked) per project, plus refund shares on any FAILED raises you invested in.

Potential side effects
get_my_projects

Projects you created on ZASH (published, non-paused), with milestones and raise/market state.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.