← Back to Plugins
MCP Server MCP

io.github.suryast/indonesia-civic-stack

github By github 👁 1 views ▲ 0 votes

40 MCP tools for 11 Indonesian government portals — BPOM, BPJPH, AHU, OJK, BMKG+

Homepage Verified source GitHub

Install

uvx indonesia-civic-stack

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "indonesia-civic-stack",
      "version": "0.1.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Proxy URL for accessing Indonesian government portals from outside Indonesia (e.g. Cloudflare Worker URL)",
          "format": "string",
          "name": "PROXY_URL"
        },
        {
          "description": "BPS Statistics API key (free registration at webapi.bps.go.id)",
          "format": "string",
          "isSecret": true,
          "name": "BPS_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...