# mmp_read

Read only the requested MMP body blocks.

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

## Facts

- Tool: `mmp_read`
- 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_read",
    "arguments": {}
  }
}
```

## Why mmp_read is rated Low

This tool retrieves or queries data from the knowledge storage without any side effects, modification, or execution. The 'read only' language confirms it performs data retrieval operations. Despite being part of a system with write/update capabilities (mmp_create, mmp_update), this specific tool is restricted to read-only access, placing it in the Read category with low severity.

From the tool's own definition: "Tool name 'mmp_read' and description 'Read only the requested MMP body blocks' explicitly indicate retrieval of data with no modification capability."

## Use case

AI agents call mmp_read 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_read": {}
  }
}
```

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

- `mmp_deprecate` — Read — https://policylayer.com/tools/dense-knowledge-mcp/mmp-deprecate.md
- `mmp_list` — Read — https://policylayer.com/tools/dense-knowledge-mcp/mmp-list.md
- `mmp_open` — Read — https://policylayer.com/tools/dense-knowledge-mcp/mmp-open.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
