mcpbeat Sign in

Mossgate MCP Server

local only

Mossgate MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 52 installs a week from npm. Last commit 8 Aug 2026.

mcp stdio server exposing mossgate trust and rue render apis with x402 usdc payment

Installs per day peak 238 · avg 8
a month agotoday
52
Installs / week
npm · mossgate-mcp
0
Stars
0 open issues
8 Aug 2026
Last commit
0 releases in 90 days
License
JavaScript

Nothing serious here today

Today is the operative word: we check Mossgate MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mossgate-mcp -- npx -y mossgate-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mossgate-mcp": {
      "args": [
        "-y",
        "mossgate-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mossgate-mcp]
command = "npx"
args = ["-y", "mossgate-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "mossgate-mcp": {
      "args": [
        "-y",
        "mossgate-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mossgate-mcp": {
      "args": [
        "-y",
        "mossgate-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: MOSSGATE_BUYER_PK (evm private key funding x402 usdc payments on base). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Mossgate MCP

same job, measured the same way
Minia2a MCP
by minia2a

MCP server for minia2a.uk — discover and call 1,600+ x402 pay-per-call APIs with USDC payments.

local only
Agentcash
by merit-systems

Generic MCP server for calling x402-protected APIs with automatic payment handling

2 300 installs/wk local only
Clawallex MCP
by clawallex-tech

MCP Server for Clawallex payment API - Pay for anything with USDC virtual cards

63 installs/wk local only
M2mcent
by evozim

x402 payment wrapper for AI Agents and MCP Servers. USDC settlements on Base L2.

82 installs/wk local only
x402 Pay — USDC API Payment Helper
by scriptmasterlabs

Pay for APIs with USDC. Read-only x402 payment discovery, verification, evidence, and status.

4 tools answering
Stripe
by stripe

MCP server integrating with Stripe - tools for customers, products, payments, and more.

answering
Pyrimid Protocol
by pyrimid

Agent-commerce MCP server for x402/USDC payments and affiliate splits on Base.

7 tools answering
MCP Billing Gateway
by sapph1re

Billing proxy for MCP servers. Adds Stripe and x402 crypto payments without writing billing code.

64 installs/wk 12 tools answering

Mossgate MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Mossgate MCP?
Mossgate MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package mossgate-mcp was installed 52 times last week.
How do I connect Mossgate MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls mossgate-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Mossgate MCP?
The npm package mossgate-mcp was installed 52 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Mossgate MCP open source?
We cannot say either way: written in JavaScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.