INDIVIDUAL MCP TOOL
find_related_articles
Given a source article ID, return other articles ranked by topic-and-category overlap with the source, highest overlap first, then by date descending.
LIVE ENDPOINT
https://kurtwuckertjr.com/api/mcp
Connect to this endpoint to inspect the live schema for find_related_articles 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
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.kurt-wuckert-jr-bitcoin-encyclopedia]
url = "https://kurtwuckertjr.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"kurt-wuckert-jr-bitcoin-encyclopedia": {
"type": "http",
"url": "https://kurtwuckertjr.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: kurt-wuckert-jr-bitcoin-encyclopedia
Remote MCP URL: https://kurtwuckertjr.com/api/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": {
"kurt-wuckert-jr-bitcoin-encyclopedia": {
"url": "https://kurtwuckertjr.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"kurt-wuckert-jr-bitcoin-encyclopedia": {
"type": "http",
"url": "https://kurtwuckertjr.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "kurt-wuckert-jr-bitcoin-encyclopedia",
"transport": "streamable-http",
"url": "https://kurtwuckertjr.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
lookup_bitcoin_term— Look up a Bitcoin or blockchain term from Kurt Wuckert Jr.'s comprehensive glossary of 700+ verified terms.search_articles— Full-text search across Kurt Wuckert Jr.'s published Bitcoin articles.get_article— Get the full text of a specific article by Kurt Wuckert Jr.get_bitcoin_entity— Look up a person, organization, or concept in the Bitcoin ecosystem.list_topics— Return the curated topic taxonomy of kurtwuckertjr.com: categories, glossary letter buckets with counts, entity-type counts, total article count, curated series, and up to 5 most recent published articles.get_series— Given a series_id (slug from the curated series registry, e.g.get_entity_articles— Reverse-lookup from entity to articles.search_satoshi_writings— Search Kurt Wuckert Jr.'s growing archive of Satoshi Nakamoto's writings (currently 19 writings: the annotated Bitcoin whitepaper and Satoshi's complete cryptography mailing-list correspondence; BitcoinTalk forum-post ingestion in progress).