Back to Browse

Imagepay MCP Server

AI & MLLow Risk10.0MCP RegistryRemote
Free

Server data from the Official MCP Registry

ImagePay MCP: 40 x402 paid API tools (OCR, PDF, image, QR, tabular, web). Pay per call on Base.

About

ImagePay MCP: 40 x402 paid API tools (OCR, PDF, image, QR, tabular, web). Pay per call on Base.

Remote endpoints: streamable-http: https://making-absurd-felt-tip.ngrok-free.dev/mcp

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 0 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.

44 tools verified · Open access · No issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

How to Connect

Remote Plugin

No local installation needed. Your AI client connects to the remote endpoint directly.

Add this to your MCP configuration to connect:

{
  "mcpServers": {
    "io-github-neuralmint-imagepay-mcp": {
      "url": "https://making-absurd-felt-tip.ngrok-free.dev/mcp"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

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

Reviews

No reviews yet

Be the first to review this server!