PDP 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., "@PDP MCP ServerApa saja hak-hak saya sebagai subjek data menurut UU PDP?"
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.
PDP MCP Server
MCP Server untuk menjawab pertanyaan seputar UU Nomor 27 Tahun 2022 tentang Perlindungan Data Pribadi (UU PDP) menggunakan RAG (Retrieval-Augmented Generation) dengan Pinecone sebagai vector database.
๐ Features
RAG-powered Q&A: Menjawab pertanyaan berdasarkan isi UU PDP
6 MCP Tools:
tanya_pdp- Pertanyaan umum tentang UU PDPcari_pasal- Cari pasal berdasarkan nomor/keyworddefinisi_istilah- Cari definisi istilah hukumhak_subjek_data- Hak-hak pemilik data pribadikewajiban_pengendali- Kewajiban pengendali/prosesor datasanksi_pelanggaran- Sanksi administratif dan pidana
Related MCP server: OpenAI SDK Knowledge MCP Server
๐ Requirements
Python 3.11+
Pinecone Account (Free tier available)
OpenAI API Key
๐ ๏ธ Installation
Clone repository:
git clone <repository-url>
cd pdp-mcp-serverCreate virtual environment:
python -m venv venv
source venv/bin/activate # Linux/Mac
# atau
.\venv\Scripts\activate # WindowsInstall dependencies:
pip install -r requirements.txtSetup environment variables:
cp .env.example .env
# Edit .env dengan API keys Anda๐ Data Ingestion
Ekstrak PDF UU PDP:
python scripts/extract_pdf.pyIngest data ke Pinecone:
python scripts/ingest_data.py๐ฅ๏ธ Running the Server
python -m src.server๐งช Testing
pytest tests/ -v๐ Usage with Claude Desktop
Add to your Claude Desktop config (claude_desktop_config.json):
{
"mcpServers": {
"pdp-assistant": {
"command": "python",
"args": ["-m", "src.server"],
"cwd": "/path/to/pdp-mcp-server"
}
}
}๐ License
MIT License
๐ References
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- Flicense-qualityDmaintenanceAn MCP server that implements Retrieval-Augmented Generation to efficiently retrieve and process important information from various sources, providing accurate and contextually relevant responses.
- Alicense-qualityDmaintenanceAn MCP server that provides expert knowledge on the OpenAI API, powered by RAG. It enables users to ask technical questions and get accurate answers, with support for search and fetch tools.MIT
- Alicense-qualityDmaintenanceAn MCP server that indexes documents and serves relevant context to LLMs via Retrieval Augmented Generation (RAG).24536MIT
- Alicense-qualityDmaintenanceA generic MCP server for conversational AI document research using the Pinecone Assistant API, providing customizable RAG knowledge base access without embedding complexities.1MIT
Related MCP Connectors
MCP server for AI dialogue using various LLM models via AceDataCloud
This MCP server provides seamless access to Malaysia's government open data, including datasets, wโฆ
MCP server giving Claude AI access to 22+ NYC public-record databases for real estate due diligence
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/VibeCoding4-JC/pdp-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server