MCP Plugin

Regenerative Compute AI Plugin

A plugin for AI coding assistants that estimates your session's ecological footprint and channels contributions into verified regeneration projects on Regen Network.

What It Is

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.

Supported AI Tools

Any AI assistant that supports the Model Context Protocol can use Regenerative Compute:

C
Claude Code
C
Cursor
W
Windsurf
+
Any MCP Client

Installation

One command. No wallet, no crypto, no configuration required.

Claude Code
claude mcp add -s user regen-compute -- npx regen-compute
Cursor / Windsurf / Other MCP Clients

Add to your MCP settings JSON:

{
  "mcpServers": {
    "regen-compute": {
      "command": "npx",
      "args": ["regen-compute"]
    }
  }
}
npm (Global Install)
npm install -g regen-compute

Available Tools

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

Try It

After installing, paste one of these prompts into your AI assistant:

Explore Your Footprint
Estimate my AI session's ecological footprint, then show me what credits are available to retire on Regen Network.
Browse & Retire
Show me the cheapest carbon credits available on Regen Network and help me retire one to offset my AI usage this month.
Check Network Impact
What's the total ecological impact of Regen Network? Show me retirement stats and what credit types are available.

Ecological Credit Types

Regen Network hosts multiple types of verified ecological credits, each representing a different form of measurable environmental benefit:

C
Carbon Credits
Verified carbon removal and avoidance from forestry, soil, and land management projects.
BT
Biodiversity (Terrasos)
Habitat conservation units from Colombia's Terrasos biodiversity credit program.
MBS
Marine Biodiversity
Marine ecosystem stewardship credits protecting ocean biodiversity.
USS
Umbrella Species
Conservation credits protecting umbrella species whose habitat preservation benefits entire ecosystems.
KSH
Kilo-Sheep-Hour
Regenerative grazing credits measuring holistic land management through livestock integration.

On-Chain Verification

Every credit retirement is permanently recorded on Regen Network's public ledger. This means:

Example certificate: https://compute.regen.network/impact/[nodeId]

Subscription vs One-Time

There are two ways to fund ecological regeneration through Regenerative Compute:

Subscription

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 Plans
One-Time Purchase

Browse credits on Regen Marketplace and choose exactly which projects to support. Pay with credit card or crypto.

Marketplace

Open Source

Regenerative Compute is open source. Inspect the code, contribute, or fork it.

GitHub npm

Current version: v0.3.4 · License: MIT · Node.js ≥ 20