pesticide-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PESTICIDE_DB_PATH | No | DuckDB file path | ./data/pesticides.duckdb |
| PESTICIDE_SOURCE_DIR | No | FAMIC ZIP/CSV save destination | ./data/raw |
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 |
|---|---|
| dataset_statusB | データセットの取り込み状態(件数・出典・取り込み日時)を返す。 |
| search_pesticidesC | 農薬名・登録番号・有効成分・農薬の種類から農薬基本情報を検索する。 結果は登録情報の検索結果であり、使用可否の判定ではない。 |
| get_pesticide_by_register_noA | 登録番号から農薬基本情報と適用情報の要約を取得する。 |
| get_applicationsC | 作物名・病害虫雑草名・農薬名・登録番号などで適用情報を検索する。 各結果は使用時期・使用方法・使用回数などの根拠フィールドを含む。 使用可否の判定ではない。 |
| check_registered_useA | 指定条件に該当する登録行の候補を返す(使用可否の判定ではない)。 |
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/shinichinomura/pesticide-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server