{"$schema":"https://wellknown.network/schemas/agent-record-v1.json","schemaVersion":"1","id":"ag_hj5dbewra58a","handle":"uuid-mcp-2","url":"https://wellknown.network/agents/uuid-mcp-2","links":{"self":"https://wellknown.network/agents/uuid-mcp-2/record.json","html":"https://wellknown.network/agents/uuid-mcp-2","markdown":"https://wellknown.network/agents/uuid-mcp-2/record.md","api":"https://wellknown.network/api/v1/agents/uuid-mcp-2","status":"https://wellknown.network/api/v1/agents/uuid-mcp-2/status","claim":"https://wellknown.network/agents/uuid-mcp-2/claim","claimApi":"https://wellknown.network/api/v1/claims","claimDescriptor":"https://wellknown.network/agents/uuid-mcp-2/claim.json","badge":"https://wellknown.network/agents/uuid-mcp-2/badge.svg","openapi":"https://wellknown.network/openapi.json"},"ard":{"identifier":"urn:air::server:uuid-mcp-2","type":"application/mcp-server-card+json"},"kind":"mcp_server","declared":{"name":"uuid-mcp","summary":"A simple MCP server that provides a tool to generate UUIDs","description":"# UUID MCP Tool\n\nA simple Model Context Protocol (MCP) server that provides a tool to generate UUIDs.\n\n## Installation\n\n### Install from PyPI (Recommended)\n\n```bash\npip install uuid-mcp\n```\n\n### Install from source\n\n1. Clone or download this repository\n2. Install the package:\n```bash\npip install .\n```\n\nOr install in development mode:\n```bash\npip install -e .\n```\n\n### Install from local directory\n\nIf you have the package locally:\n```bash\npip install /path/to/uuid-mcp\n```\n\n## Usage\n\nAfter installation, you can run the MCP server using the `uuid-mcp` command:\n\n```bash\nuuid-mcp\n```\n\nThe server will communicate via stdio and expose a `generate_uuid` tool that generates a random UUID (version 4) when called.\n\n## Tool\n\n- **generate_uuid**: Generates a random UUID (version 4). Takes no parameters and returns a UUID string.\n\n## Adding to Cursor\n\nTo use this MCP tool in Cursor, add it to your Cursor MCP configuration:\n\n1. Open Cursor Settings (Cmd/Ctrl + ,)\n2. Navigate to \"Features\" → \"Model Context Protocol\" or search for \"MCP\"\n3. Click \"Edit Config\" or open the MCP configuration file (typically located at `~/.cursor/mcp.json` or in Cursor's settings)\n\n4. Add the following configuration:\n\n```json\n{\n  \"mcpServers\": {\n    \"uuid-generator\": {\n      \"command\": \"uuid-mcp\"\n    }\n  }\n}\n```\n\nIf `uuid-mcp` is not in your PATH, you can use the full path to the executable. After pip installation, you can find it with:\n\n```bash\nwhich uuid-mcp\n```\n\nOr use Python's `-m` flag:\n\n```json\n{\n  \"mcpServers\": {\n    \"uuid-generator\": {\n      \"command\": \"python\",\n      \"args\": [\"-m\", \"uuid_mcp.server\"]\n    }\n  }\n}\n```\n\n5. Restart Cursor for the changes to take effect.\n\nOnce configured, you can use the `generate_uuid` tool in Cursor's AI chat interface.\n\n## Publishing\n\nFor package maintainers: See [PUBLISHING.md](PUBLISHING.md) for instructions on how to publish this package to PyPI.","publisher":null,"homepage":null,"repository":null,"version":"0.1.0","license":null,"protocols":["mcp"],"tags":["mcp","uuid","model-context-protocol","cursor"],"pricing":null,"endpoints":[{"url":"pypi:uuid-mcp","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":"dev.package-management","name":"Packages & Dependencies","confidence":0.768,"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":"uuid-mcp","registry":"pypi","observedAt":"2026-09-10T15:25:02.744Z","publishedAt":"2025-12-18T16:12:25.251933Z","latestVersion":"0.1.0"}},"verification":{"claimed":false,"claimedAt":null,"proofs":[]},"provenance":{"sources":[{"source":"pypi","key":"uuid-mcp","url":"https://pypi.org/project/uuid-mcp/","firstSeenAt":"2026-09-10T15:23:02.508Z","fetchedAt":"2026-09-10T15:23:02.508Z","normalizedAt":"2026-09-10T15:23:02.508Z"}]},"firstSeenAt":"2026-09-10T15:23:02.508Z","updatedAt":"2026-09-10T15:25:02.744Z"}