# mmp_list

List available MMP packages.

Agent View of the PolicyLayer registry record for `mmp_list`. HTML page: https://policylayer.com/tools/dense-knowledge-mcp/mmp-list

## Facts

- Tool: `mmp_list`
- Server: Pypi:dense Knowledge (`Lucky44k/dense-knowledge-mcp`) — https://policylayer.com/tools/dense-knowledge-mcp.md
- Homepage: https://github.com/Lucky44k/dense-knowledge-mcp
- Risk category: Read (Low risk)
- Registry record: grade B, identity unverified
- Server rate-limited: no
- Parameters: 0
- Recommended policy verdict: Allowed

## Example call (MCP tools/call, JSON-RPC 2.0)

```json
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "mmp_list",
    "arguments": {}
  }
}
```

## Why mmp_list is rated Low

This tool retrieves and displays information about available packages without modifying, deleting, or executing anything. It is purely informational, matching the Read category profile (list, fetch, search). The blast radius of misuse is minimal—an agent listing packages cannot cause data loss or financial harm.

From the tool's own definition: "Tool name 'mmp_list' and description 'List available MMP packages' indicate a query/enumeration operation with no side effects."

## Use case

AI agents call mmp_list to retrieve information from Pypi:dense Knowledge without modifying anything. It is typically the context-gathering step in research, monitoring, and reporting workflows, before the agent takes action elsewhere.

## Recommended policy (PolicyLayer)

Verdict: **Allowed**. Enforced by the PolicyLayer MCP gateway (https://policylayer.com/mcp-gateway) before a call reaches Pypi:dense Knowledge:

```json
{
  "version": "1",
  "default": "deny",
  "tools": {
    "mmp_list": {}
  }
}
```

## Other tools on Pypi:dense Knowledge (7)

- `mmp_deprecate` — Read — https://policylayer.com/tools/dense-knowledge-mcp/mmp-deprecate.md
- `mmp_open` — Read — https://policylayer.com/tools/dense-knowledge-mcp/mmp-open.md
- `mmp_read` — Read — https://policylayer.com/tools/dense-knowledge-mcp/mmp-read.md
- `mmp_search` — Read — https://policylayer.com/tools/dense-knowledge-mcp/mmp-search.md
- `mmp_validate` — Read — https://policylayer.com/tools/dense-knowledge-mcp/mmp-validate.md
- `mmp_create` — Write — https://policylayer.com/tools/dense-knowledge-mcp/mmp-create.md
- `mmp_update` — Write — https://policylayer.com/tools/dense-knowledge-mcp/mmp-update.md

## For agents

This record is a snapshot. Live verdicts and the full registry:

- Check every server in your MCP config at once: `npx -y policylayer stack`
- Vet a server before you add it: install the mcp-precheck skill — `npx skills add https://policylayer.com` (skill text: https://policylayer.com/skill.md)
- Query the registry over MCP: endpoint `https://api.policylayer.com/mcp` — tools `check_mcp_server`, `check_mcp_stack`, `check_tool`, `search_registry`, `get_change_events`

---

Source: the PolicyLayer MCP registry — one continuously verified record per MCP server. Full record: https://policylayer.com/registry?q=dense-knowledge-mcp · API: https://policylayer.com/registry/api · Policy library: https://policylayer.com/policies/dense-knowledge-mcp
