BATON
Rank #55,847io.github.vinsenzo83/baton
Hand off AI work with a signed Verification Receipt — an independent verifier proves it runs.
BATON is a Model Context Protocol (MCP) server published by vinsenzo83. It ranks #55,847 of 132,113 servers tracked on MCP Toplist. BATON is listed across 3 registries — Official MCP, PulseMCP and Glama, with 2 tracked versions. It was first listed on Jul 7, 2026 and most recently updated on Jul 7, 2026.
Ranks ahead of 76,266 of 132,113 servers on MCP Toplist.
Use BATON
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http baton https://baton-mcp-production.up.railway.app/mcpclaude mcp add baton -- npx -y baton-mcp[mcp_servers.baton]
url = "https://baton-mcp-production.up.railway.app/mcp"Add to ~/.codex/config.toml.
[mcp_servers.baton]
command = "npx"
args = ["-y", "baton-mcp"]Add to ~/.codex/config.toml.
https://baton-mcp-production.up.railway.app/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"baton": {
"command": "npx",
"args": [
"-y",
"baton-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"baton": {
"url": "https://baton-mcp-production.up.railway.app/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"baton": {
"command": "npx",
"args": [
"-y",
"baton-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"baton": {
"type": "http",
"url": "https://baton-mcp-production.up.railway.app/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"baton": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"baton-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"baton": {
"serverUrl": "https://baton-mcp-production.up.railway.app/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"baton": {
"command": "npx",
"args": [
"-y",
"baton-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"baton": {
"url": "https://baton-mcp-production.up.railway.app/mcp"
}
}
}{
"mcpServers": {
"baton": {
"command": "npx",
"args": [
"-y",
"baton-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.vinsenzo83%2Fbaton)<a href="https://mcptoplist.com/server/io.github.vinsenzo83%2Fbaton"><img src="https://mcptoplist.com/badge/io.github.vinsenzo83%2Fbaton.svg" alt="MCP Toplist: Top 50% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
vinsenzo83
Other servers by vinsenzo83
View all vinsenzo83 servers →Available versions (2)
| Version | Published |
|---|---|
| 0.2.0 | Jul 7, 2026 |
| 0.1.0 | Jul 7, 2026 |
Frequently asked questions
- Who maintains BATON?
- BATON is maintained by vinsenzo83, which publishes 3 MCP servers (2 total versions) tracked on MCP Toplist.
- Is BATON listed on the Official MCP Registry?
- Yes — BATON is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does BATON have?
- MCP Toplist tracks 2 versions of BATON, most recently published on Jul 7, 2026.
- Where can I find the source code for BATON?
- The source code for BATON is hosted at github.com/vinsenzo83/baton.
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.