# Bible MCP

Get Scripture from the Bible using Bible MCP.

## Quick Start

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

# Browse available tools
npx -y @smithery/cli@latest tool list cameronapak/free-use-bible-mcp

# Get full schema for a tool
npx -y @smithery/cli@latest tool get cameronapak/free-use-bible-mcp get_available_translations

# Call a tool
npx -y @smithery/cli@latest tool call cameronapak/free-use-bible-mcp get_available_translations '{}'
```

## Direct MCP Connection

Endpoint: `https://free-use-bible-mcp--cameronapak.run.tools`

## Tools (3)

- `get_available_translations` — Fetch Available Bible Translations
- `get_verse` — Fetch Bible verses (single or range)
- `get_chapter` — Fetch a Bible chapter

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