io.github.cyanheads

toolkit-mcp-server

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

communityapplication

Package Details

Transportstdio
Runtimebun

Package Arguments

Positional
Position 0
run
Position 1
start:stdio

Environment Variables

MCP_LOG_LEVEL(str)
Default:info

Sets the minimum log level for output (e.g., 'debug', 'info', 'warn').

TOOLKIT_ENABLE_NET_DIAGNOSTICS(str)
Default:false

Register the gated toolkit_check_network tool. Off by default — leave off for hosted/shared deployments.

TOOLKIT_ENABLE_SYSTEM_INFO(str)
Default:false

Register the gated toolkit_check_system tool. Off by default — only meaningful on a local deployment.

TOOLKIT_ALLOW_PRIVATE_NETWORK(str)
Default:false

With network diagnostics enabled, permit private/reserved/loopback targets. The second explicit gate; off by default.

TOOLKIT_GEO_PROVIDER(str)
Default:ip-api

IP-geolocation provider id. Default 'ip-api' is the keyless free tier.

TOOLKIT_GEO_API_KEY(str)
Secret

API key for the geolocation provider, if it requires one. The default ip-api tier is keyless.

TOOLKIT_GEO_BASE_URL(str)
Default:http://ip-api.com

Base URL for the geolocation provider. Default is the keyless ip-api endpoint.

TOOLKIT_GEO_CACHE_TTL_SECONDS(str)
Default:3600

Geolocation cache TTL in seconds. Geolocation is stable, so repeats are cached.

TOOLKIT_GEO_RATE_LIMIT_PER_MIN(str)
Default:45

Max geolocation requests per minute before backoff slows. Default 45 matches the ip-api free tier.

TransportStreamable HTTP
Runtimebun

Package Arguments

Positional
Position 0
run
Position 1
start:http

Environment Variables

MCP_HTTP_HOST(str)
Default:127.0.0.1

The hostname for the HTTP server.

MCP_HTTP_PORT(str)
Default:3010

The port to run the HTTP server on.

MCP_HTTP_ENDPOINT_PATH(str)
Default:/mcp

The endpoint path for the MCP server.

MCP_AUTH_MODE(str)
Default:none

Authentication mode to use: 'none', 'jwt', or 'oauth'.

MCP_LOG_LEVEL(str)
Default:info

Sets the minimum log level for output (e.g., 'debug', 'info', 'warn').

TOOLKIT_ENABLE_NET_DIAGNOSTICS(str)
Default:false

Register the gated toolkit_check_network tool. Off by default — leave off for hosted/shared deployments.

TOOLKIT_ENABLE_SYSTEM_INFO(str)
Default:false

Register the gated toolkit_check_system tool. Off by default — only meaningful on a local deployment.

TOOLKIT_ALLOW_PRIVATE_NETWORK(str)
Default:false

With network diagnostics enabled, permit private/reserved/loopback targets. The second explicit gate; off by default.

TOOLKIT_GEO_PROVIDER(str)
Default:ip-api

IP-geolocation provider id. Default 'ip-api' is the keyless free tier.

TOOLKIT_GEO_API_KEY(str)
Secret

API key for the geolocation provider, if it requires one. The default ip-api tier is keyless.

TOOLKIT_GEO_BASE_URL(str)
Default:http://ip-api.com

Base URL for the geolocation provider. Default is the keyless ip-api endpoint.

TOOLKIT_GEO_CACHE_TTL_SECONDS(str)
Default:3600

Geolocation cache TTL in seconds. Geolocation is stable, so repeats are cached.

TOOLKIT_GEO_RATE_LIMIT_PER_MIN(str)
Default:45

Max geolocation requests per minute before backoff slows. Default 45 matches the ip-api free tier.