Identifies biological species, returning Latin names with confidence scores.
MCPpedia last refreshed this data
Nature Vision MCP Server is an MCP server that identifies biological species, returning Latin names with confidence scores. Its tool list has not been published yet over stdio, requires no API key, and scores 77/100 on MCPpedia's security, maintenance and efficiency rubric.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"io-github-fonkychen-nature-vision-mcp": {
"args": [
"-y",
"nature-vision-mcp"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
An \MCP (Model Context Protocol) server\ that identifies biological species from images using the \Nature Vision API\, returning Latin names with confidence scores.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y 'nature-vision-mcp' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked nature-vision-mcp against OSV.dev.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in ai-ml / education
MCP client bridge: connects to MCP servers and registers their tools on ctx.tools
Workspace template + MCP server for Claude Code, Codex CLI, Cursor & Windsurf. Multi-agent knowledge engine (ag-refresh / ag-ask) that turns any codebase into a queryable AI assistant.
The official MCP server implementation for the Perplexity API Platform
An open-source AI agent that brings the power of Gemini directly into your terminal.
MCP Security Weekly
Get CVE alerts and security updates for Nature Vision MCP Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
# 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