{
  "markdown": "# ImagePay MCP\n\nAn [MCP](https://modelcontextprotocol.io) server that exposes the **ImagePay x402 marketplace** — 40 paid API tools — to any MCP-capable agent.\n\n## What it does\nEach tool is gated by an [x402](https://x402.org) micro-payment on Base. Call a tool; the server returns a 402 with signed payment terms; your x402-enabled client pays per call. No API key, no subscription, no signup.\n\n## Tools (40)\n- **OCR** — image → text\n- **PDF** — text, metadata, page split, merge\n- **Image** — filters, transforms, QR generate/decode, palette, perceptual hash, face-detect, crop, resize, watermark, EXIF read/strip\n- **Tabular** — csv↔json, xml→json, yaml→json\n- **Web** — URL metadata (title/description/OpenGraph)\n- **Utilities** — JWT decode, cron-next, unit conversion, slugify\n\n## Endpoint\n```\nhttps://making-absurd-felt-tip.ngrok-free.dev/mcp\n```\nTransport: streamable HTTP. A bare MCP client `initialize` + `tools/list` returns all 40 tools. Unpaid calls return x402 payment terms (the server is Bazaar-native under resource type `mcp`).\n\n## Using it\nPoint any x402-aware MCP client at the URL above. Example (TypeScript SDK):\n```ts\nimport { Client } from \"@modelcontextprotocol/sdk/client/index.js\";\n// connect to https://making-absurd-felt-tip.ngrok-free.dev/mcp\n```\n\n## Self-hosting\nThe upstream server is open-source (Hermes Agent project). This repo only holds the registry metadata; the live service runs elsewhere.\n\n## License\nMIT\n",
  "bytes": 1446,
  "sha": "fecf072fdf9db356cc4d27323915c2fc94166b34a76fe8777eeecc83648febc6",
  "repo_slug": "neuralmint/imagepay-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_neuralmint_imagepay_mcp_2c688e1e/readme"
}