Snap Router
Rank #57,485io.github.trigeochiral/snap-router
Task-to-tool discovery over the merged x402 Bazaar + MCP Registry catalog
Snap Router is a Model Context Protocol (MCP) server published by trigeochiral. It ranks #57,485 of 132,405 servers tracked on MCP Toplist. Snap Router is listed on Official MCP, with 1 tracked version. It was first listed on Sep 4, 2026 and most recently updated on Sep 4, 2026.
Ranks ahead of 74,920 of 132,405 servers on MCP Toplist.
Use Snap Router
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add snap-router -e "SNAP_API=<your SNAP_API>" -e "SNAP_XPAYMENT=<your SNAP_XPAYMENT>" -- uvx snap-router-mcpReplace each placeholder with your own value before saving.
[mcp_servers.snap-router]
command = "uvx"
args = ["snap-router-mcp"]
[mcp_servers.snap-router.env]
SNAP_API = "<your SNAP_API>"
SNAP_XPAYMENT = "<your SNAP_XPAYMENT>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"snap-router": {
"command": "uvx",
"args": [
"snap-router-mcp"
],
"env": {
"SNAP_API": "<your SNAP_API>",
"SNAP_XPAYMENT": "<your SNAP_XPAYMENT>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"snap-router": {
"command": "uvx",
"args": [
"snap-router-mcp"
],
"env": {
"SNAP_API": "<your SNAP_API>",
"SNAP_XPAYMENT": "<your SNAP_XPAYMENT>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"snap-router": {
"type": "stdio",
"command": "uvx",
"args": [
"snap-router-mcp"
],
"env": {
"SNAP_API": "<your SNAP_API>",
"SNAP_XPAYMENT": "<your SNAP_XPAYMENT>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"snap-router": {
"command": "uvx",
"args": [
"snap-router-mcp"
],
"env": {
"SNAP_API": "<your SNAP_API>",
"SNAP_XPAYMENT": "<your SNAP_XPAYMENT>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"snap-router": {
"command": "uvx",
"args": [
"snap-router-mcp"
],
"env": {
"SNAP_API": "<your SNAP_API>",
"SNAP_XPAYMENT": "<your SNAP_XPAYMENT>"
}
}
}
}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.trigeochiral%2Fsnap-router)<a href="https://mcptoplist.com/server/io.github.trigeochiral%2Fsnap-router"><img src="https://mcptoplist.com/badge/io.github.trigeochiral%2Fsnap-router.svg" alt="MCP Toplist: Top 50% of 132,405" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
trigeochiral
Other servers by trigeochiral
View all trigeochiral servers →Available versions (1)
| Version | Published |
|---|---|
| 1.0.0 | Sep 4, 2026 |
Frequently asked questions
- Who maintains Snap Router?
- Snap Router is maintained by trigeochiral, which publishes 3 MCP servers (7 total versions) tracked on MCP Toplist.
- Is Snap Router listed on the Official MCP Registry?
- Yes — Snap Router is listed on the Official MCP Registry.
- How many versions does Snap Router have?
- MCP Toplist tracks 1 version of Snap Router, most recently published on Sep 4, 2026.
- Where can I find the source code for Snap Router?
- The source code for Snap Router is hosted at github.com/trigeochiral/snap-router-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.