MCP Server
MCP
APIFreaks MCP
The official MCP server for APIFreaks, connecting your AI to the full range of APIFreaks APIs.
Install
npx -y @apifreaks/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@apifreaks/mcp",
"version": "2.0.1",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your APIFreaks API key — get one free at apifreaks.com",
"isRequired": true,
"isSecret": true,
"name": "APIFREAKS_API_KEY"
},
{
"description": "Comma-separated modules to expose as tools (e.g. ip-intelligence,whois,dns,weather). If unset, only list_modules is advertised — call it to see every module and its tools. Available: ip-intelligence, geocoding, whois, dns, scraper, email-validation, phone-validation, ssl, domain, screenshot, pdf, currency, commodity, financial, zipcode, weather, geography, timezone, user-agent",
"isRequired": true,
"name": "ENABLE_MODULES"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment