mcpbeat

Tokenguard MCP Server

io.github.eltociear/tokenguard-mcp
answering

Tokenguard MCP is answering right now. Last checked 6 min ago. It exposes 8 tools. Last commit 2 Aug 2026.

Real-world data for agents: air quality, geocoding, quakes, holidays, web search

Uptime history 40 hours of history
40 hours agonow
100.0%
Uptime 24h
91 of 91 checks
8
Tools
read from the server
364 ms
Response time
average over 24h
1
Stars
last commit 2 Aug 2026

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 6 min ago.

run in your terminal
claude mcp add tokenguard-mcp --transport http https://eltociear-tokenguard.hf.space/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "tokenguard-mcp": {
      "url": "https://eltociear-tokenguard.hf.space/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.tokenguard-mcp]
url = "https://eltociear-tokenguard.hf.space/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "tokenguard-mcp": {
      "url": "https://eltociear-tokenguard.hf.space/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "tokenguard-mcp": {
      "url": "https://eltociear-tokenguard.hf.space/mcp"
    }
  }
}

Available tools 8

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

air
air_quality
Current air quality for a place: PM2.5, PM10, ozone, NO2, SO2, CO and dust, plus the US and European AQI and the US AQI band ('Good', 'Unhealthy'). Takes a place name — no coordinates needed.
country
country_indicator
World Bank time series for a country: gdp, gdp_per_capita, population, inflation, unemployment, life_expectancy, co2_per_capita or internet_users.
earthquakes
earthquakes
Recent earthquakes from the USGS feed — worldwide, or within a radius of a named place. Returns magnitude, depth, tsunami flag and felt reports.
elevation
elevation
Ground elevation in metres for a place name.
geocode
geocode
Resolve a place name to coordinates, country, admin region, timezone, elevation and population.
public
public_holidays
Public holidays for a country and year, with local names and a past/upcoming flag.
url
read_url
Fetch a URL and return its main content as clean Markdown, boilerplate stripped.
web
web_search
Search the live web and return ranked title/url/snippet results, through an automatic multi-engine failover chain.

Endpoints

URLTransportStateLatencyChecked
https://eltociear-tokenguard.hf.space/mcp streamable-http answering 751 ms 6 min ago

Tokenguard MCP — questions

Answers built from our own checks of this server.

What can Tokenguard MCP do?
It exposes 8 tools, read directly from the server on our last check. Among them: air_quality, country_indicator, earthquakes, elevation, geocode, public_holidays and 2 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Tokenguard MCP working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 364 ms. The bar chart above shows every period we have measured.
How do I connect Tokenguard MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Tokenguard MCP need an API key?
No. Tokenguard MCP completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 8 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Tokenguard MCP?
It answers our handshake in 364 ms on average, which is faster than 38% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is Tokenguard MCP open source?
Yes — written in JavaScript and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.