Serversio.github.krystiangw/agenticpay
A

io.github.krystiangw/agenticpay

io.github.krystiangw/agenticpay · v0.0.1
▦ npm
v0.0.1npm npm: @agenticpay/mcp-bridge↗ Website↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-29/server.schema.json",
  "name": "io.github.krystiangw/agenticpay",
  "description": "x402 USDC paywall bridge for MCP — pay per tool call on Solana.",
  "repository": {
    "url": "https://github.com/krystiangw/agenticpay",
    "source": "github"
  },
  "version": "0.0.1",
  "websiteUrl": "https://krystiangw.github.io/agenticpay/",
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@agenticpay/mcp-bridge",
      "version": "0.0.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Solana keypair as 64-byte JSON array (the format `solana-keygen new` writes). The bridge signs each x402 payment with this keypair.",
          "isRequired": true,
          "isSecret": true,
          "name": "AGENTICPAY_BRIDGE_KEYPAIR"
        },
        {
          "description": "JSON array of paid tool definitions. Each entry: { name, description, url, inputSchema, headers? }",
          "isRequired": true,
          "name": "AGENTICPAY_BRIDGE_TOOLS"
        },
        {
          "description": "CAIP-2 network identifier. Devnet: solana:EtWTRABZaYq6iMfeYKouRu166VU2xqa1",
          "default": "solana:EtWTRABZaYq6iMfeYKouRu166VU2xqa1",
          "name": "AGENTICPAY_BRIDGE_NETWORK"
        },
        {
          "description": "Solana JSON-RPC URL",
          "default": "https://api.devnet.solana.com",
          "name": "AGENTICPAY_BRIDGE_RPC"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}