ILO Labour Statistics (ILOSTAT)
Rank #7,790io.github.SidneyBissoli/ilo-mcp-server
ILO labour statistics (ILOSTAT) with full provenance: source, vintage, license. 4 tools.
ILO Labour Statistics (ILOSTAT) is a Model Context Protocol (MCP) server published by sidneybissoli. It ranks #7,790 of 115,460 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. ILO Labour Statistics (ILOSTAT) is listed across 2 registries — Official MCP and Glama, with 5 tracked versions. It was first listed on Aug 8, 2026 and most recently updated on Aug 30, 2026.
Ranks ahead of 107,670 of 115,460 servers on MCP Toplist.
Use ILO Labour Statistics (ILOSTAT)
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http ilo-mcp-server https://ilo.sidneybissoli.com/mcpclaude mcp add ilo-mcp-server -- npx -y ilo-mcp-server[mcp_servers.ilo-mcp-server]
url = "https://ilo.sidneybissoli.com/mcp"Add to ~/.codex/config.toml.
[mcp_servers.ilo-mcp-server]
command = "npx"
args = ["-y", "ilo-mcp-server"]Add to ~/.codex/config.toml.
https://ilo.sidneybissoli.com/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"ilo-mcp-server": {
"command": "npx",
"args": [
"-y",
"ilo-mcp-server"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"ilo-mcp-server": {
"url": "https://ilo.sidneybissoli.com/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"ilo-mcp-server": {
"command": "npx",
"args": [
"-y",
"ilo-mcp-server"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"ilo-mcp-server": {
"type": "http",
"url": "https://ilo.sidneybissoli.com/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"ilo-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"ilo-mcp-server"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"ilo-mcp-server": {
"serverUrl": "https://ilo.sidneybissoli.com/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"ilo-mcp-server": {
"command": "npx",
"args": [
"-y",
"ilo-mcp-server"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"ilo-mcp-server": {
"url": "https://ilo.sidneybissoli.com/mcp"
}
}
}{
"mcpServers": {
"ilo-mcp-server": {
"command": "npx",
"args": [
"-y",
"ilo-mcp-server"
]
}
}
}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.SidneyBissoli%2Filo-mcp-server)<a href="https://mcptoplist.com/server/io.github.SidneyBissoli%2Filo-mcp-server"><img src="https://mcptoplist.com/badge/io.github.SidneyBissoli%2Filo-mcp-server.svg" alt="MCP Toplist: Top 10% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
sidneybissoli
Other servers by sidneybissoli
- Medical Terminologies MCP#1,828 · 15 vers
- Banco Central do Brasil (BCB) — SGS Time Series MCP Server#2,381 · 12 vers
- IBGE Brasil MCP#2,394 · 7 vers
- Dados Abertos Senado BR MCP#3,639 · 7 vers
- Senado Br MCP#12,097 · 2 vers
- Cid10 Br MCP#14,295 · 3 vers
- UNESCO UIS — Education, Science & Culture Statistics (provenance-first)#20,631 · 1 ver
Available versions (5)
| Version | Published |
|---|---|
| 0.4.0 | Aug 30, 2026 |
| 0.3.2 | Aug 29, 2026 |
| 0.3.1 | Aug 27, 2026 |
| 0.2.1 | Aug 18, 2026 |
| 0.2.0 | Aug 8, 2026 |
Frequently asked questions
- Who maintains ILO Labour Statistics (ILOSTAT)?
- ILO Labour Statistics (ILOSTAT) is maintained by sidneybissoli, which publishes 8 MCP servers (52 total versions) tracked on MCP Toplist.
- Is ILO Labour Statistics (ILOSTAT) listed on the Official MCP Registry?
- Yes — ILO Labour Statistics (ILOSTAT) is listed on the Official MCP Registry, alongside Glama.
- How many versions does ILO Labour Statistics (ILOSTAT) have?
- MCP Toplist tracks 5 versions of ILO Labour Statistics (ILOSTAT), most recently published on Aug 30, 2026.
- Where can I find the source code for ILO Labour Statistics (ILOSTAT)?
- The source code for ILO Labour Statistics (ILOSTAT) is hosted at github.com/SidneyBissoli/ilo-mcp-server.