{"$schema":"https://wellknown.network/schemas/agent-record-v1.json","schemaVersion":"1","id":"ag_uddx4zsz8agy","handle":"iflow-mcp-mong-mcp-server","url":"https://wellknown.network/agents/iflow-mcp-mong-mcp-server","links":{"self":"https://wellknown.network/agents/iflow-mcp-mong-mcp-server/record.json","html":"https://wellknown.network/agents/iflow-mcp-mong-mcp-server","markdown":"https://wellknown.network/agents/iflow-mcp-mong-mcp-server/record.md","api":"https://wellknown.network/api/v1/agents/iflow-mcp-mong-mcp-server","status":"https://wellknown.network/api/v1/agents/iflow-mcp-mong-mcp-server/status","claim":"https://wellknown.network/agents/iflow-mcp-mong-mcp-server/claim","claimApi":"https://wellknown.network/api/v1/claims","claimDescriptor":"https://wellknown.network/agents/iflow-mcp-mong-mcp-server/claim.json","badge":"https://wellknown.network/agents/iflow-mcp-mong-mcp-server/badge.svg","openapi":"https://wellknown.network/openapi.json","history":"https://wellknown.network/api/v1/agents/iflow-mcp-mong-mcp-server/history","tools":"https://wellknown.network/api/v1/agents/iflow-mcp-mong-mcp-server/tools"},"ard":{"identifier":"urn:air::server:iflow-mcp-mong-mcp-server","type":"application/mcp-server-card+json"},"kind":"mcp_server","declared":{"name":"iflow-mcp_mong-mcp-server","summary":"A Docker-like name generator MCP server","description":"# mong-mcp-server\n\nA Model Context Protocol (MCP) server implementation that provides a [moby](https://github.com/moby/moby)-like random name generator (\"[mong](https://github.com/toshihikoyanase/mong/)\") for use with tools like Claude Desktop and VS Code Copilot Agent.\n\n## Features\n\n- Exposes a moby-like random name generator through the MCP interface\n- Easy setup and configuration\n\n## Configuration for Claude Desktop\n\nAdd this server under the `mcpServers` key of Claude Desktop configuration.\nSee the [official document of the Model Context Protocol](https://modelcontextprotocol.io/quickstart/user) for details.\n\n```json\n{\n   \"mcpServers\": {\n      \"mong\": {\n         \"command\": \"uvx\",\n         \"args\": [\n            \"--from\",\n            \"git+https://github.com/toshihikoyanase/mong-mcp-server\",\n            \"mong-mcp\"\n         ]\n      }\n   }\n}\n```\n\nor\n\n```json\n{\n    \"mcpServers\": {\n        \"mong\": {\n            \"command\": \"uv\",\n            \"args\": [\n                \"--directory\",\n                \"/path/to/repository\",\n                \"run\",\n                \"python\",\n                \"-m\",\n                \"mong_mcp_server\"\n            ]\n        }\n    }\n}\n```\n\n## Configuration for VS Code Copilot Agent\n\nAdd this server under the `servers` key in your MCP configuration for VS Code.\nFor example, to enable the MCP server in your workspace, create a `.vscode/mcp.json` file as follows:\n\n```json\n{\n    \"servers\": {\n        \"mong\": {\n            \"type\": \"stdio\",\n            \"command\": \"uvx\",\n            \"args\": [\n                \"--from\",\n                \"git+https://github.com/toshihikoyanase/mong-mcp-server\",\n                \"mong-mcp\"\n            ]\n        }\n    }\n}\n```\n\n## Install locally\n\n1. **Clone the repository:**\n    ```sh\n    git clone https://github.com/toshihikoyanase/mong-mcp-server.git\n    cd mong-mcp-server\n    ```\n\n2. **Start the server:**\n    ```sh\n    uv run python -m mong_mcp_server\n    ```\n\n## Running Tests\n\nRun the unit tests to verify the server functionali…","publisher":null,"homepage":null,"repository":null,"version":"0.1.0","license":"MIT","protocols":["mcp"],"tags":["mcp"],"pricing":null,"endpoints":[{"url":"pypi:iflow-mcp_mong-mcp-server","type":"package_pypi","auth":null,"probeable":false}],"skills":null,"tools":null,"extra":null,"attribution":{"kind":"pypi","name":"pypi","license":"pypi","summary":"pypi","version":"pypi","description":"pypi"}},"derived":{"capabilities":[{"slug":"dev.version-control","name":"Version Control","confidence":1,"provenance":"derived"}],"categories":["dev"],"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":"iflow-mcp_mong-mcp-server","registry":"pypi","observedAt":"2026-09-15T19:23:19.305Z","publishedAt":"2025-10-30T03:16:48.171196Z","latestVersion":"0.1.0"},"toolSurface":null,"endpointFacts":[]},"verification":{"claimed":false,"claimedAt":null,"proofs":[]},"provenance":{"sources":[{"source":"pypi","key":"iflow-mcp_mong-mcp-server","url":"https://pypi.org/project/iflow-mcp_mong-mcp-server/","firstSeenAt":"2026-09-09T20:24:20.029Z","fetchedAt":"2026-09-15T19:21:55.257Z","normalizedAt":"2026-09-15T19:21:55.257Z"}]},"firstSeenAt":"2026-09-09T20:24:20.029Z","updatedAt":"2026-09-15T19:23:19.305Z"}