Back to Browse

Nature Vision MCP Server

Developer ToolsLow Risk8.0MCP RegistryLocal
Free

Server data from the Official MCP Registry

Identifies biological species, returning Latin names with confidence scores.

About

Identifies biological species, returning Latin names with confidence scores.

Security Report

8.0
Low Risk8.0Low Risk

Valid MCP server (2 strong, 3 medium validity signals). 2 known CVEs in dependencies (0 critical, 2 high severity) Package registry verified. Imported from the Official MCP Registry.

3 files analyzed ยท 3 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-fonkychen-nature-vision-mcp": {
      "args": [
        "-y",
        "@fonkychen/nature-vision-mcp"
      ],
      "command": "npx"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

# 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

Reviews

No reviews yet

Be the first to review this server!