Indonesia Civic Stack MCP Server

Production-ready scrapers, normalizers, and API wrappers for Indonesian government data sources. It runs locally over stdio via the published package.

People connecting web scraping tools to Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-08-11 · ★ 6 · #45 OF 78 MAINTAINED WEB SCRAPING · VERIFIED 2026-08-25

MIT · Python servers · how we verify → /methodology

01 · Install Indonesia Civic Stack

before you install - you'll need

Set CIVIC_API_KEY, PROXY_URL, PROXY_MODE, CIVIC_RATE_LIMIT before connecting. CIVIC_ALLOWED_PROXIES is optional or environment-specific per the README.

Claude Code

claude mcp add suryast-indonesia-civic-stack -- uvx indonesia-civic-stack

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "suryast-indonesia-civic-stack": {
      "command": "uvx",
      "args": [
        "indonesia-civic-stack"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

pypi package indonesia-civic-stack - check the name against the project README before installing (PyPI has no namespace ownership)

registry namespace io.github.suryast is GitHub-verified and matches the repo owner

03 · What Indonesia Civic Stack can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v1.1.0 · 2026-03-30

OJK module: Fixed dead OJK_API_BASE reference after portal migration · OJK tests: Rewrote VCR-based tests with monkeypatch - cassettes were stale after switching from api.ojk.go.id to portal scraping · DJPB module…

v1.0.0 · 2026-03-30

v1.0.0 · Production-ready release with 14 government data modules and 46 MCP tools. · New Modules · jdih - BPK legal documents & audit reports (🇮🇩 proxy required) · ksei - Securities & investor statistics (🇮🇩 proxy…

v0.3.1 · 2026-03-23

Fixes · Fix lint E501 - wrap long lines in DEPRECATED_PORTALS · Fix tests for empty PORTALS list (all portals deprecated, tests now inject mock portals) · Fix confidence assertion for single-portal mock

04 · Who maintains Indonesia Civic Stack

indonesia-civic-stack is maintained by suryast. It's the only MCP server we track from this author; the repo dates to Mar 2026.

05 · Facts

category
web scraping - ranked #45 of 78 actively-maintained web scraping servers as of 2026-08-25.
registry
io.github.suryast/indonesia-civic-stack (active, first published 2026-03-14)
packages
pypi:indonesia-civic-stack

06 · Indonesia Civic Stack FAQ

What is Indonesia Civic Stack?

Production-ready scrapers, normalizers, and API wrappers for Indonesian government data sources. It runs locally over stdio via the published package.

Is Indonesia Civic Stack still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-11. We re-verify nightly.

How do I install Indonesia Civic Stack?

Run `uvx indonesia-civic-stack`. The README documents 5 environment variables (CIVIC_API_KEY, PROXY_URL, PROXY_MODE…) to set first. Set CIVIC_API_KEY, PROXY_URL, PROXY_MODE, CIVIC_RATE_LIMIT before connecting. CIVIC_ALLOWED_PROXIES is optional or environment-specific per the README. You can also paste the ready-made client config above.

Does Indonesia Civic Stack run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Indonesia Civic Stack

More web scraping MCP servers · Read GZH · Charlotte · Ru Marketplace MCP · Web Scraping AI

More Python MCP servers · Server for WinDbg Crash Analysis · Vectr · On Board · Standard Graph · Zaxy · see all