← Back to Plugins
MCP Server MCP

io.github.Choppaaahh/interline

github By github 👁 1 views ▲ 0 votes

Neutral, non-custodial MCP payment router: discover rails, then pay across them.

Homepage Verified source GitHub

Install

uvx interline

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "interline",
      "version": "0.1.3",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your own wallet private key (0x...). Stays in your env; the server never holds funds. Required only for pay_for_resource, not for discovery.",
          "isSecret": true,
          "name": "APV0_BUYER_PRIVATE_KEY"
        },
        {
          "description": "base-sepolia (testnet) or base (mainnet). Default base-sepolia.",
          "name": "APV0_NETWORK"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...