jw-org-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| JWORG_MCP_LOG_LEVEL | No | Log level (default INFO) | INFO |
| JWORG_MCP_MAX_RETRIES | No | Maximum retries (default 3) | 3 |
| JWORG_MCP_ENABLE_CACHE | No | Enable cache (default true) | true |
| JWORG_MCP_REQUEST_TIMEOUT | No | Request timeout in seconds (default 30) | 30 |
| JWORG_MCP_DEFAULT_LANGUAGE | No | Default language code (default E) | E |
| JWORG_MCP_CACHE_TTL_SECONDS | No | Cache TTL in seconds (default 900) | 900 |
| JWORG_MCP_DEFAULT_SEARCH_LIMIT | No | Default search limit (default 10) | 10 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_contentA | Search JW.Org content including articles, videos, publications, audio, and scriptures. Extracts meaningful search terms from natural language queries. |
| get_articleA | Retrieve full article content from a JW.Org URL. Returns the article text with paragraphs and scripture references. |
| get_scriptureA | Get scripture text by reference (e.g., 'John 3:16', '1 Thessalonians 5:3'). Returns the scripture text and reference. |
| get_cache_statsA | Get cache statistics including hit rate and entry count. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 4 tools
Each tool has a distinct purpose: searching content, retrieving an article, retrieving a scripture, and inspecting cache stats. There is no overlap or ambiguity in their intended usage.
All tool names follow a consistent verb_noun pattern with snake_case: search_content, get_article, get_scripture, get_cache_stats. This is uniform and predictable.
With 4 tools, the server is well-scoped for its apparent purpose of accessing JW.Org content. Each tool contributes a distinct function without redundancy.
The server covers search, article retrieval, and scripture retrieval, which are central to its domain. However, it lacks dedicated retrieval for other content types like videos or publications, though these can be discovered via search.