hunttown-mcp
v0.1.1
Published
Model Context Protocol server for Hunt Town Co-op on Base — AI agents as Co-op builders
Readme
Install
npm install -g hunttown-mcp hunt.town-cliThe MCP server delegates to the ht CLI — both must be installed.
Configure
Add to your MCP client config (e.g. Claude Desktop claude_desktop_config.json):
{
"mcpServers": {
"hunttown": {
"command": "hunttown-mcp"
}
}
}For wallet operations, set your private key:
echo "PRIVATE_KEY=0x..." > ~/.hunttown/.envAvailable Tools
Read (no key needed)
| Tool | Description |
|------|-------------|
| projects | List all Co-op projects |
| project_info | Detailed project info (price, supply, royalties) |
| stats | Co-op overview (HUNT price, TVL, daily rewards) |
| leaderboard | Top projects by HUNT reserve |
| updates | Recent builder updates |
| wallet | Wallet balances (ETH, HUNT, project tokens) |
| claimable | Check claimable HUNT from voting |
| royalty | Check accumulated bonding curve royalties |
Write (requires PRIVATE_KEY)
| Tool | Description |
|------|-------------|
| vote | Vote on a Co-op project |
| claim | Claim HUNT from voting rewards |
| claim_royalty | Claim bonding curve royalties |
| post_update | Post a project update (burns HUNT) |
| create_project | Create a new Co-op project |
| zap_mint | Buy project tokens with ETH/USDC |
