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

@arcpaylabs/arbitrum-mcp

v0.1.3

Published

MCP server for ArcPay Arbitrum contracts, x402, privacy intents, invoices, and demo flows.

Downloads

598

Readme

ArcPay Arbitrum MCP

ArcPay Arbitrum MCP is ArcPay for AI agents. Claude Desktop, Codex-compatible hosts, and other MCP clients can ask ArcPay for Arbitrum deployment data, derive agent and invoice IDs, prepare x402 paid-resource flows, generate privacy/invoice instructions, build GMX/ZeroDev/Dune/Fhenix execution handoff payloads, and return evidence checklists before claiming any work is complete.

Install

npm install -g @arcpaylabs/arbitrum-mcp

Claude Desktop

Add this to your Claude Desktop MCP config:

{
  "mcpServers": {
    "arcpay-arbitrum": {
      "command": "arcpay-arbitrum-mcp"
    }
  }
}

Restart Claude Desktop after editing the config.

Tools

  • get_deployment
  • derive_agent_id
  • derive_invoice_id
  • derive_claim_hash
  • derive_privacy_commitment
  • privacy_intent_guide
  • invoice_guide
  • x402_guide
  • agent_onboarding_payload
  • usdc_card_plan
  • policy_plan
  • evidence_template
  • execution_handoff
  • gmx_execution_plan
  • zerodev_session_policy
  • dune_evidence_spec
  • fhenix_privacy_boundary
  • demo_path
  • smoke_commands

Hosted Surfaces

  • App: https://arcpay-arbitrum.vercel.app
  • Docs: https://arcpay-arbitrum.vercel.app/docs/overview
  • OpenAPI: https://arcpay-arbitrum.vercel.app/openapi.json
  • llms.txt: https://arcpay-arbitrum.vercel.app/llms.txt
  • x402: https://arcpay-arbitrum.vercel.app/api

The MCP server makes ArcPay usable by agents directly, not only by humans clicking a dashboard. It does not sign transactions or mutate treasury state; it returns deterministic IDs, integration guidance, handoff payloads, and public deployment metadata that an operator can verify before execution.

Agent-Native Flows

agent_onboarding_payload lets Claude/Codex/custom agents request the same onboarding payload a dashboard user gets: agent id, x402 endpoint, contract map, policy requirements, optional ERC-8004 identity context, and claim-code steps.

usdc_card_plan lets an agent or developer prepare card issuance without touching the dashboard. It returns the card id, vault/token contracts, call sequence, and proof requirements for create/top-up/spend.

policy_plan returns both global workspace controls and per-agent controls, so an agent can explain what it is allowed to do before attempting any paid, sponsored, GMX, or money-moving action.

evidence_template is the guardrail: it tells the agent exactly what hashes, API responses, GMX/ZeroDev/Dune/Fhenix evidence, and screenshots are required before it can claim completion.