# Vendor Financial Health MCP

> Vendor Financial Health MCP is a paid API for AI agents from api.m2mcent.com, paid per call via x402, $0.35/call, status unknown (last checked 2026-09-13).

Assesses and reports on the financial health of vendors, providing risk and stability analysis for procurement and supply chain decisions.

## Facts

- Endpoint: POST https://api.m2mcent.com/vendor-financial-health-mcp/api/process
- Price: $0.35/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/vendor-financial-health-mcp-ef0f1528
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_zRzMc-zflhlwKpcYbWZkK

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 vendor-financial-health-mcp-ef0f1528 -d '<json body>'
```

Example prompt: Can you run a financial health check on Acme Logistics Corp? I need to know if they're financially stable enough to rely on as a long-term supplier before we sign a multi-year contract.

## When to prefer this

Choose this endpoint when you need automated, on-demand financial health analysis of a specific vendor or supplier, particularly for procurement due diligence, contract risk assessment, or ongoing supplier monitoring. Prefer this over manual credit checks when speed and agent-accessibility matter.

## Known failure modes

- Vendor not found or unrecognized — returns empty or error response
- Insufficient financial data available for the vendor — partial or low-confidence result
- Malformed input data string — validation error
- Service unavailable or timeout — HTTP 5xx error
- Payment not processed — HTTP 402 error blocking access

## 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 structured financial health assessment of the specified vendor, likely including a health or risk score, key financial indicators (liquidity, solvency, profitability signals), risk flags, and a summary of the vendor's financial stability status.

## 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/vendor-financial-health-mcp-ef0f1528/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)
