# Verra Carbon Credit MCP

> Verra Carbon Credit MCP is a paid API for AI agents from api.m2mcent.com, paid per call via x402, $0.12/call, status unknown (last checked 2026-09-15).

Processes and retrieves Verra carbon credit registry data including project details, credit issuances, and retirement records

## Facts

- Endpoint: POST https://api.m2mcent.com/verra-carbon-credit-mcp/api/process
- Price: $0.12/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/verra-carbon-credit-mcp-68ad21c0
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_b44bXdZ8motA8sWjINnIo

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability verra-carbon-credit-mcp-68ad21c0 -d '<json body>'
```

Example prompt: Can you look up the Verra carbon credit registry and find me the issuance and retirement records for VCS project ID 1764?

## When to prefer this

Use this endpoint when you need to programmatically access Verra carbon credit registry data for project verification, credit retirement checks, or carbon market due diligence. Prefer this over manual registry browsing when integrating carbon credit verification into automated workflows or agent pipelines.

## Known failure modes

- Invalid or non-existent project ID returns empty or error response
- Malformed input data string causes processing failure
- Registry data temporarily unavailable due to upstream Verra service issues
- Ambiguous query returns partial or no results
- Rate limiting or payment validation failure results in 402 response

## How this service works

The premier global index of 1,069 monetized MCP nodes across 205 specialized subdomains. Gasless USDC runtime settlements via x402 V2 Spec on Base L2. Save 95% token context.

## Output

Returns structured data from the Verra carbon credit registry, including project details, credit issuance volumes, retirement records, verification status, and associated metadata about the carbon offset project.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "payload": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "success": true
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/verra-carbon-credit-mcp-68ad21c0/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.m2mcent.com](https://www.zero.xyz/host/api.m2mcent.com/llms.txt)
