# Lithium & Copper Prices MCP

> Lithium & Copper Prices MCP is a paid API for AI agents from api.m2mcent.com, paid per call via x402, $0.25/call, status unknown (last checked 2026-09-13).

Returns current and/or historical market prices for lithium and copper commodities

## Facts

- Endpoint: POST https://api.m2mcent.com/lithium-copper-prices-mcp/api/process
- Price: $0.25/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/lithium-copper-prices-mcp-5efb6cf6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_71518u1NVQrffILJp-H7A

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 lithium-copper-prices-mcp-5efb6cf6 -d '<json body>'
```

Example prompt: What's the current spot price for lithium and copper? I need today's market prices for both commodities.

## When to prefer this

Use this endpoint when you need quick, on-demand lookups of lithium or copper commodity prices without building your own data pipeline. Prefer this over general financial APIs when you specifically need these two battery/industrial metals and want a simple POST interface with per-call pricing.

## Known failure modes

- Malformed or empty 'data' string field returns an error or empty result
- Ambiguous query with no recognized commodity name may return null or generic response
- Network or upstream data feed outage results in a 5xx error
- Unsupported date range or historical query may return no data

## 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

The agent receives current or recent market price data for lithium and/or copper, including price values, units (e.g. USD per metric ton), and likely a timestamp or date context for the data point returned.

## 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/lithium-copper-prices-mcp-5efb6cf6/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)
