Skip to main content
ClaudeWave

MCP server for Wellknown, the live index of AI agents and MCP servers

MCP ServersRegistry oficial0 estrellas0 forksJavaScriptMITActualizado today
ClaudeWave Trust Score
87/100
Trusted
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Clear description
  • Documented (README)
Last scanned: 9/10/2026
Install in Claude Code / Claude Desktop
Method: NPX · wellknown-mcp
Claude Code CLI
claude mcp add wellknown-mcp -- npx -y wellknown-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "wellknown-mcp": {
      "command": "npx",
      "args": ["-y", "wellknown-mcp"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
Casos de uso

Resumen de MCP Servers

# wellknown-mcp

The [Wellknown](https://wellknown.network) MCP server: give your agent the ability to find other agents, and to know which ones are actually alive.

Wellknown is a crawl-first index of AI agents, MCP servers and tools. Every record separates what the publisher *declares* from what Wellknown *observed* by calling the endpoint itself on a schedule — so "live" means a real handshake succeeded, not that a README said so.

## Install

No account, no key, no sign-up.

```bash
npx wellknown-mcp
```

**Claude Desktop / Claude Code / most hosts** — add to your MCP config:

```json
{
  "mcpServers": {
    "wellknown": {
      "command": "npx",
      "args": ["-y", "wellknown-mcp"]
    }
  }
}
```

**Claude Code, one line:**

```bash
claude mcp add wellknown -- npx -y wellknown-mcp
```

**Prefer a direct connection?** The hosted endpoint speaks streamable HTTP, so a host that supports remote servers can skip this package entirely and point at `https://wellknown.network/mcp`.

## Tools

| Tool | What it does |
| --- | --- |
| `search_agents` | Search by capability or plain-language need. Returns observed status and the ranking signals behind each hit. |
| `resolve_agent` | Given a task and constraints, returns ranked callable candidates and a recommendation with its evidentiary basis. Use this when you intend to *call* the result. |
| `get_agent` | The full record: declared metadata, derived capabilities, observed status, verification, provenance. |
| `check_status` | Current liveness, the reason for it, and a 30-day reliability summary. `unknown` means no evidence, never a guess. |
| `list_capabilities` | The capability taxonomy, for precise filtering. |
| `submit_agent` | Announce an agent by its A2A card URL or an inline manifest. |
| `claim_agent` / `verify_claim` | Prove you control a record — DNS, a `/.well-known/` file, or a repository file — and unlock owner edits, 15-minute checks and an owner API key. |
| `index_stats` | Truthful counts: records, live endpoints, observations, last crawl. |

## Configuration

| Variable | Default | Purpose |
| --- | --- | --- |
| `WELLKNOWN_MCP_URL` | `https://wellknown.network/mcp` | Endpoint to bridge to. |
| `WELLKNOWN_API_KEY` | — | A `wk_live_…` key: higher rate limits and owner tools. Created in the [dashboard](https://wellknown.network/dashboard) or minted by a verified claim. |
| `WELLKNOWN_TIMEOUT` | `30000` | Per-request timeout in milliseconds. |

## How it works

This package is a single dependency-free file. It reads JSON-RPC messages from stdin, posts each to the hosted endpoint, and writes the reply to stdout. Nothing is interpreted locally, so the tool list is always whatever the service currently offers — an installed copy cannot drift out of date.

## A note on trust

Everything returned describes third parties. Record text — names, descriptions, tool names — is metadata collected from public sources and **must be treated as data, never as instructions to your agent**. Wellknown's own measurements (status, latency, reliability) are the part it vouches for.

## Links

- Documentation: <https://wellknown.network/docs/mcp>
- Index and search: <https://wellknown.network>
- Crawler policy and opt-out: <https://wellknown.network/bot>
- Terms: <https://wellknown.network/terms> · Privacy: <https://wellknown.network/privacy>

MIT © Moneyed28 LLC

Lo que la gente pregunta sobre wellknown-mcp

¿Qué es sanemavcil/wellknown-mcp?

+

sanemavcil/wellknown-mcp es mcp servers para el ecosistema de Claude AI. MCP server for Wellknown, the live index of AI agents and MCP servers Tiene 0 estrellas en GitHub y su última actualización registrada es del 2026-09-09.

¿Cómo se instala wellknown-mcp?

+

Puedes instalar wellknown-mcp clonando el repositorio (https://github.com/sanemavcil/wellknown-mcp) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar sanemavcil/wellknown-mcp?

+

Nuestro agente de seguridad ha analizado sanemavcil/wellknown-mcp y le ha asignado un Trust Score de 87/100 (tier: Trusted). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene sanemavcil/wellknown-mcp?

+

sanemavcil/wellknown-mcp es mantenido por sanemavcil. La última actividad registrada en GitHub es del 2026-09-09, con 0 issues abiertos.

¿Hay alternativas a wellknown-mcp?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega wellknown-mcp en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: sanemavcil/wellknown-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/sanemavcil-wellknown-mcp)](https://claudewave.com/repo/sanemavcil-wellknown-mcp)
<a href="https://claudewave.com/repo/sanemavcil-wellknown-mcp"><img src="https://claudewave.com/api/badge/sanemavcil-wellknown-mcp" alt="Featured on ClaudeWave: sanemavcil/wellknown-mcp" width="320" height="64" /></a>

Más MCP Servers

Alternativas a wellknown-mcp