Server data from the Official MCP Registry
Identifies biological species, returning Latin names with confidence scores.
Identifies biological species, returning Latin names with confidence scores.
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.
This plugin requests these system permissions. Most are normal for its category.
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-fonkychen-nature-vision-mcp": {
"args": [
"-y",
"@fonkychen/nature-vision-mcp"
],
"command": "npx"
}
}
}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
Be the first to review this server!
by Modelcontextprotocol ยท Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno ยท Developer Tools
Toleno Network MCP Server โ Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace ยท Developer Tools
Create, build, and publish Python MCP servers to PyPI โ conversationally.