shayrylmae/AgriDatabase-MCP-Server
If you are the rightful owner of AgriDatabase-MCP-Server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
This MCP server provides secure, read-only access to the Agri-Geo Supabase database, allowing AI assistants to query farm fields and sensor readings without direct database access or SQL exposure.
Tools
Functions exposed to the LLM to take actions
get_fields
List all farm fields with sorting and filtering options.
get_field_by_id
Get detailed information about a specific field.
get_field_by_name
Search for fields by name with fuzzy matching.
get_sensor_readings
Get sensor readings with advanced filtering.
get_recent_readings
Get the most recent sensor readings for a field.
get_reading_by_id
Get a specific sensor reading.
get_field_statistics
Get aggregated statistics (avg/min/max) for all metrics.
get_readings_trend
Analyze trends for a specific metric over time.
compare_fields
Compare multiple fields side-by-side.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client