Navigation
Connect the Seeds of Hawaii database to any LLM for natural language queries.
Claude Desktop has native MCP support. Once configured, Claude can directly query the database.
{
"mcpServers": {
"seeds-of-hawaii": {
"command": "node",
"args": ["path/to/mcp-server/dist/index.js"],
"env": {
"SUPABASE_URL": "your-supabase-url",
"SUPABASE_SERVICE_KEY": "your-service-key"
}
}
}
}The Seeds of Hawaii tools will appear in your conversation. Try asking:"How many endangered species are found only on Maui?"
Advanced search with filters, calculations, and aggregations
Database-wide counts by listing, status, island, and family
Natural language queries with built-in AI (uses Claude)
See the complete API reference for all endpoints, parameters, and response formats.
View API Documentation →