# Google Flights Matrix MCP

> Google Flights Matrix MCP is a paid API for AI agents from api.m2mcent.com, paid per call via x402, $0.15/call, status unknown (last checked 2026-09-15).

Searches Google Flights to retrieve a matrix of flight prices across multiple routes, dates, or passenger combinations

## Facts

- Endpoint: POST https://api.m2mcent.com/google-flights-matrix-mcp/api/process
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/google-flights-matrix-mcp-487f263f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_5wrmTI1kQPqZ0tC4GAB0G

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 google-flights-matrix-mcp-487f263f -d '<json body>'
```

Example prompt: Can you search Google Flights for round-trip flights from New York (JFK) to London (LHR) leaving March 15 and returning March 22, economy class for 2 passengers, and show me a price matrix with the cheapest options?

## When to prefer this

Choose this endpoint when you need to retrieve a price matrix or compare flight options across multiple dates, routes, or airlines using Google Flights data. It is especially useful for flexible-date travel planning or multi-passenger fare searches where a grid view of prices is needed.

## Known failure modes

- Invalid or unrecognized airport codes return an error
- Dates in the past or too far in the future may return no results
- Malformed input data string causes processing failure
- Google Flights rate limiting or scraping restrictions may cause intermittent failures
- No available flights for the requested route and dates returns empty results

## 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 a matrix of flight prices, fare options, airline names, durations, layover information, and cheapest fares for the queried routes and dates, sourced from Google Flights data.

## 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/google-flights-matrix-mcp-487f263f/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)
