Skip to main content
ClaudeWave

x402-native paid API marketplace as an MCP server (40 tools).

MCP ServersOfficial Registry0 stars0 forksMITUpdated today
ClaudeWave Trust Score
87/100
Trusted
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Clear description
  • Documented (README)
Last scanned: 8/27/2026
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/neuralmint/imagepay-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "imagepay-mcp": {
      "command": "node",
      "args": ["/path/to/imagepay-mcp/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/neuralmint/imagepay-mcp and follow its README for install instructions.
Use cases

MCP Servers overview

# ImagePay MCP

An [MCP](https://modelcontextprotocol.io) server that exposes the **ImagePay x402 marketplace** — 40 paid API tools — to any MCP-capable agent.

## What it does
Each 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.

## Tools (40)
- **OCR** — image → text
- **PDF** — text, metadata, page split, merge
- **Image** — filters, transforms, QR generate/decode, palette, perceptual hash, face-detect, crop, resize, watermark, EXIF read/strip
- **Tabular** — csv↔json, xml→json, yaml→json
- **Web** — URL metadata (title/description/OpenGraph)
- **Utilities** — JWT decode, cron-next, unit conversion, slugify

## Endpoint
```
https://making-absurd-felt-tip.ngrok-free.dev/mcp
```
Transport: 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`).

## Using it
Point any x402-aware MCP client at the URL above. Example (TypeScript SDK):
```ts
import { Client } from "@modelcontextprotocol/sdk/client/index.js";
// connect to https://making-absurd-felt-tip.ngrok-free.dev/mcp
```

## Self-hosting
The upstream server is open-source (Hermes Agent project). This repo only holds the registry metadata; the live service runs elsewhere.

## License
MIT

What people ask about imagepay-mcp

What is neuralmint/imagepay-mcp?

+

neuralmint/imagepay-mcp is mcp servers for the Claude AI ecosystem. x402-native paid API marketplace as an MCP server (40 tools). It has 0 GitHub stars and its last recorded update is dated 2026-08-26.

How do I install imagepay-mcp?

+

You can install imagepay-mcp by cloning the repository (https://github.com/neuralmint/imagepay-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is neuralmint/imagepay-mcp safe to use?

+

Our security agent has analyzed neuralmint/imagepay-mcp and assigned a Trust Score of 87/100 (tier: Trusted). See the full breakdown of passed checks and flags on this page.

Who maintains neuralmint/imagepay-mcp?

+

neuralmint/imagepay-mcp is maintained by neuralmint. The last recorded GitHub activity is dated 2026-08-26, with 0 open issues.

Are there alternatives to imagepay-mcp?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy imagepay-mcp to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: neuralmint/imagepay-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/neuralmint-imagepay-mcp)](https://claudewave.com/repo/neuralmint-imagepay-mcp)
<a href="https://claudewave.com/repo/neuralmint-imagepay-mcp"><img src="https://claudewave.com/api/badge/neuralmint-imagepay-mcp" alt="Featured on ClaudeWave: neuralmint/imagepay-mcp" width="320" height="64" /></a>

More MCP Servers

imagepay-mcp alternatives