Skip to main content
Glama

# Nature Vision MCP Server

An **MCP (Model Context Protocol) server** that identifies biological species from images using the **Nature Vision API**, returning Latin names with confidence scores.

This server enables LLMs (such as Claude) to recognize species and enrich responses with biological knowledge.


## Features

- ๐ŸŒฟ Identify species from images (plants, animals, fungi, insects, etc.)

- ๐Ÿงฌ Returns **Latin scientific names** with confidence scores

- ๐Ÿง  Designed for **LLM tool usage** via Model Context Protocol (MCP)

- ๐Ÿ”Œ Simple stdio-based MCP server

- ๐Ÿš€ Easy to run with npx

- ๐Ÿ” API key via environment variables


## Supported Categories

- plant

- bug

- bird

- mammal

- reptile

- amphibian

- mollusc

- fungi


## Installation

npm install

**Configure in your MCP client:**

{ "mcp.servers": { "nature-vision": { "command": "npx", "args": ["-y", "nature-vision-mcp"], "env": { "NATURE_VISION_API_KEY": "app-xxx" } } } }

For now, you can use token: app-dummy-token-2026, this will allow you request once per minute.

"NATURE_VISION_API_KEY": "app-dummy-token-2026"
npx nature-vision-mcp
-
security - not tested
F
license - not found
-
quality - not tested

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/fonkychen/nature-vision-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server