tsbootstrap
Rank #2,139io.github.astrogilda/tsbootstrap
Read-only time-series bootstrap server: diagnose a series and compute confidence intervals.
tsbootstrap is a Model Context Protocol (MCP) server published by astrogilda. It ranks #2,139 of 115,591 servers tracked on MCP Toplist, and its repository has 95 GitHub stars. tsbootstrap is listed across 2 registries — Official MCP and PulseMCP, with 2 tracked versions. It was first listed on Jun 24, 2026 and most recently updated on Aug 29, 2026.
Ranks ahead of 113,452 of 115,591 servers on MCP Toplist.
Use tsbootstrap
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add tsbootstrap -- uvx --from "tsbootstrap[mcp]" tsbootstrap-mcp tsbootstrap[mcp_servers.tsbootstrap]
command = "uvx"
args = ["--from", "tsbootstrap[mcp]", "tsbootstrap-mcp", "tsbootstrap"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"tsbootstrap": {
"command": "uvx",
"args": [
"--from",
"tsbootstrap[mcp]",
"tsbootstrap-mcp",
"tsbootstrap"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"tsbootstrap": {
"command": "uvx",
"args": [
"--from",
"tsbootstrap[mcp]",
"tsbootstrap-mcp",
"tsbootstrap"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"tsbootstrap": {
"type": "stdio",
"command": "uvx",
"args": [
"--from",
"tsbootstrap[mcp]",
"tsbootstrap-mcp",
"tsbootstrap"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"tsbootstrap": {
"command": "uvx",
"args": [
"--from",
"tsbootstrap[mcp]",
"tsbootstrap-mcp",
"tsbootstrap"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"tsbootstrap": {
"command": "uvx",
"args": [
"--from",
"tsbootstrap[mcp]",
"tsbootstrap-mcp",
"tsbootstrap"
]
}
}
}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.astrogilda%2Ftsbootstrap)<a href="https://mcptoplist.com/server/io.github.astrogilda%2Ftsbootstrap"><img src="https://mcptoplist.com/badge/io.github.astrogilda%2Ftsbootstrap.svg" alt="MCP Toplist: Top 5% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
astrogilda
Other servers by astrogilda
View all astrogilda servers →Available versions (2)
| Version | Published |
|---|---|
| 0.7.2 | Aug 29, 2026 |
| 0.5.0 | Jul 5, 2026 |
Frequently asked questions
- Who maintains tsbootstrap?
- tsbootstrap is maintained by astrogilda, which publishes 2 MCP servers (3 total versions) tracked on MCP Toplist.
- Is tsbootstrap listed on the Official MCP Registry?
- Yes — tsbootstrap is listed on the Official MCP Registry, alongside PulseMCP.
- How many versions does tsbootstrap have?
- MCP Toplist tracks 2 versions of tsbootstrap, most recently published on Aug 29, 2026.
- Where can I find the source code for tsbootstrap?
- The source code for tsbootstrap is hosted at github.com/astrogilda/tsbootstrap.