Agmarknet MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DATA_GOV_IN_API_KEY | No | Your data.gov.in API key for accessing live agricultural commodity prices. If empty or invalid, the server uses offline mock data. |
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
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_commodity_priceB | Get current daily wholesale prices for a specific commodity. Returns min, max, and modal prices from today's Agmarknet data. |
| compare_marketsA | Compare prices of a commodity across different markets. Returns markets sorted by modal price (cheapest first). Great for finding the cheapest mandi. |
| get_price_summaryB | Get a statistical summary of a commodity's price across all markets. Returns average, lowest, and highest prices across matching markets. |
| list_commoditiesC | List available commodities in today's Agmarknet data. |
| list_marketsC | List available markets (mandis) in today's Agmarknet data. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 5 tools
Each tool has a clearly distinct purpose: listing commodities/markets, fetching prices, comparing across markets, and summarizing prices. No overlaps.
All tool names follow a consistent verb_noun pattern (e.g., list_commodities, get_commodity_price).
Five tools is appropriate for the domain of agricultural market price lookups, covering listing, retrieval, comparison, and summary without excess.
The tools cover the core operations for daily wholesale prices: listing available data points, retrieving individual prices, comparing markets, and getting statistical summaries. No obvious gaps for the stated scope.