# pure.md MCP server (verified)

Access web content in markdown format reliably and efficiently. Unblock web pages and search the web seamlessly, enhancing your agents' capabilities. Integrate with your scripts and applications to l…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add puremd/puremd-mcp

# Browse available tools
npx -y @smithery/cli@latest tool list puremd/puremd-mcp

# Get full schema for a tool
npx -y @smithery/cli@latest tool get puremd/puremd-mcp unblock-url

# Call a tool
npx -y @smithery/cli@latest tool call puremd/puremd-mcp unblock-url '{}'
```

## Tools (2)

- `unblock-url`
- `search-web`

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get puremd/puremd-mcp <tool-name>
```

---

Source: https://github.com/puremd/puremd-mcp
