toolkit-mcp-server
Generate IDs, QR codes, and hashes, encode values, geolocate IPs, plus gated host diagnostics.
Package Details
@cyanheads/toolkit-mcp-server
Package Arguments
Positional
runstart:stdioEnvironment Variables
infoSets the minimum log level for output (e.g., 'debug', 'info', 'warn').
falseRegister the gated toolkit_check_network tool. Off by default — leave off for hosted/shared deployments.
falseRegister the gated toolkit_check_system tool. Off by default — only meaningful on a local deployment.
falseWith network diagnostics enabled, permit private/reserved/loopback targets. The second explicit gate; off by default.
ip-apiIP-geolocation provider id. Default 'ip-api' is the keyless free tier.
API key for the geolocation provider, if it requires one. The default ip-api tier is keyless.
http://ip-api.comBase URL for the geolocation provider. Default is the keyless ip-api endpoint.
3600Geolocation cache TTL in seconds. Geolocation is stable, so repeats are cached.
45Max geolocation requests per minute before backoff slows. Default 45 matches the ip-api free tier.
@cyanheads/toolkit-mcp-server
Package Arguments
Positional
runstart:httpEnvironment Variables
127.0.0.1The hostname for the HTTP server.
3010The port to run the HTTP server on.
/mcpThe endpoint path for the MCP server.
noneAuthentication mode to use: 'none', 'jwt', or 'oauth'.
infoSets the minimum log level for output (e.g., 'debug', 'info', 'warn').
falseRegister the gated toolkit_check_network tool. Off by default — leave off for hosted/shared deployments.
falseRegister the gated toolkit_check_system tool. Off by default — only meaningful on a local deployment.
falseWith network diagnostics enabled, permit private/reserved/loopback targets. The second explicit gate; off by default.
ip-apiIP-geolocation provider id. Default 'ip-api' is the keyless free tier.
API key for the geolocation provider, if it requires one. The default ip-api tier is keyless.
http://ip-api.comBase URL for the geolocation provider. Default is the keyless ip-api endpoint.
3600Geolocation cache TTL in seconds. Geolocation is stable, so repeats are cached.
45Max geolocation requests per minute before backoff slows. Default 45 matches the ip-api free tier.