mitra-seruni (serunimumbul2010-mitra/mitra-seruni) is an MCP server listed on the M8ven Trust Index. It scores 52 out of 100, grade D. It declares 60 tools. No publisher has claimed this listing.
Management Informasi dan Transaksi Data Desa
Caution. Specific findings reduced this grade. They are listed on the page. Grades reflect the full trust pyramid: code, verification depth, and reputation. New projects cap at C until adoption is earned.
How we verified
Verified is a snapshot. Live keeps it current, and builds your track record.
⚡ Connect GitHub → continuous verification on every pushwhy connect →Who stands behind it
serunimumbul2010-mitra
Source: github_code
Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find. Or connect your repo for our deepest verification, Live Monitored: read-only, revoke anytime. What we access →
Install from
The grade above is for the source repository. Registries can serve a different version, so we mark the ones we were not able to read.
These names and descriptions are the publisher's own, read from the source code. We print them as written. Our assessment is the findings above, not this list.
document_generateGenerasi PDF dari template + data (Internal Worker)
document_get_urlDapatkan URL download dokumen
auth_forgot_passwordGanti password user jika lupa
auth_loginLogin user dan dapatkan JWT token
auth_refreshRefresh access token menggunakan refresh token
auth_registerDaftarkan akun baru menggunakan NIK
news_listAmbil daftar berita/kabar desa
news_getAmbil detail berita berdasarkan slug
gallery_listAmbil daftar galeri desa
finance_summaryAmbil ringkasan APBDes per tahun
apparatus_listAmbil daftar perangkat desa
cms_laporan_submitKirim laporan atau keluhan warga dari landing page
cms_laporan_listDapatkan daftar laporan warga
get_tenant_by_domainAmbil tenant ID berdasarkan domain
get_profil_desaAmbil profil desa
update_profil_desaUpdate profil desa
penduduk_get_by_nikMencari data penduduk berdasarkan NIK
penduduk_registerMendaftarkan warga baru ke sistem desa
core_health_checkCek status kesehatan sistem dan sumber daya (CPU, RAM, Uptime)
db_wilayah_listAmbil daftar wilayah (Dusun, RW, RT) milik tenant
db_pekerjaan_listAmbil daftar referensi pekerjaan
db_apbdes_recapAmbil rekapitulasi APBDes (Anggaran vs Realisasi)
penduduk_createTambah data penduduk baru
penduduk_deleteSoft delete penduduk (tidak bisa dihapus jika ada surat aktif)
penduduk_export_csvDownload seluruh data penduduk aktif dalam format CSV
penduduk_getAmbil detail 1 penduduk by ID
penduduk_import_bulkImport data penduduk massal dengan Smart Fuzzy Normalisasi.
penduduk_listAmbil daftar penduduk dengan pagination dan search
penduduk_public_checkCek ketersediaan NIK di database warga dan ambil profil dasar untuk autofill
penduduk_statsAmbil statistik ringkasan penduduk desa
penduduk_truncateHapus SELURUH data penduduk secara permanen (Hard Delete). Membutuhkan konfirmasi ekstrem.
penduduk_updateUpdate data penduduk (NIK tidak dapat diubah unless explicitly supplied)
surat_approveMenyetujui surat yang sudah diverifikasi (SELESAI)
surat_deleteHapus data draft surat
surat_draft_createBuat draf surat baru
surat_export_csvExport tabel data surat (berdasarkan status) ke format CSV
surat_getDapatkan detail surat berdasarkan ID
surat_import_bulkImport data surat massal dari CSV JSON array
surat_listMelihat daftar pengajuan surat
surat_public_verifyVerifikasi publik untuk keabsahan surat digital
surat_submitAjukan surat yang telah dibuat (DRAFT -> VERIFIKASI)
surat_template_listAmbil semua template surat aktif milik tenant
surat_template_createBuat jenis surat (template) baru
surat_template_updateUpdate data jenis surat (template)
surat_template_deleteHapus atau nonaktifkan jenis surat (template)
surat_template_export_csvExport seluruh daftar jenis surat ke format CSV
surat_template_import_bulkImport massal jenis surat dari daftar record
surat_updateUbah data detail / catatan surat
surat_verifyMelakukan verifikasi surat (pilih Approve atau Reject)
infra_audit_listDaftar log aktivitas sistem (Audit Log)
market_statusCek status operasional pasar desa
notification_sendKirim notifikasi WhatsApp ke satu nomor via Fonnte (ADMIN/SUPER_ADMIN only)
notification_send_bulkKirim notifikasi ke banyak nomor sekaligus (ADMIN/SUPER_ADMIN only)
notification_statusCek status pengiriman notifikasi untuk submission tertentu
pipeline_statusCek status antrean data pipeline
queue_check_statusCek status ketersediaan Redis/Queue server
admin_user_createBuat akun admin/operator baru (SUPER_ADMIN only)
admin_user_deactivateNonaktifkan akun user (SUPER_ADMIN only)
admin_user_listDaftar semua user dalam tenant (SUPER_ADMIN only)
admin_user_update_roleUpdate role user (SUPER_ADMIN only)
Disclosed vulnerabilities in this server's declared npm dependencies (via OSV). Whether each is reachable depends on the installed versions.
Model Context Protocol (MCP) TypeScript SDK does not enable DNS rebinding protection by default
Drizzle ORM has SQL injection via improperly escaped SQL identifiers
Prototype Pollution in sheetJS
SheetJS Regular Expression Denial of Service (ReDoS)
CORS_ORIGINSENCRYPTION_KEYFONNTE_TOKENFRONTEND_URLJSON_BODY_LIMITJWT_ACCESS_EXPIRESJWT_REFRESH_EXPIRESJWT_SECRETSTORAGE_PATHWORKER_SECRETDATABASE_URLPORTREDIS_URLDependencies
21 runtime dependencies (9 dev), 1 flagged: puppeteer
Tool annotations
No tools have read-only/destructive annotations
Add readOnlyHint or destructiveHint annotations to every tool so hosts can warn users before invoking.
All four hints declared on every tool
60/60 tools missing one or more hints — document_generate (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); document_get_url (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); auth_forgot_password (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +57 more. OpenAI's directory rejects tools where any of the four hints are missing or non-boolean.
For every tool, set all four hints (readOnlyHint, destructiveHint, idempotentHint, openWorldHint) to explicit true/false values that match the handler’s actual behaviour.
README present
No README found
Add a README.md describing the server and its tools.
License file
No license file
Add a LICENSE file (MIT, Apache-2.0, etc.).
Tests exist
No test files found
Add tests that exercise each declared tool.
Production dependencies are patched
0 critical, 4 high severity in production deps — @modelcontextprotocol/sdk@1.0.0 (high), drizzle-orm@0.30.0 (high)
Run npm audit fix, or upgrade the affected packages to a non-vulnerable version.
Domain consistency
npm scope @mitradesa doesn't match GitHub owner serunimumbul2010-mitra
Use the same org name across GitHub, npm, and your homepage so users can verify the publisher.
Claim the listing to review these findings one by one and send us a correction where you disagree, straight to the team. Claiming also means we tell you when the grade moves, and reach you first if we find anything urgent.
[](https://m8ven.ai/mcp/serunimumbul2010-mitra/mitra-seruni)?variant=verified from the URL.Vetting this one by hand? Tool Check is an MCP that scores other MCPs. Add it once and ask Claude, ChatGPT, or any MCP client to grade a server, surface CVEs, check the publisher, and suggest safer alternatives — before you install.
https://m8ven.ai/api/mcp/tool-check