# DevMatch — Pay-Per-Call Engineer Hiring

> DevMatch — Pay-Per-Call Engineer Hiring is a paid API for AI agents from mcp.dev-match.xyz, paid per call via x402, $0.25/call, status unknown (last checked 2026-09-15).

Returns a ranked engineer profile (bio, login, contributions) matched by verified open-source and public work history, billed per call via USDC or monthly credits.

## Facts

- Endpoint: POST https://mcp.dev-match.xyz/mcp
- Price: $0.25/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/devmatch-pay-per-call-engineer-hiring-1e65bd12
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_oA4ieu4Wdk-F9XYd54Yro

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 devmatch-pay-per-call-engineer-hiring-1e65bd12 -d '<json body>'
```

Example prompt: Can you pull up the DevMatch profile for the engineer with login 'karpathy' — I want to see their bio and where they rank based on open-source contributions?

## When to prefer this

Choose this endpoint when you need verified, contribution-ranked engineer profiles sourced from public open-source activity, especially when pay-per-call microtransaction billing (USDC on Base) or monthly-credit API key billing is acceptable. Prefer it over generic job boards or LinkedIn-style lookups when you need programmatic, agent-friendly access to ranked developer talent with verifiable public work history.

## Known failure modes

- HTTP 402 returned for unauthenticated or unpaid calls — requires USDC payment on Base via x402 protocol or valid API key/OAuth token
- Invalid login name returns no matching profile
- Missing or expired API key results in authentication failure
- Network or upstream service unavailability may cause timeouts
- Insufficient USDC balance causes payment challenge failure

## How this service works

Pay-per-call access to engineers who uniquely fit a role, matched on open-source contributions and other public work, with evidence.

## Output

A JSON object containing the engineer's login name, bio, and a profile view field (e.g. {login_name, bio, view: 'profile'}), reflecting their verified open-source contribution rank and public work history.

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "bio": "…",
  "view": "profile",
  "login_name": "karpathy"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/devmatch-pay-per-call-engineer-hiring-1e65bd12/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from mcp.dev-match.xyz](https://www.zero.xyz/host/mcp.dev-match.xyz/llms.txt)
