interline for Grok
io.github.choppaaahh/interline
Neutral, non-custodial MCP payment router: discover rails, then pay across them.
client:Grok
transport:stdio
runtime:pypi
Install interline in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"interline": {
"type": "stdio",
"command": "uvx",
"args": [
"interline"
],
"env": {
"APV0_BUYER_PRIVATE_KEY": "<APV0_BUYER_PRIVATE_KEY>",
"APV0_NETWORK": "<APV0_NETWORK>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs