Countries, timezones, elements, constants, HTTP status codes, unit conversion, and MIME type lookup.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Look up countries, timezones, periodic table elements, physical constants, units, HTTP status codes, and MIME types via MCP. STDIO or Streamable HTTP.
Public Hosted Server: https://reference-data.caseyjhand.com/mcp
Ten tools grouped by domain β geo, timezone, periodic table, physical constants, unit conversion, HTTP, and web:
| Tool | Description |
|---|---|
ref_geo_lookup | Look up a country by name, ISO alpha-2, or alpha-3 code. Returns capital, region, languages, currencies, calling codes, TLD, flag, and IANA timezone IDs. |
ref_geo_search | Search and filter countries by region, subregion, language, currency, or free-text keyword. |
ref_timezone_lookup | Get timezone info by IANA ID, country code, or partial city/region name. Returns current and standard UTC offsets, DST status, and major cities. |
ref_timezone_convert | Convert a local datetime from one timezone to another, with visible UTC offsets for both sides. |
ref_element_lookup | Look up a periodic table element by name, symbol, or atomic number. Full property set including atomic mass, electron configuration, electronegativity, density, melting/boiling points, and discovery data. |
ref_element_search | Filter elements by category, group, period, atomic number range, or atomic mass range. |
ref_constant_lookup | Look up a CODATA 2022 physical constant by name, symbol, or alias. Returns value, SI unit, uncertainty, and related constants. |
ref_unit_convert | Convert a numeric value between compatible units of measure (length, mass, volume, temperature, speed, pressure, energy, power, frequency, digital storage, angle). |
ref_http_status | Look up an HTTP status code by number or keyword. Returns reason phrase, description, category, cacheability, and RFC reference. |
ref_mime_type | Look up a MIME type by type string or file extension. Returns canonical type, extensions, compressibility, and data source. |
ref_geo_lookupLook up a country by name, ISO alpha-2 or alpha-3 code.
auto (tries alpha-2, alpha-3, then name), name, alpha2, alpha3ref_geo_searchSearch and filter countries with at least one filter required.
truncated flag when results are cut offref_timezone_lookupGet timezone info for an IANA ID, country code, or city name.
at parameter evaluates DST state at a specific ISO 8601 momentref_timezone_convertConvert a local datetime between timezones.
"2026-05-24T15:30:00")ref_element_lookupLook up any of the 118 periodic table elements.
null for experimentally inaccessible propertiesref_element_searchFilter elements across the full periodic table.
ref_constant_lookupLook up CODATA 2022 physical constants (32 entries).
ref_unit_convertConvert between units in 11 measurement domains.
mt is the metric tonne (1000 kg); t is the US short ton (907.18 kg) β distinct units, easily confusedref_http_statusLook up HTTP status codes by number or keyword.
"404") return an exact match"not found", "too many requests") return the closest match plus alternativesref_mime_typeLook up MIME types by type string or file extension.
"image/webp", ".webp", or "webp" interchangeably| Type | Name | Description |
|---|---|---|
| Resource | ref://countries/{alpha2} | Full country record by ISO alpha-2 code (e.g., ref://countries/DE). |
| Resource | ref://elements/{number} | Full element record by atomic number (e.g., ref://elements/6 for Carbon). |
| Resource | ref://timezones/{iana_id} | Timezone info by IANA ID with slashes URL-encoded as %2F (e.g., ref://timezones/America%2FNew_York). |
All resource data is also reachable via tools. Use ref_geo_lookup, ref_element_lookup, and ref_timezone_lookup when you need flexible query modes or country search.
Built on @cyanheads/mcp-ts-core:
none, jwt, oauthin-memory, filesystem, Supabase, Cloudflare KV/R2/D1Reference-data-specific:
Agent-friendly output:
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/reference-data-mcp-server)<a href="https://allmcps.com/mcp/reference-data-mcp-server"><img src="https://allmcps.com/api/badge/reference-data-mcp-server?style=directory" alt="Reference Data MCP Server on AllMCPs" /></a>