Analytics
zash.xyz
Provides market data and analytics for ZASH projects, including price candles, trading activity, and holder information.
ENDPOINT 1
https://zash.xyz/mcp
MCP server metadata
- Name
- zash-mcp
- Version
- 1.0.0
Known tools 13
list_projectsBrowse projects on the ZASH marketplace; returns a compact list (id, name, ticker, status, raise and price summary).
Inferred read-onlyget_projectFull detail for one ZASH project (metadata, milestones, latest investments, live market data).
Inferred read-onlyget_activityLatest 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 effectsget_holdersTop token holders for a project with share %, balance, role (LP / vesting / treasury / community) and lock/founder flags.
Inferred read-onlyget_milestonesAll milestones for a project: funding tranches, deadlines, statuses (pending/voting/approved/rejected/funds_released/failed), vote tallies and proof metadata.
Inferred read-onlyget_commentsLatest top-level community comments on a project (up to 100), with author identity, founder flag and token-holdings badge.
Inferred read-onlywhoamiEcho the ZASH account connected via your token: wallet address, display name, and granted scope.
Inferred read-onlyget_my_portfolioYour own positions across every project you hold: USDC invested, tokens, live USD value, vesting (claimable/locked) and buy/sell history.
Inferred read-onlyget_my_votesEvery milestone-governance vote you have cast (project, milestone, support, quadratic weight).
Inferred read-onlyget_my_active_votesOpen milestone votes you are eligible to vote on right now, with your live on-chain voting power (quadratic weight) and time remaining.
Inferred read-onlyget_my_claimsAggregate 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 effectsget_my_projectsProjects you created on ZASH (published, non-paused), with milestones and raise/market state.
Inferred read-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.