# Booking Hotel Prices MCP

> Booking Hotel Prices 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).

Retrieves hotel pricing and availability data for travel booking via a paid MCP-compatible endpoint

## Facts

- Endpoint: POST https://api.m2mcent.com/booking-hotel-prices-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/booking-hotel-prices-mcp-2e8d104a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_3ZJzpPYloVkOeR_AM9RLv

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 booking-hotel-prices-mcp-2e8d104a -d '<json body>'
```

Example prompt: Can you search for available hotels in Barcelona from July 10 to July 15 for 2 guests and show me the prices?

## When to prefer this

Use this endpoint when an agent needs real-time hotel price lookups or availability checks for travel planning, especially when integrated into an MCP-compatible agentic workflow that supports x402 micropayments. Suitable for comparison shopping or itinerary building tasks.

## Known failure modes

- Vague or missing destination results in no results or error
- Invalid or past dates may return empty results or error response
- Unsupported destination may yield no listings
- Rate limit or payment failure (HTTP 402) if USDC payment not processed
- Malformed input string causes processing failure

## 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 hotel listings with pricing and availability information for the specified destination and dates, likely including hotel names, room rates, and booking options structured as text or JSON 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/booking-hotel-prices-mcp-2e8d104a/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)
