Skip to content

MCP server in namespace io.github

io.github.cyanheads/toolkit-mcp-server · Status: active

The source provides no name of its own for this entry. The identifier therefore appears on this page as a coordinate, not as the heading.

If you find your own account name here: write informally to German.saas@web.de, stating the identifier concerned. No reason has to be given. How to object

Registry name
io.github.cyanheads/toolkit-mcp-server
Package coordinate
npm:@cyanheads/toolkit-mcp-server
Version
2.2.2
Listed in the registry
2026-08-22
Changed in the registry
2026-08-22
First seen by tracevero
2026-08-06
Vendor's website
https://github.com/cyanheads/toolkit-mcp-server

Generate IDs, QR codes, and hashes, encode values, geolocate IPs, plus gated host diagnostics.

Vendor's own description, untranslated and unverified

Evidence for this page: The values on this page come from several collections. Each row therefore states its own origin. What the confidence levels mean

Measured values

Measured values
Credentials requiredno
Raw declaration – Required secret variables (raw): confirmed absent
Raw declaration – Required secret headers (raw): confirmed absent
Source: MCP-Register · collected on 2026-08-06 · derived
Execution locationlocal
Raw declaration – Transports (raw): stdio, streamable-http, streamable-http
Source: MCP-Register · collected on 2026-08-06 · derived
Path argument presentno
Raw declaration – Path arguments (raw): confirmed absent
Raw declaration – Path environment variables (raw): confirmed absent
Source: MCP-Register · collected on 2026-08-06 · derived
Repository URL listedyes
Raw declaration – Repository (raw): https://github.com/cyanheads/toolkit-mcp-server
Source: MCP-Register · collected on 2026-08-06 · derived
Version2.2.2
Source: MCP-Register · collected on 2026-08-23 · self-declared

Position within the holdings

How many of the 24,507 published entries carry the same measured value. A reference figure, not an assessment.

All 4 values together are carried by 8,546 of 24,507 entries.

Where this server connects to

Address as stated in the raw record
https://toolkit.caseyjhand.com/mcp
Host
toolkit.caseyjhand.com Entries carrying exactly this value: 1

Taken verbatim from the raw record. The registry does not call this address and does not infer a shared operator from a shared host.

This entry appears in these selections

The source's raw values23

Evidence for this page: The values on this page come from several collections. Each row therefore states its own origin.

Raw values
Environment variables (raw)MCP_LOG_LEVEL, TOOLKIT_ENABLE_NET_DIAGNOSTICS, TOOLKIT_ENABLE_SYSTEM_INFO, TOOLKIT_ALLOW_PRIVATE_NETWORK, TOOLKIT_GEO_API_KEY, TOOLKIT_GEO_BASE_URL, TOOLKIT_GEO_CACHE_TTL_SECONDS, TOOLKIT_GEO_RATE_LIMIT_PER_MIN, MCP_HTTP_HOST, MCP_HTTP_PORT, MCP_HTTP_ENDPOINT_PATH, MCP_AUTH_MODE, MCP_LOG_LEVEL, TOOLKIT_ENABLE_NET_DIAGNOSTICS, TOOLKIT_ENABLE_SYSTEM_INFO, TOOLKIT_ALLOW_PRIVATE_NETWORK, TOOLKIT_GEO_API_KEY, TOOLKIT_GEO_BASE_URL, TOOLKIT_GEO_CACHE_TTL_SECONDS, TOOLKIT_GEO_RATE_LIMIT_PER_MIN
Source: MCP-Register · collected on 2026-08-19 · self-declared
Required secret variables (raw)confirmed absent
Source: MCP-Register · collected on 2026-08-06 · self-declared
Transports (raw)stdio, streamable-http, streamable-http
Source: MCP-Register · collected on 2026-08-19 · self-declared
Path arguments (raw)confirmed absent
Source: MCP-Register · collected on 2026-08-06 · self-declared
Repository (raw)https://github.com/cyanheads/toolkit-mcp-server
Source: MCP-Register · collected on 2026-08-06 · self-declared
Package registries (raw)npm, npm
Source: MCP-Register · collected on 2026-08-06 · self-declared
Required secret headers (raw)confirmed absent
Source: MCP-Register · collected on 2026-08-16 · self-declared
Path environment variables (raw)confirmed absent
Source: MCP-Register · collected on 2026-08-16 · self-declared
Remote URLs (raw)https://toolkit.caseyjhand.com/mcp
Source: MCP-Register · collected on 2026-08-19 · self-declared
Remote hosts (raw)toolkit.caseyjhand.com
Source: MCP-Register · collected on 2026-08-19 · self-declared
Registry status message (raw)confirmed absent
Source: MCP-Register · collected on 2026-08-16 · self-declared
First listed in the registry (raw)2026-08-22
Source: MCP-Register · collected on 2026-08-23 · self-declared
Last changed in the registry (raw)2026-08-22
Source: MCP-Register · collected on 2026-08-23 · self-declared
Schema version of the raw record (raw)https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json
Source: MCP-Register · collected on 2026-08-16 · self-declared
Delivery form (raw)paket und remote
Source: MCP-Register · collected on 2026-08-19 · self-declared
Repository platform (raw)github
Source: MCP-Register · collected on 2026-08-16 · self-declared
Repository subfolder (raw)confirmed absent
Source: MCP-Register · collected on 2026-08-16 · self-declared
Package identifiers (raw)@cyanheads/toolkit-mcp-server
Source: MCP-Register · collected on 2026-08-16 · self-declared
Package versions (raw)2.2.2
Source: MCP-Register · collected on 2026-08-23 · self-declared
Runtime hints (raw)bun
Source: MCP-Register · collected on 2026-08-16 · self-declared
Environment variable formats (raw)string
Source: MCP-Register · collected on 2026-08-16 · self-declared
Environment variable descriptions (raw)MCP_AUTH_MODE=Authentication mode to use: 'none', 'jwt', or 'oauth'. · MCP_HTTP_ENDPOINT_PATH=The endpoint path for the MCP server. · MCP_HTTP_HOST=The hostname for the HTTP server. · MCP_HTTP_PORT=The port to run the HTTP server on. · MCP_LOG_LEVEL=Sets the minimum log level for output (e.g., 'debug', 'info', 'warn'). · TOOLKIT_ALLOW_PRIVATE_NETWORK=With network diagnostics enabled, permit private/reserved/loopback targets. The second explicit gate; off by default. · TOOLKIT_ENABLE_NET_DIAGNOSTICS=Register the gated toolkit_check_network tool. Off by default — leave off for hosted/shared deployments. · TOOLKIT_ENABLE_SYSTEM_INFO=Register the gated toolkit_check_system tool. Off by default — only meaningful on a local deployment. · TOOLKIT_GEO_API_KEY=API key for the geolocation endpoint, if it requires one. The default ip-api tier is keyless. · TOOLKIT_GEO_BASE_URL=Base URL for an ip-api-compatible geolocation endpoint. Default is the keyless ip-api endpoint, which is plaintext HTTP. · TOOLKIT_GEO_CACHE_TTL_SECONDS=Geolocation cache TTL in seconds. Geolocation is stable, so repeats are cached. · TOOLKIT_GEO_RATE_LIMIT_PER_MIN=Max geolocation requests per minute; excess requests are rejected with a retryable rate-limit error. Default 45 matches the ip-api free tier.
Source: MCP-Register · collected on 2026-08-19 · self-declared
Icon formats (raw)confirmed absent
Source: MCP-Register · collected on 2026-08-16 · self-declared

Changes

Changes
2026-08-23Version: 2.2.0 → 2.2.2
2026-08-23Last changed in the registry (raw): 2026-08-18 → 2026-08-22
2026-08-23First listed in the registry (raw): 2026-08-18 → 2026-08-22
2026-08-23Package versions (raw): 2.2.0 → 2.2.2
2026-08-19Version: 2.0.1 → 2.2.0
2026-08-19Last changed in the registry (raw): 2026-06-28 → 2026-08-18
2026-08-19First listed in the registry (raw): 2026-06-28 → 2026-08-18
2026-08-19Environment variable descriptions (raw): MCP_AUTH_MODE=Authentication mode to use: 'none', 'jwt', or 'oauth'. · MCP_HTTP_ENDPOINT_PATH=The endpoint path for the MCP server. · MCP_HTTP_HOST=The hostname for the HTTP server. · MCP_HTTP_PORT=The port to run the HTTP server on. · MCP_LOG_LEVEL=Sets the minimum log level for output (e.g., 'debug', 'info', 'warn'). · TOOLKIT_ALLOW_PRIVATE_NETWORK=With network diagnostics enabled, permit private/reserved/loopback targets. The second explicit gate; off by default. · TOOLKIT_ENABLE_NET_DIAGNOSTICS=Register the gated toolkit_check_network tool. Off by default — leave off for hosted/shared deployments. · TOOLKIT_ENABLE_SYSTEM_INFO=Register the gated toolkit_check_system tool. Off by default — only meaningful on a local deployment. · TOOLKIT_GEO_API_KEY=API key for the geolocation provider, if it requires one. The default ip-api tier is keyless. · TOOLKIT_GEO_BASE_URL=Base URL for the geolocation provider. Default is the keyless ip-api endpoint. · TOOLKIT_GEO_CACHE_TTL_SECONDS=Geolocation cache TTL in seconds. Geolocation is stable, so repeats are cached. · TOOLKIT_GEO_PROVIDER=IP-geolocation provider id. Default 'ip-api' is the keyless free tier. · TOOLKIT_GEO_RATE_LIMIT_PER_MIN=Max geolocation requests per minute; excess requests are rejected with a retryable rate-limit error. Default 45 matches the ip-api free tier. → MCP_AUTH_MODE=Authentication mode to use: 'none', 'jwt', or 'oauth'. · MCP_HTTP_ENDPOINT_PATH=The endpoint path for the MCP server. · MCP_HTTP_HOST=The hostname for the HTTP server. · MCP_HTTP_PORT=The port to run the HTTP server on. · MCP_LOG_LEVEL=Sets the minimum log level for output (e.g., 'debug', 'info', 'warn'). · TOOLKIT_ALLOW_PRIVATE_NETWORK=With network diagnostics enabled, permit private/reserved/loopback targets. The second explicit gate; off by default. · TOOLKIT_ENABLE_NET_DIAGNOSTICS=Register the gated toolkit_check_network tool. Off by default — leave off for hosted/shared deployments. · TOOLKIT_ENABLE_SYSTEM_INFO=Register the gated toolkit_check_system tool. Off by default — only meaningful on a local deployment. · TOOLKIT_GEO_API_KEY=API key for the geolocation endpoint, if it requires one. The default ip-api tier is keyless. · TOOLKIT_GEO_BASE_URL=Base URL for an ip-api-compatible geolocation endpoint. Default is the keyless ip-api endpoint, which is plaintext HTTP. · TOOLKIT_GEO_CACHE_TTL_SECONDS=Geolocation cache TTL in seconds. Geolocation is stable, so repeats are cached. · TOOLKIT_GEO_RATE_LIMIT_PER_MIN=Max geolocation requests per minute; excess requests are rejected with a retryable rate-limit error. Default 45 matches the ip-api free tier.
2026-08-19Delivery form (raw): paket → paket und remote
2026-08-19Remote hosts (raw): – → toolkit.caseyjhand.com

These are the 10 most recent changes to this entry. Full history

tracevero · https://tracevero.com/mcp/io-github-cyanheads-toolkit-mcp-server