2,500+ MCP servers ready to use
Vinkius

EOSDA MCP Server for LangChain 12 tools — connect in under 2 minutes

Built by Vinkius GDPR 12 Tools Framework

LangChain is the leading Python framework for composable LLM applications. Connect EOSDA through Vinkius and LangChain agents can call every tool natively. combine them with retrievers, memory, and output parsers for sophisticated AI pipelines.

Vinkius supports streamable HTTP and SSE.

python
import asyncio
from langchain_mcp_adapters.client import MultiServerMCPClient
from langchain_openai import ChatOpenAI
from langgraph.prebuilt import create_react_agent

async def main():
    # Your Vinkius token. get it at cloud.vinkius.com
    async with MultiServerMCPClient({
        "eosda": {
            "transport": "streamable_http",
            "url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp",
        }
    }) as client:
        tools = client.get_tools()
        agent = create_react_agent(
            ChatOpenAI(model="gpt-4o"),
            tools,
        )
        response = await agent.ainvoke({
            "messages": [{
                "role": "user",
                "content": "Using EOSDA, show me what tools are available.",
            }]
        })
        print(response["messages"][-1].content)

asyncio.run(main())
EOSDA
Fully ManagedVinkius Servers
60%Token savings
High SecurityEnterprise-grade
IAMAccess control
EU AI ActCompliant
DLPData protection
V8 IsolateSandboxed
Ed25519Audit chain
<40msKill switch
Stream every event to Splunk, Datadog, or your own webhook in real-time

* Every MCP server runs on Vinkius-managed infrastructure inside AWS - a purpose-built runtime with per-request V8 isolates, Ed25519 signed audit chains, and sub-40ms cold starts optimized for native MCP execution. See our infrastructure

About EOSDA MCP Server

Connect your EOSDA Agriculture API to any AI agent and take full control of satellite-based crop monitoring, vegetation index analysis, weather tracking, and precision agriculture through natural conversation.

LangChain's ecosystem of 500+ components combines seamlessly with EOSDA through native MCP adapters. Connect 12 tools via Vinkius and use ReAct agents, Plan-and-Execute strategies, or custom agent architectures. with LangSmith tracing giving full visibility into every tool call, latency, and token cost.

What you can do

  • Field Management — List and register agricultural fields with boundaries, crop types, and planting dates
  • Vegetation Indices — Calculate 17+ indices (NDVI, EVI, NDRE, MSAVI, NDMI, etc.) from Sentinel-2 and Landsat
  • NDVI Time Series — Track vegetation health trends across entire growing seasons
  • EVI Time Series — Monitor enhanced vegetation index for high-biomass and tropical crops
  • NDMI Time Series — Monitor crop water content and irrigation needs
  • Satellite Imagery — Retrieve raw satellite imagery bands from multiple satellite sources
  • Weather Data — Access 20+ years of historical weather data with 1800+ parameters
  • Weather Forecast — Get forecasts from 15 days to 7 months for agricultural planning
  • Soil Moisture — Monitor soil moisture levels at different depths for irrigation scheduling
  • Zoning Maps — Generate productivity and vegetation health zoning maps for precision agriculture
  • Index Map Rendering — Create visual vegetation index maps with customizable colormaps
  • Custom Field Registration — Add new fields with GeoJSON boundaries for satellite monitoring

The EOSDA MCP Server exposes 12 tools through the Vinkius. Connect it to LangChain in under two minutes — no API keys to rotate, no infrastructure to provision, no vendor lock-in. Your configuration, your data, your control.

How to Connect EOSDA to LangChain via MCP

Follow these steps to integrate the EOSDA MCP Server with LangChain.

01

Install dependencies

Run pip install langchain langchain-mcp-adapters langgraph langchain-openai

02

Replace the token

Replace [YOUR_TOKEN_HERE] with your Vinkius token

03

Run the agent

Save the code and run python agent.py

04

Explore tools

The agent discovers 12 tools from EOSDA via MCP

Why Use LangChain with the EOSDA MCP Server

LangChain provides unique advantages when paired with EOSDA through the Model Context Protocol.

01

The largest ecosystem of integrations, chains, and agents. combine EOSDA MCP tools with 500+ LangChain components

02

Agent architecture supports ReAct, Plan-and-Execute, and custom strategies with full MCP tool access at every step

03

LangSmith tracing gives you complete visibility into tool calls, latencies, and token usage for production debugging

04

Memory and conversation persistence let agents maintain context across EOSDA queries for multi-turn workflows

EOSDA + LangChain Use Cases

Practical scenarios where LangChain combined with the EOSDA MCP Server delivers measurable value.

01

RAG with live data: combine EOSDA tool results with vector store retrievals for answers grounded in both real-time and historical data

02

Autonomous research agents: LangChain agents query EOSDA, synthesize findings, and generate comprehensive research reports

03

Multi-tool orchestration: chain EOSDA tools with web scrapers, databases, and calculators in a single agent run

04

Production monitoring: use LangSmith to trace every EOSDA tool call, measure latency, and optimize your agent's performance

EOSDA MCP Tools for LangChain (12)

These 12 tools become available when you connect EOSDA to LangChain via MCP:

01

create_field

Accepts field boundary as GeoJSON polygon or coordinates, field name, crop type, and planting date. Returns the created field with ID, calculated area, and monitoring activation status. Essential for onboarding new fields into the monitoring system, expanding farm coverage, and setting up new crop seasons. AI agents should use this when users ask "add a new field for monitoring", "register this field boundary", or need to set up satellite monitoring for a new agricultural area. Register a new agricultural field for satellite monitoring

02

get_evi_timeseries

EVI is more sensitive in high-biomass regions and less affected by atmospheric conditions than NDVI. Returns EVI values per satellite overpass date for trend analysis. Essential for monitoring dense canopies, tropical crops, and areas with high atmospheric interference. AI agents should reference this when users ask "show me EVI trends for this field", "how is the canopy developing", or need enhanced vegetation index analysis for high-biomass crops. Get EVI time series data for enhanced vegetation monitoring over a growing season

03

get_fields

Returns field names, boundaries (GeoJSON polygons), area in hectares/acres, crop type, planting dates, and current growth stage information. Essential for farm management overview, field inventory, and selecting target fields for satellite analysis. AI agents should use this when users ask "show me all my fields", "list monitored fields", or need to identify available fields for vegetation index or weather queries. List all agricultural fields monitored in your EOSDA account

04

get_ndmi_timeseries

NDMI is sensitive to vegetation water content and is used for drought monitoring, irrigation scheduling, and fire risk assessment. Returns NDMI values per satellite overpass date. Essential for water stress detection, irrigation optimization, drought impact assessment, and harvest timing. AI agents should use this when users ask "show me crop water stress trends", "how is the moisture content changing", or need moisture index analysis for irrigation planning. Get NDMI time series data for crop water stress monitoring

05

get_ndvi_timeseries

Returns NDVI values per satellite overpass date, enabling trend analysis of crop health, growth stages, and stress detection. Essential for season-long crop monitoring, growth curve analysis, yield prediction, and identifying problematic periods. AI agents should use this when users ask "show me the NDVI trend for this season", "how has vegetation health changed over the growing season", or need time-series vegetation analysis. Get NDVI time series data showing vegetation health trends over a growing season

06

get_satellite_imagery

) for a specific field and date range. Supports Sentinel-2, Landsat 8/9, MODIS, NAIP, and CBERS-4 sources. Returns image metadata, acquisition dates, cloud cover percentages, band availability, and download URLs. Essential for visual crop assessment, custom band analysis, change detection, and downloading raw imagery for further processing. AI agents should reference this when users ask "show me satellite images of my field from last week", "get Sentinel-2 imagery for field X", or need raw satellite imagery download links. Retrieve raw satellite imagery for a specific field and date range

07

get_soil_moisture

Returns soil moisture levels at different depths (surface, root zone, deep soil), moisture anomalies, and irrigation recommendations. Essential for irrigation scheduling, drought monitoring, water stress detection, and water resource optimization. AI agents should reference this when users ask "what is the soil moisture level in my field", "do I need to irrigate", or need soil moisture data for irrigation planning. Get soil moisture data for agricultural fields

08

get_vegetation_index

Supports 17+ indices including NDVI (vegetation health), EVI (enhanced vegetation index), GNDVI (green NDVI), NDRE (red edge), MSAVI (soil adjusted), RECI (red edge chlorophyll), NDSI, NDWI (water), SAVI, ARVI, GCI (chlorophyll), SIPI, NBR (burn ratio), MSI (moisture), ISTACK, FIDET, and CCCI. Returns index values, statistics (mean, min, max, std), satellite source (Sentinel-2, Landsat), and cloud cover percentage. Essential for crop health assessment, stress detection, and growth monitoring. AI agents should use this when users ask "what is the NDVI for my corn field this month", "calculate vegetation health for field X", or need vegetation index analysis. Calculate vegetation indices (NDVI, EVI, NDRE, etc.) for a specific field and date range

09

get_weather_data

Includes 1800+ weather parameters: temperature (air, soil), precipitation, humidity, wind speed/direction, solar radiation, evapotranspiration, dew point, pressure, and growing degree days. Historical data available since 1979. Essential for irrigation planning, frost risk assessment, disease/pest pressure modeling, and yield prediction. AI agents should use this when users ask "what was the weather like on my field last month", "get temperature and rainfall data", or need historical weather analysis for crop management decisions. Get historical and current weather data for agricultural fields

10

get_weather_forecast

Includes temperature, precipitation, humidity, wind, and solar radiation forecasts. Essential for planting schedule optimization, harvest timing, irrigation planning, frost protection, and seasonal crop management. AI agents should reference this when users ask "what is the weather forecast for my field next week", "get seasonal precipitation forecast", or need forward-looking weather data for agricultural planning. Get weather forecasts (15 days to 7 months) for agricultural fields

11

get_zoning_map

Returns zone boundaries, average index values per zone, area percentages, and management recommendations. Essential for variable rate application (VRA), precision fertilization, targeted irrigation, and yield optimization. AI agents should use this when users ask "create a zoning map for my field", "generate productivity zones", or need management zone maps for precision agriculture. Generate productivity and vegetation health zoning maps for fields

12

render_index_map

Returns rendered raster images (JPEG, PNG, or GeoTIFF) with color-coded vegetation index values overlaid on field boundaries. Supports colormaps like NDVI (green-yellow-red), thermal, grayscale, and custom color schemes. Essential for field reports, stakeholder communication, visual crop assessment, and creating shareable vegetation maps. AI agents should reference this when users ask "create a color-coded NDVI map of my field", "generate a vegetation health visualization", or need shareable vegetation index images for reports. Generate visual vegetation index maps with customizable colormaps for field visualization

Example Prompts for EOSDA in LangChain

Ready-to-use prompts you can give your LangChain agent to start working with EOSDA immediately.

01

"Show me the NDVI trend for my corn field over the 2025 growing season."

02

"What is the 15-day weather forecast and current soil moisture for my soybean field?"

03

"Generate a productivity zoning map for my wheat field with 4 zones."

Troubleshooting EOSDA MCP Server with LangChain

Common issues when connecting EOSDA to LangChain through the Vinkius, and how to resolve them.

01

MultiServerMCPClient not found

Install: pip install langchain-mcp-adapters

EOSDA + LangChain FAQ

Common questions about integrating EOSDA MCP Server with LangChain.

01

How does LangChain connect to MCP servers?

Use langchain-mcp-adapters to create an MCP client. LangChain discovers all tools and wraps them as native LangChain tools compatible with any agent type.
02

Which LangChain agent types work with MCP?

All agent types including ReAct, OpenAI Functions, and custom agents work with MCP tools. The tools appear as standard LangChain tools after the adapter wraps them.
03

Can I trace MCP tool calls in LangSmith?

Yes. All MCP tool invocations appear as traced steps in LangSmith, showing input parameters, response payloads, latency, and token usage.

Connect EOSDA to LangChain

Get your token, paste the configuration, and start using 12 tools in under 2 minutes. No API key management needed.