Boilerplate MCP Server
UnclaimedTypeScript Model Context Protocol (MCP) server boilerplate providing IP lookup tools/resources. Includes CLI support and extensible structure for connecting AI systems (LLMs) to external data sources like ip-api.com. Ideal template for creating new MCP integrations via Node.js.
Unclaimed listing
Is this your MCP server?
This listing was auto-indexed from the public record. Claim it to edit the page, set compatibility and unlock growth tools. Takes under two minutes.
Claim this serverTools (7)
includeExtendedData
(optional, default: false): Include ASN, host, organization data (requires API token)
ip_get_details
IP geolocation lookup for AI assistants
ip_get_details_link
Same lookup + resource link output for resource-aware clients
ipAddress
(optional): IP address to lookup (omit for current device's public IP)
jq
(optional): JMESPath expression to filter/transform response
outputFormat
(optional, default: "toon"): Output format - "toon" or "json"
useHttps
(optional, default: true): Use HTTPS for API calls