tokenguard-mcp
Rank #26,979io.github.eltociear/tokenguard-mcp
Real-world data for agents: air quality, geocoding, quakes, holidays, web search
tokenguard-mcp is a Model Context Protocol (MCP) server published by eltociear. It ranks #26,979 of 115,591 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. tokenguard-mcp is listed across 2 registries — Official MCP and Glama, with 2 tracked versions. It was first listed on Jul 16, 2026 and most recently updated on Jul 29, 2026.
Ranks ahead of 88,612 of 115,591 servers on MCP Toplist.
Use tokenguard-mcp
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http tokenguard-mcp https://eltociear-tokenguard.hf.space/mcpclaude mcp add tokenguard-mcp -- docker run -i --rm ghcr.io/eltociear/tokenguard-mcp:mcp-1.0.0[mcp_servers.tokenguard-mcp]
url = "https://eltociear-tokenguard.hf.space/mcp"Add to ~/.codex/config.toml.
[mcp_servers.tokenguard-mcp]
command = "docker"
args = ["run", "-i", "--rm", "ghcr.io/eltociear/tokenguard-mcp:mcp-1.0.0"]Add to ~/.codex/config.toml.
https://eltociear-tokenguard.hf.space/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"tokenguard-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/eltociear/tokenguard-mcp:mcp-1.0.0"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"tokenguard-mcp": {
"url": "https://eltociear-tokenguard.hf.space/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"tokenguard-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/eltociear/tokenguard-mcp:mcp-1.0.0"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"tokenguard-mcp": {
"type": "http",
"url": "https://eltociear-tokenguard.hf.space/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"tokenguard-mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/eltociear/tokenguard-mcp:mcp-1.0.0"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"tokenguard-mcp": {
"serverUrl": "https://eltociear-tokenguard.hf.space/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"tokenguard-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/eltociear/tokenguard-mcp:mcp-1.0.0"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"tokenguard-mcp": {
"url": "https://eltociear-tokenguard.hf.space/mcp"
}
}
}{
"mcpServers": {
"tokenguard-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/eltociear/tokenguard-mcp:mcp-1.0.0"
]
}
}
}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.eltociear%2Ftokenguard-mcp)<a href="https://mcptoplist.com/server/io.github.eltociear%2Ftokenguard-mcp"><img src="https://mcptoplist.com/badge/io.github.eltociear%2Ftokenguard-mcp.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
eltociear
Other servers by eltociear
- mcp-security-audit#10,373 · 2 vers
- secrets-audit-mcp#34,767 · 1 ver
- contract-guard-mcp#35,562 · 1 ver
- taskmarket-mcp#64,976
- Repo Security Scanner — Malicious Code & Supply Chain#66,444 · 1 ver
Available versions (2)
| Version | Published |
|---|---|
| 1.2.0 | Jul 29, 2026 |
| 1.0.0 | Jul 16, 2026 |
Frequently asked questions
- Who maintains tokenguard-mcp?
- tokenguard-mcp is maintained by eltociear, which publishes 7 MCP servers (8 total versions) tracked on MCP Toplist.
- Is tokenguard-mcp listed on the Official MCP Registry?
- Yes — tokenguard-mcp is listed on the Official MCP Registry, alongside Glama.
- How many versions does tokenguard-mcp have?
- MCP Toplist tracks 2 versions of tokenguard-mcp, most recently published on Jul 29, 2026.
- Where can I find the source code for tokenguard-mcp?
- The source code for tokenguard-mcp is hosted at github.com/eltociear/tokenguard-mcp.