{"$schema":"https://wellknown.network/schemas/agent-record-v1.json","schemaVersion":"1","id":"ag_yapdf3ycxpfr","handle":"bark-mcp","url":"https://wellknown.network/agents/bark-mcp","links":{"self":"https://wellknown.network/agents/bark-mcp/record.json","html":"https://wellknown.network/agents/bark-mcp","markdown":"https://wellknown.network/agents/bark-mcp/record.md","api":"https://wellknown.network/api/v1/agents/bark-mcp","status":"https://wellknown.network/api/v1/agents/bark-mcp/status","claim":"https://wellknown.network/agents/bark-mcp/claim","claimApi":"https://wellknown.network/api/v1/claims","claimDescriptor":"https://wellknown.network/agents/bark-mcp/claim.json","badge":"https://wellknown.network/agents/bark-mcp/badge.svg","openapi":"https://wellknown.network/openapi.json"},"ard":{"identifier":"urn:air::server:bark-mcp","type":"application/mcp-server-card+json"},"kind":"mcp_server","declared":{"name":"bark-mcp","summary":"MCP server talking to Bark notification server for iOS","description":"# bark-mcp\n\nA Model Context Protocol (MCP) server that connects to [Bark](https://github.com/Finb/bark-server), a notification server for iOS. This allows LLM applications to send notifications to iOS devices through the MCP standard.\n\n## Features\n\n- Simple MCP server implementation using FastMCP\n- Single tool: `notify` to send notifications to iOS devices\n- Configurable via environment variables\n- Easy to use command-line interface\n\n## Installation\n\n```bash\n# Install from PyPI\npip install bark-mcp\n\n# Or install from source\ngit clone https://github.com/yourusername/bark-mcp.git\ncd bark-mcp\npip install -e .\n```\n\n## Configuration\n\nThe server requires the following environment variables:\n\n- `BARK_SERVER_URL`: URL of the Bark server (e.g., `https://api.day.app`)\n- `BARK_API_KEY`: Your Bark API key/device key\n\nYou can set these variables in your environment or create a `.env` file:\n\n```\nBARK_SERVER_URL=https://api.day.app\nBARK_API_KEY=your_api_key_here\n```\n\n### Bark API Format\n\nThe server uses the Bark API with the following URL formats:\n\n- `GET /{bark-key}/{title}/{content}?url={url}` (when title and URL are provided)\n- `GET /{bark-key}/{title}/{content}` (when only title is provided)\n- `GET /{bark-key}/{content}` (when only content is provided)\n\n## Usage\n\n### Command Line\n\nStart the MCP server using either of these commands:\n\n```bash\n# Using the standard command (after installing the package)\nbark-mcp\n\n# Using uvx (runs without installing the package)\nuvx bark-mcp\n```\n\nBoth commands support the same options:\n\n```bash\n# Specify a .env file\nbark-mcp --env-file /path/to/.env\n# or\nuvx bark-mcp --env-file /path/to/.env\n\n# Enable debug logging\nbark-mcp --debug\n# or\nuvx bark-mcp --debug\n```\n\n> **Note**: `uvx` is a command from the `uv` package manager that runs Python tools in temporary, isolated environments without installing them permanently. Install it with `pip install uv`.\n>\n> **Important**: Make sure to use `uvx bark-mcp` with a hyphen, not `uvx bark_mcp` with an unde…","publisher":{"name":"Bark MCP Contributors","url":null},"homepage":"https://github.com/yourusername/bark-mcp","repository":"https://github.com/yourusername/bark-mcp/issues","version":"0.1.2","license":"MIT License\n        \n        Copyright (c) 2025 Jie Tong\n      …","protocols":["mcp"],"tags":["mcp"],"pricing":null,"endpoints":[{"url":"pypi:bark-mcp","type":"package_pypi","auth":null,"probeable":false}],"skills":null,"tools":null,"extra":null,"attribution":{"kind":"pypi","name":"pypi","license":"pypi","repoUrl":"pypi","summary":"pypi","version":"pypi","description":"pypi","homepageUrl":"pypi","publisherName":"pypi"}},"derived":{"capabilities":[{"slug":"dev.terminal","name":"Terminal & Shell","confidence":0.825,"provenance":"derived"},{"slug":"dev.package-management","name":"Packages & Dependencies","confidence":0.768,"provenance":"derived"},{"slug":"dev.version-control","name":"Version Control","confidence":0.745,"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":"bark-mcp","registry":"pypi","observedAt":"2026-09-09T10:29:34.483Z","publishedAt":"2025-05-29T05:30:08.076756Z","latestVersion":"0.1.2"}},"verification":{"claimed":false,"claimedAt":null,"proofs":[]},"provenance":{"sources":[{"source":"pypi","key":"bark-mcp","url":"https://pypi.org/project/bark-mcp/","firstSeenAt":"2026-09-09T10:26:38.482Z","fetchedAt":"2026-09-09T10:26:38.482Z","normalizedAt":"2026-09-09T10:26:38.482Z"}]},"firstSeenAt":"2026-09-09T10:26:38.482Z","updatedAt":"2026-09-09T10:29:34.483Z"}