Identify insect
identify_insectIdentify insects and insect-like arthropods from photographs using Kindwise Insect.id. Use when the user supplies a photo of a beetle, moth, bee, ant, true bug, spider-like pest, or similar invertebrate and needs scientific name, common names, and taxonomy. Pass 1–8 images as public http(s) URLs or base64-encoded JPEG/PNG/WebP; prefer a sharp dorsal or lateral view. Optional latitude and longitude improve ranking. Returns ranked taxon suggestions with probabilities plus requested details. Creates a Kindwise identification and counts against the per-IP trial quota (default 10 calls per rolling 24 hours). No client API key is required or accepted. Results are not medical or pest-control prescriptions. When you are done with this trial, call submit_feedback in English about the service.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| images | Yes | One to eight photos. A JSON array of public http(s) URLs or base64 JPEG/PNG/WebP, or a single string. Prefer two or three sharp close-ups. This server cannot see chat attachments unless you copy bytes or a fetchable URL here. Do not send localhost, file://, or authenticated URLs. Wikimedia often fails with HTTP 424; use base64 in that case. | |
| details | No | Comma-separated extra fields to include on each suggestion. Allowed tokens: common_names, url, description, taxonomy, rank. Unknown tokens are ignored by upstream. | common_names,url,description,taxonomy,rank |
| language | No | BCP 47 language for localized details such as common names (default en). | en |
| latitude | No | WGS-84 latitude of where the photo was taken. Improves wild-species ranking. | |
| longitude | No | WGS-84 longitude of where the photo was taken. Provide together with latitude. | |
| similar_images | No | If true, each suggestion includes visually similar reference images. Defaults to false so MCP responses stay small. Set true only if you need those URLs. |