An MCP server that enables AI clients to search open data from Nerima City, Tokyo, including public facilities, AED locations, shelters, and parks.
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.
Install from
M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.
Disclosed vulnerabilities in this server's declared npm dependencies (via OSV). Whether each is reachable depends on the installed versions.
When Vitest UI server is listening, arbitrary file can be read and executed
Vitest allows Remote Code Execution when accessing a malicious website while Vitest API server is listening
express vulnerable to XSS via response.redirect()
process.env. You'll be asked to provide them before it can run.APP_BASE_URL— heroku config:set =https://<your-app-name>.herokuapp.comAUTO_IMPORT_ON_START— heroku config:set =trueCSV_CHUNK_ROW_COUNT— heroku config:set =5000FETCH_RETRY_COUNT— heroku config:set =5FETCH_RETRY_DELAY_MS— heroku config:set =2000GCS_BUCKET— .env を編集して、GCSを使う場合は とGoogle Cloudのサービスアカウント認証情報を設定してください。GCS未設定の場合は、少数サンプルデータで起動します。GCS_PREFIX— heroku config:set =nerima-open-data/cacheGOOGLE_APPLICATION_CREDENTIALS_BASE64— サービスアカウントJSONはBase64化して に設定する方法を推奨します。GOOGLE_APPLICATION_CREDENTIALS_JSON— も利用できますが、Heroku Config VarsではJSON内の改行やクォートが崩れやすいため、Base64形式を推奨します。両方を設定している場合は GOOGLE_APPLICATION_CREDENTIALS_JSON が優先されます。IMPORT_TOKEN— heroku config:set =<long-random-token>NOTIFY_PRODUCTION_CACHEPORT— はHerokuが設定するため、アプリケーション側では process.env.PORT 3000 をlistenします。PRODUCTION_APP_BASE_URL— export =https://nod-mcp.code4nerima.orgPRODUCTION_IMPORT_TOKEN— export ='<production-import-token>'SCHEDULER_IMPORT_URLSEARCH_CHUNK_READ_CONCURRENCY— heroku config:set =4[](https://m8ven.ai/mcp/code4nerima-nerima-open-data-mcp-19q5bp)