Identify 40,000+ species, diagnose 500+ diseases, deliver care guides — all with one API call.
Trusted by developers building with plant data
"Leafy's toxicity data saved us from bad data for our pet health dashboard. The sourced ASPCA data is exactly what vets need."
"Adding Leafy to our Claude agent took 2 lines. Now users can identify plants in any conversation — the MCP integration is seamless."
Python, JavaScript, or any language with HTTP.
import requests # Identify a plant from a local photo url = "https://leafyplant.app/v1/identify" headers = {"X-API-Key": "lf_your_key"} with open("plant.jpg", "rb") as f: response = requests.post(url, headers=headers, files={"photos": f}) result = response.json() print(result["genus"]) # "Monstera" print(result["confidence"]) # "likely" print(result["candidates"]) # ranked species list with CC0/CC-BY sources
Native MCP support — plug plant intelligence into Claude, Cursor, n8n, LangChain, or any agent framework in 30 seconds.
{
"mcpServers": {
"leafy": {
"command": "npx",
"args": ["-y", "@leafyplant/mcp-server"],
"env": {
"LEAFY_API_KEY": "lf_your_key"
}
}
}
}
from langchain_mcp import MCPToolkit toolkit = MCPToolkit(server_params={ "command": "npx", "args": ["-y", "@leafyplant/mcp-server"], "env": {"LEAFY_API_KEY": "lf_your_key"} }) tools = toolkit.get_tools() # leafy_identify, leafy_care, leafy_search, leafy_toxicity
# Add Leafy to Claude Code claude mcp add leafy -- \ npx -y @leafyplant/mcp-server # Set your key export LEAFY_API_KEY=lf_your_key # Now ask Claude: # "Is this plant toxic for my cat?"
npx -y @leafyplant/mcp-serverLEAFY_API_KEY=lf_your_keyleafy_identify / leafy_toxicity / etc.Base URL: https://leafyplant.app
Identify any plant from a photo. Returns species name, confidence, common names, family, and CC0/CC-BY sources.
Full care guide for a species — watering, light, soil, fertilizer, humidity, temperature, and common problems.
Search 40,000+ species by name, common name, or family. Returns matching plants with care and toxicity data.
Check plant toxicity for dogs, cats, horses, birds, or humans. Returns severity, toxic parts, and symptoms.
Diagnose plant diseases and pests from a photo. Returns condition, confidence, and treatment steps.
Check your API key usage, remaining calls, and plan quota for the current billing period.
Start free. Scale as you grow. No hidden fees.
Get your free trial key in under 5 minutes. No credit card required.
Get free API key →