Parameters
Field | Type | Required | Description |
|
| β | Must be |
|
| β | IPv4 or IPv6 address |
|
| β | Pre-computed fingerprint (overrides IP fingerprinting) |
Request
curl --request POST \
--url https://app.moltsets.com/mcp/ \
--header 'Authorization: Bearer YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--data '{
"jsonrpc": "2.0",
"method": "tools/call",
"params": {
"name": "ip_to_maid",
"arguments": {
"ip_address": "8.8.8.8"
}
}
}'
Response
{
"jsonrpc": "2.0",
"id": null,
"result": {
"content": [
{
"type": "text",
"text": "{\"results\":[{\"device_id\":\"7e89542e-de65-4c94-bc0d-76d02d2XXXXX\",\"device_type\":\"AAID\"}]}"
}
],
"isError": false
}
}