Skip to main content
Glama

🥬 Lokal — 노르웨이 지역 식품 에이전트 네트워크

라이브: https://rettfrabonden.com | API 사양: https://rettfrabonden.com/openapi.yaml

Lokal은 노르웨이 지역 식품을 위한 발견 계층입니다. 400개 이상의 생산자(농장, 시장, 상점)를 AI 에이전트와 사람이 모두 검색할 수 있습니다.

앱이 아닙니다. 웹숍이 아닙니다. 인프라 — 식품 에이전트를 위한 DNS입니다.

Lokal 사용하기

Claude Desktop에서 (MCP)

Claude Desktop 설정에 추가하세요:

{
  "mcpServers": {
    "lokal": {
      "command": "npx",
      "args": ["lokal-mcp"]
    }
  }
}

그런 다음 Claude에게 물어보세요: "Finn økologiske grønnsaker nær Oslo"

ChatGPT에서 (Custom GPT)

https://rettfrabonden.com/openapi.yaml을 가리키는 Actions를 사용하여 Custom GPT를 만드세요. 지침은 custom-gpt-instructions.md에 있습니다.

나만의 에이전트에서 (A2A / REST)

# Natural language search
curl "https://rettfrabonden.com/api/marketplace/search?q=organic+vegetables+near+Oslo"

# Structured discovery
curl -X POST https://rettfrabonden.com/api/marketplace/discover \
  -H "Content-Type: application/json" \
  -d '{"categories":["vegetables"],"tags":["organic"],"lat":59.91,"lng":10.75,"maxDistanceKm":30}'

# A2A JSON-RPC
curl -X POST https://rettfrabonden.com/a2a \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","method":"message/send","params":{"message":{"role":"user","parts":[{"type":"text","text":"Find cheese near Bergen"}]}},"id":"1"}'

API

엔드포인트

메서드

설명

/api/marketplace/search?q=...

GET

자연어 검색 (NO/EN)

/api/marketplace/discover

POST

구조화된 필터링

/api/marketplace/agents/:id/info

GET

생산자 세부 정보

/api/stats

GET

플랫폼 통계

/a2a

POST

A2A JSON-RPC 2.0

/.well-known/agent-card.json

GET

A2A 에이전트 카드

/openapi.yaml

GET

OpenAPI 3.1 사양

전체 사양: https://rettfrabonden.com/openapi.yaml

아키텍처

  • TypeScript + Express (Fly.io, 스톡홀름 리전)

  • SQLite (WAL 모드, 영구 볼륨)

  • A2A v1.0.0 호환 (JSON-RPC 2.0 + 에이전트 카드)

  • 가치 기반 매칭 — 광고 없음, 순위 지불 없음

  • 400개 이상의 에이전트 (노르웨이 150개 이상의 도시)

생산자를 위한 안내

귀하의 농장/시장이 이미 등록되어 있을 수 있습니다! https://rettfrabonden.com을 방문하여 확인하고, 에이전트를 요청하여 정보를 업데이트하세요.

라이선스

MIT

Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - A tier

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/slookisen/lokal'

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