Farm OS MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_farm_infoB | Get information about a specific farm. Args: farm_id: The unique identifier for the farm (e.g., 'farm_001') Returns: Dictionary containing farm information |
| list_all_farmsB | List all available farms. Returns: List of all farms with basic information |
| get_field_infoB | Get information about a specific field. Args: field_id: The unique identifier for the field (e.g., 'field_001') Returns: Dictionary containing field information |
| list_fields_by_farmB | List all fields for a specific farm. Args: farm_id: The unique identifier for the farm Returns: List of fields belonging to the farm |
| get_livestock_infoC | Get information about specific livestock. Args: livestock_id: The unique identifier for the livestock group Returns: Dictionary containing livestock information |
| list_livestock_by_farmB | List all livestock for a specific farm. Args: farm_id: The unique identifier for the farm Returns: List of livestock belonging to the farm |
| get_equipment_infoC | Get information about specific equipment. Args: equipment_id: The unique identifier for the equipment Returns: Dictionary containing equipment information |
| list_equipment_by_farmB | List all equipment for a specific farm. Args: farm_id: The unique identifier for the farm Returns: List of equipment belonging to the farm |
| get_sensor_readingsC | Get all sensor readings for a specific field. Args: field_id: The unique identifier for the field Returns: List of sensor readings for the field |
| search_by_crop_typeA | Search for fields by crop type. Args: crop_type: The type of crop to search for (e.g., 'Corn', 'Wheat') Returns: List of fields matching the crop type |
| get_farm_summaryC | Get a comprehensive summary of a farm including all its assets. Args: farm_id: The unique identifier for the farm Returns: Dictionary containing comprehensive farm summary |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ramprasadchauhan/fast-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server