Transportasi Bandara & Pelabuhan
FreeNot checkedProvides tools to search and retrieve detailed information about airports and seaports in Indonesia, including runways, radio frequencies, nearby airports, and
About
Provides tools to search and retrieve detailed information about airports and seaports in Indonesia, including runways, radio frequencies, nearby airports, and port statistics.
README
Dua MCP (Model Context Protocol) server untuk mengakses data bandara dan pelabuhan di Indonesia. Dibangun dengan FastMCP + PostgreSQL.
Quick Start
# 1. Clone & install dependencies
pip install -r requirements.txt
# 2. Copy & isi environment variables
cp .env.example .env
# 3. Jalankan MCP server
python -m source.mcp_bandara --transport=streamable-http --port 5921 # Bandara
python -m source.mcp_pelabuhan --transport=streamable-http --port 5922 # Pelabuhan
# 4. Jalankan unit test
python tests.py
Environment Variables
| Variable | Default | Deskripsi |
|---|---|---|
PG_HOST |
— | PostgreSQL host |
PG_PORT |
5432 |
PostgreSQL port |
PG_USER |
— | Database user |
PG_PASSWORD |
— | Database password |
PG_DB |
— | Nama database |
PG_SCHEMA |
public |
Schema utama (contoh: transportasi) |
Tools
MCP Bandara (8 tools) — port 5921
| Tool | Deskripsi |
|---|---|
bandara_search |
Cari bandara by keyword (nama, IATA, ICAO, lokasi, provinsi) |
bandara_get_detail |
Detail lengkap bandara (OurAirports + Kemenhub) |
bandara_get_runways |
Spesifikasi runway (dimensi, permukaan, lighting) |
bandara_get_nearby |
Bandara terdekat dalam radius X km |
bandara_get_radio |
Frekuensi radio navigasi/komunikasi |
bandara_list_by_province |
List bandara by nama provinsi (fuzzy) |
bandara_list_by_facility_type |
List bandara by tipe (large/medium/small/heliport) |
bandara_list_runways_by_length |
Bandara dengan runway > X meter |
MCP Pelabuhan (4 tools) — port 5922
| Tool | Deskripsi |
|---|---|
pelabuhan_search |
Cari pelabuhan by keyword (nama, kota, provinsi, tipe) |
pelabuhan_get_detail |
Detail lengkap pelabuhan + koordinat |
pelabuhan_list |
List pelabuhan by list_by: province/type/city/location_keyword + optional remark filter |
pelabuhan_summary_by_province |
Statistik jumlah pelabuhan per provinsi |
Sumber Data
- OurAirports:
ourairports_facility_data(683 bandara),ourairports_runways(406 runway),ourairports_nearby(34k nearby),ourairports_radio(213 frekuensi) - Kemenhub RI:
daftar_bandara_di_indonesia(636 bandara — data administratif, legal, teknis) - BIG:
peta_rupa_bumi_indonesia_pelabuhan_pt(1,025 pelabuhan — geometri, klasifikasi) - Kemendagri:
mv_dimension_dukcapil_province_v1_2_no_geom(mapping kode ↔ nama provinsi, 38 rows)
Dokumentasi Lengkap
- CLAUDE.md — Arsitektur, detail semua tool, service API, pattern, known issues
- skills/EXPLORATION.md — Hasil eksplorasi database (schema, sample, relasi)
- tests.py — 70 unit test
Tech Stack
- Python 3.13 + FastMCP 3.3.1
- asyncpg (PostgreSQL async driver)
- Pydantic 2 (input validation)
- loguru (logging)
from github.com/tirthanzh/mcp-transportasi-bandara-dan-pelabuhan
Installing Transportasi Bandara & Pelabuhan
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/tirthanzh/mcp-transportasi-bandara-dan-pelabuhanFAQ
Is Transportasi Bandara & Pelabuhan MCP free?
Yes, Transportasi Bandara & Pelabuhan MCP is free — one-click install via Unyly at no cost.
Does Transportasi Bandara & Pelabuhan need an API key?
No, Transportasi Bandara & Pelabuhan runs without API keys or environment variables.
Is Transportasi Bandara & Pelabuhan hosted or self-hosted?
A hosted option is available: Unyly runs the server in the cloud, no local setup required.
How do I install Transportasi Bandara & Pelabuhan in Claude Desktop, Claude Code or Cursor?
Open Transportasi Bandara & Pelabuhan on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectCompare Transportasi Bandara & Pelabuhan with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
