# 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 mcp add puremd/puremd-mcp

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

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

# Call a tool
npx -y smithery 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 tool get puremd/puremd-mcp <tool-name>
```
