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
{
"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