A plugin for AI coding assistants that estimates your session's ecological footprint and channels contributions into verified regeneration projects on Regen Network.
Regenerative Compute is an MCP (Model Context Protocol) server that gives your AI assistant ecological awareness. It can:
This is regenerative contribution, not carbon offsetting. We fund verified ecological regeneration with immutable, publicly auditable proof. No neutrality claims.
Any AI assistant that supports the Model Context Protocol can use Regenerative Compute:
One command. No wallet, no crypto, no configuration required.
claude mcp add -s user regen-compute -- npx regen-compute
Add to your MCP settings JSON:
{
"mcpServers": {
"regen-compute": {
"command": "npx",
"args": ["regen-compute"]
}
}
}
npm install -g regen-compute
The plugin exposes 7 tools to your AI assistant. Read-only tools are safe to call anytime. The retire tool executes real on-chain transactions when a wallet is configured.
| Tool | Description | Mode |
|---|---|---|
estimate_session_footprint |
Estimate energy usage and CO2 for your current AI session based on duration and tool calls | Read |
browse_available_credits |
Browse live ecological credit inventory with prices, aggregated from Regen Ledger sell orders | Read |
retire_credits |
Retire ecological credits on-chain (with wallet) or get a marketplace purchase link (without wallet) | Write |
get_retirement_certificate |
Look up an on-chain retirement and get a shareable certificate link | Read |
get_impact_summary |
Network-wide ecological impact statistics from Regen Network | Read |
browse_ecobridge_tokens |
List supported tokens and blockchains for cross-chain credit retirement | Read |
retire_via_ecobridge |
Retire credits using USDC, ETH, or 50+ tokens across Ethereum, Polygon, Base, Solana, and more | Write |
After installing, paste one of these prompts into your AI assistant:
Estimate my AI session's ecological footprint, then show me what credits are available to retire on Regen Network.
Show me the cheapest carbon credits available on Regen Network and help me retire one to offset my AI usage this month.
What's the total ecological impact of Regen Network? Show me retirement stats and what credit types are available.
Regen Network hosts multiple types of verified ecological credits, each representing a different form of measurable environmental benefit:
Every credit retirement is permanently recorded on Regen Network's public ledger. This means:
Example certificate: https://compute.regen.network/impact/[nodeId]
There are two ways to fund ecological regeneration through Regenerative Compute:
From $1.25/month or $12.50/year (save 17%). Automatic credit retirements with attribution. Yearly subscribers get 85% of their payment funding ecology (vs 75% monthly).
See PlansBrowse credits on Regen Marketplace and choose exactly which projects to support. Pay with credit card or crypto.
MarketplaceRegenerative Compute is open source. Inspect the code, contribute, or fork it.
Current version: v0.3.4 · License: MIT · Node.js ≥ 20