← kindwise.com
INDIVIDUAL MCP TOOL
identify_plant
Identify a vascular plant from photographs using Kindwise Plant.
LIVE ENDPOINT
https://agents.kindwise.com/mcp
Connect to this endpoint to inspect the live schema for identify_plant and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.kindwise-agent-trial]
url = "https://agents.kindwise.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"kindwise-agent-trial": {
"type": "http",
"url": "https://agents.kindwise.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: kindwise-agent-trial
Remote MCP URL: https://agents.kindwise.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"kindwise-agent-trial": {
"url": "https://agents.kindwise.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"kindwise-agent-trial": {
"type": "http",
"url": "https://agents.kindwise.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "kindwise-agent-trial",
"transport": "streamable-http",
"url": "https://agents.kindwise.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
diagnose_crop— Diagnose crop diseases, disorders, and pests from field photographs using Kindwise Crop.identify_insect— Identify insects and insect-like arthropods from photographs using Kindwise Insect.identify_mushroom— Identify mushrooms and other fungi from photographs using Kindwise Mushroom.