Learning Resources
linkedword.com
Provides King James Bible study tools for listing books, looking up passages, and querying Strong's Hebrew/Greek lexicon entries with verse and reverse lookups.
ENDPOINT 1
https://www.linkedword.com/mcp
MCP server metadata
- Name
- linkedword
- Version
- 1.0.0
Known tools 7
get_strongsLook up one Strong's Hebrew (lang=h) or Greek (lang=g) lexicon entry by number.
Inferred read-onlyreverse_strongsReverse lookup: find Strong's numbers whose KJV usage/gloss is the given English word (e.g.
Inferred read-onlysearch_topicsSearch section headings (pericopes) for topics such as 'The Sermon on the Mount' or 'The End Times'.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.linkedword]
url = "https://www.linkedword.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"linkedword": {
"type": "http",
"url": "https://www.linkedword.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: linkedword
Remote MCP URL: https://www.linkedword.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"linkedword": {
"url": "https://www.linkedword.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"linkedword": {
"type": "http",
"url": "https://www.linkedword.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "linkedword",
"transport": "streamable-http",
"url": "https://www.linkedword.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.