tieline
Rank #19,130io.github.nugehs/tieline
Static FE-BE contract-drift checker: finds frontend calls the backend does not expose. CLI + MCP.
tieline is a Model Context Protocol (MCP) server published by nugehs. It ranks #19,130 of 115,460 servers tracked on MCP Toplist. tieline is listed across 2 registries — Official MCP and PulseMCP, with 1 tracked version. It was first listed on Jun 9, 2026 and most recently updated on Jun 10, 2026.
Ranks ahead of 96,330 of 115,460 servers on MCP Toplist.
Use tieline
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add tieline -- npx -y @nugehs/tieline mcp[mcp_servers.tieline]
command = "npx"
args = ["-y", "@nugehs/tieline", "mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"tieline": {
"command": "npx",
"args": [
"-y",
"@nugehs/tieline",
"mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"tieline": {
"command": "npx",
"args": [
"-y",
"@nugehs/tieline",
"mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"tieline": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@nugehs/tieline",
"mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"tieline": {
"command": "npx",
"args": [
"-y",
"@nugehs/tieline",
"mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"tieline": {
"command": "npx",
"args": [
"-y",
"@nugehs/tieline",
"mcp"
]
}
}
}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.nugehs%2Ftieline)<a href="https://mcptoplist.com/server/io.github.nugehs%2Ftieline"><img src="https://mcptoplist.com/badge/io.github.nugehs%2Ftieline.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
nugehs
Other servers by nugehs
View all nugehs servers →Available versions (1)
| Version | Published |
|---|---|
| 0.1.4 | Jun 10, 2026 |
Frequently asked questions
- Who maintains tieline?
- tieline is maintained by nugehs, which publishes 5 MCP servers (16 total versions) tracked on MCP Toplist.
- Is tieline listed on the Official MCP Registry?
- Yes — tieline is listed on the Official MCP Registry, alongside PulseMCP.
- How many versions does tieline have?
- MCP Toplist tracks 1 version of tieline, most recently published on Jun 10, 2026.
- Where can I find the source code for tieline?
- The source code for tieline is hosted at github.com/nugehs/tieline.