streamable-httpupdated 13d ago
An MCP server that exposes the ImagePay x402 marketplace — 40 paid API tools — to any MCP-capable agent.
What can you do with ImagePay MCP?
ImagePay MCP
An MCP 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 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):
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
Install
Add ImagePay MCP to your client. Pick the one you use.
claude mcp add --transport http imagepay-mcp https://making-absurd-felt-tip.ngrok-free.dev/mcpcodex mcp add imagepay-mcp --url https://making-absurd-felt-tip.ngrok-free.dev/mcp{
"mcpServers": {
"imagepay-mcp": {
"url": "https://making-absurd-felt-tip.ngrok-free.dev/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"imagepay-mcp": {
"type": "http",
"url": "https://making-absurd-felt-tip.ngrok-free.dev/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"imagepay-mcp": {
"url": "https://making-absurd-felt-tip.ngrok-free.dev/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"imagepay-mcp": {
"serverUrl": "https://making-absurd-felt-tip.ngrok-free.dev/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation14/25
- Maintenance19/25
- Trust6/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 5 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 1.0.0Latest | Aug 26, 2026 |