Learning Resources
verse2note.com
An MCP server that converts Bible references into deep links for Bible apps and lets users browse themed Bible reference collections and reading plans.
ENDPOINT 1
https://verse2note.com/api/mcp
MCP server metadata
- Name
- verse2note
- Version
- 1.2.0
Use verse2note_link for a specific reference. Use verse2note_collection for a themed list. Use verse2note_plan for a reading-plan day (whole chapters). Default app is youversion. Do not invent URLs.
Known tools 3
verse2note_linkTurn Bible references into deep links for YouVersion, Logos, Tecarta and other Bible apps.
Inferred read-onlyverse2note_collectionBrowse Verse2Note themed collections (160 lists of references).
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.verse2note]
url = "https://verse2note.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"verse2note": {
"type": "http",
"url": "https://verse2note.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: verse2note
Remote MCP URL: https://verse2note.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": {
"verse2note": {
"url": "https://verse2note.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"verse2note": {
"type": "http",
"url": "https://verse2note.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "verse2note",
"transport": "streamable-http",
"url": "https://verse2note.com/api/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.