LPDP MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@LPDP MCP Serverberapa living allowance untuk mahasiswa di London?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
LPDP MCP Server
MCP Server untuk menjawab pertanyaan seputar pencairan keuangan beasiswa LPDP menggunakan RAG (Retrieval Augmented Generation) dengan Pinecone dan Gemini 2.0 Flash.
๐ Fitur
RAG-powered Q&A: Menjawab pertanyaan berdasarkan dokumen Panduan Pencairan Awardee LPDP
Vector Search: Menggunakan Pinecone untuk pencarian semantik yang akurat
Gemini 2.0 Flash: Response cepat dengan dukungan bahasa Indonesia yang baik
MCP Protocol: Dapat diintegrasikan dengan Claude Desktop dan aplikasi AI lainnya
๐ Prerequisites
Python 3.10+ (wajib untuk MCP SDK)
Pinecone account (free tier)
Google AI API key
๐ ๏ธ Instalasi
Clone repository:
git clone <repository-url>
cd training-vibecode-mcpInstall Python 3.11 (jika belum ada):
# macOS dengan Homebrew
brew install python@3.11
# Ubuntu/Debian
sudo apt update
sudo apt install python3.11 python3.11-venvBuat virtual environment:
python3.11 -m venv venv
source venv/bin/activate # Linux/macOS
# atau
.\venv\Scripts\activate # WindowsInstall dependencies:
pip install -r requirements.txtSetup environment variables:
cp .env.example .env
# Edit .env dengan API keys Anda๐ Indexing Dokumen
Sebelum menggunakan server, index dokumen PDF ke Pinecone:
python -m scripts.index_documents๐ฅ๏ธ Menjalankan Server
Sebagai MCP Server (untuk Claude Desktop)
Tambahkan konfigurasi berikut ke claude_desktop_config.json:
{
"mcpServers": {
"lpdp-pencairan": {
"command": "python",
"args": ["-m", "src.server"],
"cwd": "/path/to/training-vibecode-mcp",
"env": {
"PINECONE_API_KEY": "your_key",
"GOOGLE_API_KEY": "your_key"
}
}
}
}Standalone Mode
python -m src.server๐ง MCP Tools
Tool | Deskripsi |
| Menjawab pertanyaan umum tentang pencairan beasiswa |
| Mencari informasi komponen dana spesifik |
| Mengecek deadline pengajuan dana |
| Informasi living allowance per negara/kota |
| Dokumen yang dibutuhkan untuk pengajuan |
๐ Contoh Penggunaan
User: Berapa living allowance untuk mahasiswa di Jepang?
Bot: Living allowance untuk mahasiswa LPDP di Jepang adalah:
- Tokyo: JPY 195,000/bulan
- Kota lain: JPY 170,000/bulan๐งช Testing
pytest tests/๐ License
MIT License
Trigger workflow test - Fri Dec 5 16:03:22 WIB 2025
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
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/adityaldy/mcp-training'
If you have feedback or need assistance with the MCP directory API, please join our Discord server