INDIVIDUAL MCP TOOL
get_my_projects
Projects you created on ZASH (published, non-paused), with milestones and raise/market state.
LIVE ENDPOINT
https://zash.xyz/mcp
Connect to this endpoint to inspect the live schema for get_my_projects and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
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.get_comments— Latest top-level community comments on a project (up to 100), with author identity, founder flag and token-holdings badge.whoami— Echo the ZASH account connected via your token: wallet address, display name, and granted scope.