npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

n8n-nodes-mimirapi

v0.1.0

Published

n8n community node for MimirAPI — pay-per-call tools for agents over x402 (USDC on Base): provenance certificates, QR / social-card / chart SVGs, price routing, phone intel, and more. No API key, no signup.

Readme

n8n-nodes-mimirapi

An n8n community node for MimirAPI — pay-per-call tools for agents over x402 (USDC on Base). No API key, no signup. Discovery is free; every paid tool quotes its price with HTTP 402 and serves the result once the payment is settled.

n8n is a fair-code workflow automation platform.

Installation

In n8n: Settings → Community Nodes → Install, and enter:

n8n-nodes-mimirapi

Or self-hosted via npm:

npm install n8n-nodes-mimirapi

Credentials

Create a MimirAPI API credential. There is nothing to sign up for:

  • Payment Signature — leave blank for the free operations (Catalog, Health), or to see the 402 challenge a paid tool quotes. To pay, settle the challenge with your wallet (x402 exact scheme, USDC on Base — e.g. via x402-fetch or a CDP wallet) and paste the resulting PAYMENT-SIGNATURE header value here.
  • Base URL — leave as https://mimirapi.com unless told otherwise.

Operations

| Operation | Endpoint | Price | Output | | --- | --- | --- | --- | | Catalog | GET /v1/catalog | free | JSON: every live SKU with its price and input/output schema | | Health | GET /health | free | JSON: liveness and SKU counts | | Ping | GET /v1/ping | $0.001 | JSON: pong + server time — the cheapest proof your x402 wiring works | | QR Code | GET /v1/qr | $0.002 | JSON: deterministic QR svg from any text or URL, selectable error-correction level | | Chart | POST /v1/chart | $0.01 | JSON: deterministic 800x400 line/bar chart svg from a comma-separated numeric series | | Social Card | GET /v1/og-image | $0.01 | JSON: deterministic 1200x630 Open Graph svg from a title + optional subtitle, dark or light | | Visual Review | POST /v1/visual-review | $0.01 | JSON: full-page screenshot (data URI PNG) + axe-core accessibility audit for any https URL | | Route Price | GET /v1/route/price | $0.03 | JSON: live crypto/token spot price, optionally cross-validated against a second source | | Phone Intel | GET /v1/phone/intel | $0.03 | JSON: E.164 validity, country, carrier, and line type for any number | | Wallet Screen | GET /v1/wallet/screen | $0.05 | JSON: sanctioned true/false from the public Chainalysis oracle for an EVM address | | Provenance Certificate | POST /v1/provenance/certificate | $0.25 | JSON: chain-of-custody license certificate (SHA-256 content hash + HMAC signature) | | Ephemeral Database | POST /v1/db | $0.25 | JSON: connection string for a real Postgres database with a TTL; teardown is automatic | | X402 Audit | POST /v1/x402-audit | $0.25 | JSON: conformance verdict for any x402 counter (402 coherence, Bazaar metadata, index listing) |

The counter's SMS-sending SKU is deliberately not exposed as an operation: sending carrier messages from a broad automation surface is an abuse magnet with real regulatory exposure (TCPA/10DLC). Call it directly against the API if you need it.

How payment works

MimirAPI is an x402 counter. Calling a paid operation without a settled payment does not fail silently — the node surfaces the HTTP 402 response, whose body is the x402 challenge listing the accepted payment (exact scheme, USDC on Base, with the exact amount). Settle that challenge with your wallet, put the signature in the credential's Payment Signature field, and run the same operation again — the identical request is then served.

The free operations (Catalog, Health) never require payment and work with the signature blank.

Compatibility

Requires n8n with n8nNodesApiVersion: 1. Declarative node; no extra runtime dependencies.

Resources

License

MIT © Latimer Woods Tech