# Bing AI Results MCP

> Bing AI Results MCP is a paid API for AI agents from api.m2mcent.com, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-14).

Fetches AI-enhanced Bing search results for a given query, returning processed web search data via a paid agentic endpoint.

## Facts

- Endpoint: POST https://api.m2mcent.com/bing-ai-results-mcp/api/process
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/bing-ai-results-mcp-1942c0be
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_A3PitQuKuyjUMhh13TsvL

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 bing-ai-results-mcp-1942c0be -d '<json body>'
```

Example prompt: Search Bing AI for 'best practices for containerizing Python microservices in 2024' and bring back the top results.

## When to prefer this

Choose this endpoint when your agent needs live, up-to-date web search results powered by Bing AI — especially for current events, real-time data, or queries where freshness matters. Prefer this over static knowledge bases when the information may have changed recently or when broad web coverage is needed.

## Known failure modes

- Empty or missing 'data' field returns an error or empty result set
- Payment failure (402) if USDC balance is insufficient
- Query string too long or malformed may result in a processing error
- Bing API rate limits or upstream outages may cause timeouts
- Ambiguous queries may return low-relevance 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 AI-processed Bing search results for the submitted query string, likely including ranked web results, snippets, titles, URLs, and potentially AI-synthesized answer content drawn from Bing's search index.

## 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/bing-ai-results-mcp-1942c0be/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)
