{"$schema":"https://wellknown.network/schemas/agent-record-v1.json","schemaVersion":"1","id":"ag_nugb963g8puf","handle":"mongodb-mcp-vn","url":"https://wellknown.network/agents/mongodb-mcp-vn","links":{"self":"https://wellknown.network/agents/mongodb-mcp-vn/record.json","html":"https://wellknown.network/agents/mongodb-mcp-vn","markdown":"https://wellknown.network/agents/mongodb-mcp-vn/record.md","api":"https://wellknown.network/api/v1/agents/mongodb-mcp-vn","status":"https://wellknown.network/api/v1/agents/mongodb-mcp-vn/status","claim":"https://wellknown.network/agents/mongodb-mcp-vn/claim","claimApi":"https://wellknown.network/api/v1/claims","claimDescriptor":"https://wellknown.network/agents/mongodb-mcp-vn/claim.json","badge":"https://wellknown.network/agents/mongodb-mcp-vn/badge.svg","openapi":"https://wellknown.network/openapi.json","history":"https://wellknown.network/api/v1/agents/mongodb-mcp-vn/history","tools":"https://wellknown.network/api/v1/agents/mongodb-mcp-vn/tools"},"ard":{"identifier":"urn:air::server:mongodb-mcp-vn","type":"application/mcp-server-card+json"},"kind":"mcp_server","declared":{"name":"mongodb-mcp-vn","summary":"Safe MongoDB MCP Server","description":"# MongoDB MCP VN\n\nEnglish | [Tiếng Việt](#tiếng-việt)\n\n`mongodb-mcp-vn` is a Python MCP server for bounded MongoDB discovery, read, and\nexplicitly guarded mutation operations. It returns MongoDB Extended JSON and never\nreturns a configured connection URI or driver exception details.\n\n## Install and run\n\nInstall the released package:\n\n```sh\nuv tool install mongodb-mcp-vn\n```\n\nOr, from a source checkout:\n\n```sh\ncd uvx/mongodb\nuv sync --extra dev\n```\n\nSet a least-privilege URI outside source control. This local example contains no\ncredentials:\n\n```sh\nexport MONGO_URI='mongodb://localhost:27017'\n```\n\n### stdio (default)\n\nUse stdio for a local MCP client such as Codex or Claude Desktop:\n\n```sh\nMCP_TRANSPORT=stdio mongodb-mcp-vn\n```\n\nThe equivalent source command is `uv run mongodb-mcp-vn`.\n\n### MCP client JSON configuration (stdio)\n\nAdd this to your Codex or Claude Desktop MCP configuration. Do not set\n`MCP_TRANSPORT`; stdio is the default.\n\n```json\n{\n  \"mcpServers\": {\n    \"mongodb-mcp-vn\": {\n      \"command\": \"uvx\",\n      \"args\": [\"mongodb-mcp-vn\"],\n      \"env\": {\n        \"MONGO_URI\": \"mongodb://localhost:27017\",\n        \"MONGO_ALLOW_WRITE\": \"false\"\n      }\n    }\n  }\n}\n```\n\nSet `MONGO_ALLOW_WRITE` to `true` only when the MCP client must create, update,\ndelete documents, or drop a collection; restart the client after changing it.\n\nTool inputs are direct JSON fields: call `mongodb_ping` with `{}`, and call\n`mongodb_list_databases` with `{\"limit\": 50}`. Do not wrap them in `params`.\n\n### Streamable HTTP\n\nUse streamable HTTP only behind an appropriate network boundary. The defaults are\n`127.0.0.1:8005`; `streamable_http` is accepted as an alias.\n\n```sh\nMCP_TRANSPORT=streamable-http MCP_HOST=127.0.0.1 MCP_PORT=8005 mongodb-mcp-vn\n```\n\n`MCP_PORT` must be an integer from 1 through 65535. Unsupported transports fail at\nstartup rather than silently changing transport.\n\n## Tools\n\nAll collection and database names preserve the supplied bytes; blank-only names are\nrejected. Read to…","publisher":null,"homepage":null,"repository":null,"version":"0.1.5","license":null,"protocols":["mcp"],"tags":["mcp"],"pricing":null,"endpoints":[{"url":"pypi:mongodb-mcp-vn","type":"package_pypi","auth":null,"probeable":false}],"skills":null,"tools":null,"extra":null,"attribution":{"kind":"pypi","name":"pypi","summary":"pypi","version":"pypi","description":"pypi"}},"derived":{"capabilities":[{"slug":"data.database","name":"Databases","confidence":1,"provenance":"derived"}],"categories":["data"],"language":"en"},"observed":{"status":"unknown","statusReason":"Distributed as a package to run locally; no network endpoint to check.","lastOkAt":null,"lastProbedAt":null,"statusComputedAt":null,"reliability30d":null,"latestObservations":[],"tools":null,"package":{"name":"mongodb-mcp-vn","registry":"pypi","observedAt":"2026-09-10T06:25:22.777Z","publishedAt":"2026-08-22T08:28:50.940627Z","latestVersion":"0.1.5"},"toolSurface":null,"endpointFacts":[]},"verification":{"claimed":false,"claimedAt":null,"proofs":[]},"provenance":{"sources":[{"source":"pypi","key":"mongodb-mcp-vn","url":"https://pypi.org/project/mongodb-mcp-vn/","firstSeenAt":"2026-09-10T06:23:43.245Z","fetchedAt":"2026-09-10T06:23:43.245Z","normalizedAt":"2026-09-10T06:23:43.245Z"}]},"firstSeenAt":"2026-09-10T06:23:43.245Z","updatedAt":"2026-09-10T06:25:22.777Z"}