Skip to content
Cursor

interline for Cursor

io.github.choppaaahh/interline

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

client:Cursor transport:stdio runtime:pypi

Install interline in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "interline": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "interline"
      ],
      "env": {
        "APV0_BUYER_PRIVATE_KEY": "<APV0_BUYER_PRIVATE_KEY>",
        "APV0_NETWORK": "<APV0_NETWORK>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

interline in other clients