← netlas.io
INDIVIDUAL MCP TOOL
get_mapping_field
Return normalized mapping metadata for one exact canonical query field path in a Netlas collection (responses, domains, whois_ip, whois_domains, certs).
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.netlas-io]
url = "https://docs.netlas.io/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"netlas-io": {
"type": "http",
"url": "https://docs.netlas.io/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: netlas-io
Remote MCP URL: https://docs.netlas.io/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"netlas-io": {
"url": "https://docs.netlas.io/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"netlas-io": {
"type": "http",
"url": "https://docs.netlas.io/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "netlas-io",
"transport": "streamable-http",
"url": "https://docs.netlas.io/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_docs— Search the Netlas documentation index and return ranked matching pages.get_doc— Return the indexed Markdown-like content for a Netlas documentation page.search_mapping— Search canonical query field paths within one Netlas collection (responses, domains, whois_ip, whois_domains, certs) and return matching field paths only.list_mapping_subfields— List canonical query field paths for a Netlas collection (responses, domains, whois_ip, whois_domains, certs).list_api_endpoints— Return a compact catalog of Netlas API endpoints together with global API metadata such as title, version, base URL, and links to the published OpenAPI 3.1 and 3.0 JSON specs.get_api_endpoint— Return the normalized OpenAPI definition for one exact Netlas API operation, identified by its operationId.get_subscription_plans— Return currently effective public Netlas subscription plan labels or detailed pricing and limit data.