# VWAP/TWAP Execution MCP

> VWAP/TWAP Execution MCP is a paid API for AI agents from api.m2mcent.com, paid per call via x402, $0.3/call, status unknown (last checked 2026-09-15).

Executes or simulates VWAP (Volume Weighted Average Price) and TWAP (Time Weighted Average Price) algorithmic trade order strategies for financial instruments.

## Facts

- Endpoint: POST https://api.m2mcent.com/vwap-twap-execution-mcp/api/process
- Price: $0.3/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/vwap-twap-execution-mcp-f2de4ad2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_NIUXDFu6q5Q0CUtlVrj1P

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 vwap-twap-execution-mcp-f2de4ad2 -d '<json body>'
```

Example prompt: Execute a VWAP order for 10,000 shares of AAPL spread over the next 4 hours to minimize market impact — submit it now.

## When to prefer this

Choose this endpoint when you need algorithmic trade execution using VWAP or TWAP strategies, particularly for large orders where minimizing market impact and price slippage is critical. Prefer this over simple market or limit order endpoints when you need volume-weighted or time-sliced execution scheduling.

## Known failure modes

- Invalid or malformed data string input returns a parsing error
- Missing required trade parameters cause incomplete execution
- Market hours constraints may reject orders submitted outside trading windows
- Insufficient order data results in computation failure
- Payment failure (non-200 x402 response) blocks execution

## 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 execution results including computed VWAP or TWAP price levels, order fill details, execution schedule or slice breakdown, and status of the algorithmic order submission.

## 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/vwap-twap-execution-mcp-f2de4ad2/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)
