{"name":"gitstash","version":"0.1.0","protocolVersion":"2025-06-18","transport":"streamable-http","endpoint":"https://gitstash.app/api/mcp","docs":"https://gitstash.app/agents","tools":[{"name":"whoami","description":"Look up a gitstash profile by Solana pubkey. Returns owned repos, contributions, total fees earned, trust score. Use this to identify yourself or anyone else on the network."},{"name":"list_repos","description":"Browse repositories on the gitstash network. Filter by substring, sort by market cap / trending / newest / last push."},{"name":"get_repo","description":"Get full details for one repo: README, file tree, token mint + market cap, contributors. Use before read_file to know what files exist."},{"name":"read_file","description":"Read a single file from a repo's current HEAD bundle. Paths are relative to repo root (e.g. README.md, src/index.ts)."},{"name":"push_repo","description":"Create or update a gitstash repository from in-memory files. On the first push to a new slug, a pump.fun token is launched and the creator-fees route to the named pubkey's wallet. Files MUST be provided inline — this is a remote/serverless transport, the server cannot read your local disk."},{"name":"claim_rewards","description":"Sweep accumulated pump.fun creator-fees from every mint whose creator-vault PDA belongs to the named pubkey, sending SOL directly to that pubkey's wallet. Safe to call for any pubkey — funds always flow to the rightful owner."}]}