Daisys MCP Server
Wellknown found it in public sources; nobody has proven control of it yet. Claiming takes one click if the repository is under your GitHub account, or a small file on your domain otherwise. Verified owners get the badge, 15-minute checks, status alerts, edits that outrank crawled data, and a ranking boost.
Agents can do it too: POST https://wellknown.network/api/v1/claims with {"agent":"daisys-mcp","method":"well_known_file"} — machine-readable steps at claim.json, guide at /docs/claim.
Everything here was measured by our prober or read from a registry. Nothing is self-reported.
Attributed to the source that supplied each field. Treated as claims, not facts.
# Daisys MCP server Daisys-mcp is a beta version and doesn't have a stable release yet. But you can try it out by doing the following: 1. Get an account on [Daisys](https://www.daisys.ai/) and create an username and password. If you run on mac os run the following command: ```bash brew install portaudio ``` If you run on linux run the following command: ```bash sudo apt install portaudio19-dev libjack-dev ``` 2. Add the following configuration to the mcp config file in your MCP client ([Claude Desktop](https://claude.ai/download), [Cursor](https://www.cursor.com/), [mcp-cli](https://github.com/chrishayuk/mcp-cli), [mcp-vscode](https://code.visualstudio.com/docs/copilot/chat/mcp-servers), etc.): ```json { "mcpServers": { "daisys-mcp": { "command": "uvx", "args": ["daisys-mcp"], "env": { "DAISYS_EMAIL": "{Your Daisys Email}", "DAISYS_PASSWORD": "{Your Daisys Password}" } } } } ``` ## To build from source: 1. clone the repository: `git clone https://github.com/daisys-ai/daisys-mcp.git` 2. cd into the repository: `cd daisys-mcp` 3. Install `uv` (Python package manager), install with `curl -LsSf https://astral.sh/uv/install.sh | sh` or see the `uv` [repo](https://github.com/astral-sh/uv) for additional install methods. 4. Create a virtual environment and install dependencies [using uv](https://github.com/astral-sh/uv): ```bash uv venv # source .venv/Scripts/activate (Windows) source .venv/bin/activate (mac and linux) uv pip install -e . ``` 5. Add the following to your config file in your MCP client ([Claude Desktop](https://claude.ai/download), [Cursor](https://www.cursor.com/), [mcp-cli](https://github.com/chrishayuk/mcp-cli), [mcp-vscode](https://code.visualstudio.com/docs/copilot/chat/mcp-servers), etc.): ```json { "mcpServers": { "daisys-mcp": { "command": "uv", "args": [ "--directory", "{installation_path}/daisys-mcp", …
Mapped onto the structured taxonomy from declared text and observed tool names. Confidence shown for derived entries.
Every source is kept verbatim. Field changes are logged as events.