MCP bridge for autonomous x402 payments in HPP USDC.e — discover and pay for services per call.
What it says
The record the registry holds
How you get it
There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
@hpp-io/x402-mcp-bridge · npm · 0.1.18
the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.hpp-io/x402-mcp-bridge",
"description": "MCP bridge for autonomous x402 payments in HPP USDC.e — discover and pay for services per call.",
"title": "HPP x402 MCP Bridge",
"repository": {
"url": "https://github.com/hpp-io/x402-mcp-bridge",
"source": "github"
},
"version": "0.1.18",
"websiteUrl": "https://docs.hpp.io/x402/agents",
"icons": [
{
"src": "https://docs.hpp.io/img/hpp-logo.png",
"mimeType": "image/png",
"sizes": [
"192x192"
]
}
],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "@hpp-io/x402-mcp-bridge",
"version": "0.1.18",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Delegate EOA private key used to sign payments. Auto-created in the OS keychain if unset.",
"isSecret": true,
"name": "DELEGATE_PRIVATE_KEY"
},
{
"description": "Target network: eip155:181228 (HPP Sepolia, default) or eip155:190415 (HPP Mainnet).",
"name": "HPP_NETWORK"
},
{
"description": "Optional upstream MCP server to proxy. Omit to expose only the local tools.",
"name": "RESOURCE_SERVER_URL"
},
{
"description": "Safe address for governance (Safe) mode. Set together with ALLOWANCE_MODULE_ADDRESS.",
"name": "SAFE_ADDRESS"
},
{
"description": "Safe AllowanceModule address for governance (Safe) mode. Set together with SAFE_ADDRESS.",
"name": "ALLOWANCE_MODULE_ADDRESS"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-08-20T01:24:15.508597Z",
"publishedAt": "2026-08-20T01:24:15.508597Z",
"updatedAt": "2026-08-20T01:24:15.508597Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonlocal · you run it yourselfversion 0.1.18last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.