{"$schema":"https://wellknown.network/schemas/agent-record-v1.json","schemaVersion":"1","id":"ag_n5jhh49cfrnm","handle":"youmind-mcp","url":"https://wellknown.network/agents/youmind-mcp","links":{"self":"https://wellknown.network/agents/youmind-mcp/record.json","html":"https://wellknown.network/agents/youmind-mcp","markdown":"https://wellknown.network/agents/youmind-mcp/record.md","api":"https://wellknown.network/api/v1/agents/youmind-mcp","status":"https://wellknown.network/api/v1/agents/youmind-mcp/status","claim":"https://wellknown.network/agents/youmind-mcp/claim","claimApi":"https://wellknown.network/api/v1/claims","claimDescriptor":"https://wellknown.network/agents/youmind-mcp/claim.json","badge":"https://wellknown.network/agents/youmind-mcp/badge.svg","openapi":"https://wellknown.network/openapi.json"},"ard":{"identifier":"urn:air::server:youmind-mcp","type":"application/mcp-server-card+json"},"kind":"mcp_server","declared":{"name":"youmind-mcp","summary":"A Model Context Protocol (MCP) server for accessing YouMind content","description":"# YouMind MCP Server\n\nA Model Context Protocol (MCP) server built with FastMCP that provides access to YouMind content.\n\n## Features\n\n- Retrieve craft content by craft ID\n- Authenticated API access to YouMind\n- Simple FastMCP-based implementation\n\n## Prerequisites\n\n- Python 3.8 or higher\n- A YouMind account with valid authentication token\n\n## Installation\n\n### From PyPI (Recommended)\n\n```bash\npip install youmind-mcp\n```\n\n### From Source\n\n1. Clone this repository:\n```bash\ngit clone <repository-url>\ncd youmind-mcp\n```\n\n2. Install the package:\n```bash\npip install .\n```\n\nOr install in development mode:\n```bash\npip install -e .\n```\n\n### Configuration\n\nSet up environment variables. You can either:\n\n1. Create a `.env` file:\n```bash\ncp .env.example .env\n```\n\n2. Edit `.env` and add your YouMind authentication token:\n```\nYOUMIND_AUTH_TOKEN=sb-flzdupptcpbcowdaetfq-auth-token=your-actual-token-here\n```\n\nOr set the environment variable directly:\n```bash\nexport YOUMIND_AUTH_TOKEN=sb-flzdupptcpbcowdaetfq-auth-token=your-actual-token-here\n```\n\n**To get your authentication token:**\n1. Log in to YouMind in your browser\n2. Open browser developer tools (F12)\n3. Go to Application/Storage > Cookies > https://youmind.com\n4. Copy the value of `sb-flzdupptcpbcowdaetfq-auth-token`\n5. Set `YOUMIND_AUTH_TOKEN=sb-flzdupptcpbcowdaetfq-auth-token=<copied-value>`\n\n## Usage\n\n### Running the Server\n\nAfter installation, you can run the MCP server using:\n\n```bash\nyoumind-mcp\n```\n\nOr as a Python module:\n```bash\npython -m youmind_mcp\n```\n\nThe server will start and communicate via stdio (standard input/output), which is the standard transport for MCP servers.\n\n### Using with MCP Clients\n\nConfigure your MCP client (e.g., Claude Desktop, Cursor) to use this server:\n\n**After pip installation:**\n```json\n{\n  \"mcpServers\": {\n    \"youmind\": {\n      \"command\": \"youmind-mcp\",\n      \"env\": {\n        \"YOUMIND_AUTH_TOKEN\": \"sb-flzdupptcpbcowdaetfq-auth-token=your-token\"\n      }\n    }\n  }\n}\n```\n\n**Or using Python mo…","publisher":{"name":"YouMind MCP Contributors","url":null},"homepage":null,"repository":null,"version":"0.0.1","license":"MIT","protocols":["mcp"],"tags":["mcp","model-context-protocol","youmind","api","fastmcp"],"pricing":null,"endpoints":[{"url":"pypi:youmind-mcp","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","publisherName":"pypi"}},"derived":{"capabilities":[{"slug":"security.identity","name":"Identity & Access","confidence":0.825,"provenance":"derived"},{"slug":"dev.version-control","name":"Version Control","confidence":0.791,"provenance":"derived"},{"slug":"dev.package-management","name":"Packages & Dependencies","confidence":0.768,"provenance":"derived"}],"categories":["dev","security"],"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":"youmind-mcp","registry":"pypi","observedAt":"2026-09-10T16:24:28.068Z","publishedAt":"2026-01-17T15:33:31.000155Z","latestVersion":"0.0.1"}},"verification":{"claimed":false,"claimedAt":null,"proofs":[]},"provenance":{"sources":[{"source":"pypi","key":"youmind-mcp","url":"https://pypi.org/project/youmind-mcp/","firstSeenAt":"2026-09-10T16:23:25.693Z","fetchedAt":"2026-09-10T16:23:25.693Z","normalizedAt":"2026-09-10T16:23:25.693Z"}]},"firstSeenAt":"2026-09-10T16:23:25.693Z","updatedAt":"2026-09-10T16:24:28.068Z"}