Interline
Rank #47,491io.github.Choppaaahh/interline
Neutral, non-custodial MCP payment router: discover rails, then pay across them.
Interline is a Model Context Protocol (MCP) server published by Choppaaahh. It ranks #47,491 of 115,460 servers tracked on MCP Toplist. Interline is listed across 4 registries — Official MCP, PulseMCP, Glama and mcp.so, with 2 tracked versions. It was first listed on Jun 14, 2026 and most recently updated on Jun 15, 2026.
Ranks ahead of 67,969 of 115,460 servers on MCP Toplist.
Use Interline
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add interline -e "APV0_BUYER_PRIVATE_KEY=<your APV0_BUYER_PRIVATE_KEY>" -e "APV0_NETWORK=<your APV0_NETWORK>" -- uvx interlineReplace each placeholder with your own value before saving.
[mcp_servers.interline]
command = "uvx"
args = ["interline"]
[mcp_servers.interline.env]
APV0_BUYER_PRIVATE_KEY = "<your APV0_BUYER_PRIVATE_KEY>"
APV0_NETWORK = "<your APV0_NETWORK>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"interline": {
"command": "uvx",
"args": [
"interline"
],
"env": {
"APV0_BUYER_PRIVATE_KEY": "<your APV0_BUYER_PRIVATE_KEY>",
"APV0_NETWORK": "<your APV0_NETWORK>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"interline": {
"command": "uvx",
"args": [
"interline"
],
"env": {
"APV0_BUYER_PRIVATE_KEY": "<your APV0_BUYER_PRIVATE_KEY>",
"APV0_NETWORK": "<your APV0_NETWORK>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"interline": {
"type": "stdio",
"command": "uvx",
"args": [
"interline"
],
"env": {
"APV0_BUYER_PRIVATE_KEY": "<your APV0_BUYER_PRIVATE_KEY>",
"APV0_NETWORK": "<your APV0_NETWORK>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"interline": {
"command": "uvx",
"args": [
"interline"
],
"env": {
"APV0_BUYER_PRIVATE_KEY": "<your APV0_BUYER_PRIVATE_KEY>",
"APV0_NETWORK": "<your APV0_NETWORK>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"interline": {
"command": "uvx",
"args": [
"interline"
],
"env": {
"APV0_BUYER_PRIVATE_KEY": "<your APV0_BUYER_PRIVATE_KEY>",
"APV0_NETWORK": "<your APV0_NETWORK>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.Choppaaahh%2Finterline)<a href="https://mcptoplist.com/server/io.github.Choppaaahh%2Finterline"><img src="https://mcptoplist.com/badge/io.github.Choppaaahh%2Finterline.svg" alt="MCP Toplist: Top 50% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries
Choppaaahh
Other servers by Choppaaahh
View all Choppaaahh servers →Available versions (2)
| Version | Published |
|---|---|
| 0.1.2 | Jun 15, 2026 |
| 0.1.1 | Jun 14, 2026 |
Frequently asked questions
- Who maintains Interline?
- Interline is maintained by Choppaaahh, which publishes 2 MCP servers (3 total versions) tracked on MCP Toplist.
- Is Interline listed on the Official MCP Registry?
- Yes — Interline is listed on the Official MCP Registry, alongside PulseMCP, Glama and mcp.so.
- How many versions does Interline have?
- MCP Toplist tracks 2 versions of Interline, most recently published on Jun 15, 2026.
- Where can I find the source code for Interline?
- The source code for Interline is hosted at github.com/choppaaahh/interline-routes.