# M2MCent Fintech Image Recognition Router MCP

> M2MCent Fintech Image Recognition Router MCP is a paid API for AI agents from api.m2mcent.com, paid per call via x402, $1.446503/call, status unknown (last checked 2026-09-15).

Routes a fintech-related image recognition query through the M2MCent MCP network and returns a boolean result

## Facts

- Endpoint: POST https://api.m2mcent.com/fintech-image-recognition-router-mcp-889/api/execute
- Price: $1.446503/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/m2mcent-fintech-image-recognition-router-mcp-2b8820ee
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_3cY3NPZeurLMULrAgoVL6

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 m2mcent-fintech-image-recognition-router-mcp-2b8820ee -d '<json body>'
```

Example prompt: Can you check whether this image is a valid financial document or payment instrument using the fintech image recognition router?

## When to prefer this

Choose this endpoint when you need a fast, low-latency binary classification of whether an image or image description belongs to the fintech domain, and when you are operating in a payment-enabled x402 agent environment on Base L2. Prefer this over general-purpose image classifiers when your use case is specifically financial documents, payment instruments, or fintech artifacts.

## Known failure modes

- Empty or missing query string returns a 400 validation error
- Non-fintech image queries may return false negatives due to domain-specific routing
- Payment failure via x402 (insufficient USDC balance) results in 402 Payment Required
- Network timeout or MCP node unavailability returns a 503 error
- Ambiguous or very short query strings may produce unreliable boolean 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

A JSON object containing a single boolean field indicating whether the image recognition query matched the expected fintech category (true = match, false = no match).

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "query"
 ],
 "properties": {
  "query": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "boolean"
 ],
 "properties": {
  "boolean": {
   "type": "boolean"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/m2mcent-fintech-image-recognition-router-mcp-2b8820ee/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)
