← linkedword.com

INDIVIDUAL MCP TOOL

list_books

List the 66 KJV books with abbreviations and chapter counts.

linkedword.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://www.linkedword.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for list_books and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

linkedword.com

CONNECT 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.

Related tools

  • get_passage — Look up a King James passage.
  • get_strongs — Look up one Strong's Hebrew (lang=h) or Greek (lang=g) lexicon entry by number.
  • find_verses_by_strongs — Find KJV verses that use a Strong's number.
  • reverse_strongs — Reverse lookup: find Strong's numbers whose KJV usage/gloss is the given English word (e.g.
  • search_topics — Search section headings (pericopes) for topics such as 'The Sermon on the Mount' or 'The End Times'.
  • search_verses — Full-text search of the KJV English text.