5 months ago
An MCP (Model Context Protocol) server that identifies biological species from images, returning Latin names with confidence scores.
Server Config
{
"mcp.servers": {
"nature-vision": {
"command": "npx",
"args": [
"-y",
"nature-vision-mcp"
],
"env": {
"NATURE_VISION_API_KEY": "xxx"
}
}
}
}