# Docfork (verified)

Up-to-date docs for AI Agents. Sign up for free API key at https://docfork.com

## Quick Start

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

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

# Get full schema for a tool
npx -y @smithery/cli@latest tool get docfork/mcp docfork_search_docs

# Call a tool
npx -y @smithery/cli@latest tool call docfork/mcp docfork_search_docs '{}'
```

## Direct MCP Connection

Endpoint: `https://mcp--docfork.run.tools`

## Tools (2)

- `docfork_search_docs` — Search documentation across GitHub repositories or the web. For targeted searches INSIDE a specific library's documenta…
- `docfork_read_url` — Fetches and returns the full content of a documentation page as markdown. This is ESSENTIAL for getting complete, detai…

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

---

Source: https://github.com/docfork/docfork | License: MIT
