Skip to main content
Glama

Microfarm MCP

マイクロファームを志す人々のための土地適性インテリジェンス — あらゆるLLM(Claude、Cursorなど)に接続できるMCPサーバーとして機能します。米国の土地区画に関する2つの質問に答えます:

  1. 「この土地は実際にマイクロファームに適しているか?」無料の公開データ(キー不要、サブスクリプション不要)から、気候、水へのアクセス、農地の状況、アクセス、洪水リスクをスコアリングします。

  2. 「この土地に家を建てられるか?」 — 洪水区域と農地の状況を用いた住居実現可能性のスクリーニングで、最終承認はあなたの郡が決定することを正直に明示します。

また、無料の情報源から売り出し中の土地を検索し、結果をスコアリングすることもできます。

ツール

Tool

機能

assess_land

米国の土地区画をマイクロファーム適性および住居実現可能性(気候+水+土地+アクセス+洪水)についてスコアリング

find_land

無料の情報源から実際の売り出し土地を検索(価格、エーカー数、州/郡、写真、説明)

land_sources

使用する無料の公開データソースを一覧表示(透明性)

about_microfarm

マイクロファーミングと注目すべき点を平易な言葉で説明

すべてがエビデンスに基づいています:すべてのシグナルはその出典を明示し、欠落データは欠落として報告されます — 「良好」として扱われることは決してありません。

データソース(すべて無料、キー不要)

  • Open-Meteo — ジオコーディング、過去の気候(降水量、気温、生育日数)、標高

  • OpenStreetMap / Overpass — 近隣の水域、建物、道路、農地

  • FEMA National Flood Hazard Layer — 地点の洪水区域(住居実現可能性)

  • farms.com + Craigslist + index.cy (Cyprus) — 売り出し中の土地リスト(find_land)

インストールと実行

python3 -m venv .venv
.venv/bin/pip install -e ".[test]"
.venv/bin/pytest tests/ -q        # 31 tests
.venv/bin/microfarm-mcp           # or: python -m microfarm.server

例(LLMがあなたのために行うこと)

assess_land("Petaluma, California")
→ state: promising | score: 76
  [positive] ample_precipitation: ~1023 mm/yr
  [positive] long_season: ~363 growing days/yr
  [positive] land_type: farmland
  dwelling_feasibility: requires_review (no flood-zone flag; confirm with county)

assess_land("Polemi, Paphos, Cyprus")   ← works outside the US too
→ state: requires_look | score: 65
  [positive] adequate_precipitation: ~457 mm/yr
  [positive] long_season: ~365 growing days/yr
  dwelling_feasibility: unknown (FEMA is US-only; confirm with Cyprus Planning Authority)

assess_land("Nontron, Dordogne, France")   ← France works too
→ state: promising | score: 76
  [positive] ample_precipitation: ~1416 mm/yr
  [positive] long_season: ~330 growing days/yr
  dwelling_feasibility: unknown (confirm with the local mairie / DDT planning office)

find_land(state="OH", max_price_usd=200000)
→ real listings with price, acres, location, photos, description

find_land(country="CY")   ← Cyprus plots from index.cy
→ real Greek/English listings, titles translated, price in €, size in m²/acres

土地タイプとゾーン

  • 土地タイプ(農地/牧草地/森林/低木地/市街地/水域)はOpenStreetMapから検出され、すべての評価で報告されます。

  • 公式ゾーニング(土地に合法的に建設・利用できる内容)は、無料の全国データでは利用できません — これは地方の計画当局(米国の郡、またはキプロスの地区/計画事務所)が定めます。このツールはこれを正直に明示し、推測するのではなく確認すべき場所を伝えます。

正直な限界

  • ゾーニング/住居法は地域固有です;これは洪水と農地の状況を初期スクリーニングとして使用し、計画事務所を案内します — 公式の条例に取って代わるものではありません

  • FEMAの洪水データは米国のみです;米国外(例:キプロス)では洪水は正直に「利用不可」と報告され、「危険なし」と誤って報告されることは決してありません。

  • landbanksearch / govdeals / farmflip / Bazaraki / land.cy / offer.com.cy はブラウザ専用またはボット保護されています;登録済みですがまだスクレイピングされていません(land_sources.browser_only を参照)。

レイアウト

microfarm-mcp/
├── microfarm/
│   ├── server.py       ← FastMCP server (4 tools)
│   ├── engine.py       ← orchestration + cache + find_land
│   ├── providers.py    ← free data providers (geo, climate, elevation, OSM, FEMA)
│   ├── listings.py     ← land-for-sale collectors (farms.com, Craigslist)
│   ├── scorer.py       ← evidence-backed viability + dwelling scoring
│   └── models.py       ← typed models
├── tests/              ← 24 tests (mocked providers, deterministic)
├── .github/workflows/ci.yml
└── pyproject.toml

MITライセンス。財務、法律、不動産に関するアドバイスではありません — すべての物件を現地で確認してください。

-
license - not tested
Not graded
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

  • Property intelligence: 180M+ US parcels — lookup, search, owners, hazards, permits, deeds.

  • Search and manage Paraguay & LatAm real estate from any AI assistant.

  • Data-center, grid, fiber & gas infrastructure intelligence for AI agents — query and cite.

View all MCP Connectors

Latest Blog Posts

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/omardaaboul/microfarm-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server