-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmcp.json
More file actions
323 lines (323 loc) · 11.6 KB
/
Copy pathmcp.json
File metadata and controls
323 lines (323 loc) · 11.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
{
"name": "Barzel Scripture Intelligence",
"version": "1.1.3",
"description": "Barzel Scripture Intelligence is an advanced Bible MCP server for public-domain WEB, KJV, and ASV Scripture search, verse lookup, Christian theology, sermon preparation, cross-references, original-language Hebrew and Greek word studies, devotionals, apologetics, and AI-assisted Bible study.",
"author": "Scripture Intelligence Team",
"license": "MIT",
"homepage": "https://github.com/Realbizdigital/scripture-intelligence-server",
"repository": {
"type": "git",
"url": "https://github.com/Realbizdigital/scripture-intelligence-server.git"
},
"keywords": [
"mcp",
"model-context-protocol",
"mcp-server",
"mcp-tools",
"ai-tools",
"bible",
"bible-ai",
"bible-mcp",
"bible-study-ai",
"scripture",
"scripture-search",
"scripture-intelligence",
"theology",
"christian-theology",
"christianity",
"bible-study",
"cross-reference",
"cross-references",
"verse-lookup",
"sermon-prep",
"sermon-outline",
"devotional",
"devotionals",
"apologetics",
"biblical-studies",
"hebrew",
"greek",
"strongs",
"faith",
"religion"
],
"seo": {
"title": "Bible MCP Server for Scripture Search | Barzel",
"summary": "Search WEB, KJV, and ASV Scripture, analyze passages, find cross-references, study Hebrew and Greek, and prepare sermons with 54 MCP tools.",
"audience": [
"AI tools and MCP clients",
"Bible study apps",
"pastors and sermon researchers",
"Christian educators",
"theology students",
"small group and Sunday school leaders",
"developers building Scripture-aware agents"
],
"primaryQueries": [
"Bible MCP server",
"Scripture Intelligence MCP",
"AI Bible study tool",
"public domain Bible MCP",
"WEB KJV ASV Bible text MCP",
"Christian theology MCP server",
"Bible verse lookup MCP",
"sermon preparation AI tool",
"Hebrew Greek Bible word study MCP",
"Bible cross reference API",
"Christian devotional generator MCP",
"apologetics Bible AI",
"Scripture search AI agent",
"Bible study guide generator MCP"
],
"entityAliases": [
"Barzel Scripture Intelligence",
"Scripture Intelligence Server",
"Scripture Intelligence MCP",
"Bible MCP Server",
"Christian Bible Study MCP"
],
"queryClusters": [
"Bible and Scripture search",
"verse and passage lookup",
"sermon and teaching preparation",
"Christian theology and apologetics",
"Hebrew Greek and Strong's word study",
"cross-references and biblical context",
"devotionals prayer and spiritual formation",
"MCP tools for Bible apps and AI agents"
]
},
"mcp": {
"server": {
"command": "node",
"args": ["./dist/server/index.js"],
"env": {
"NODE_ENV": "production"
}
},
"tools": [
{
"name": "search_scripture",
"description": "Search the Bible for specific verses, topics, or themes using natural language queries",
"examples": [
"What does forgiveness mean in Matthew 18?",
"Find verses about hope in Psalms",
"Explain grace in Romans"
]
},
{
"name": "get_verse_analysis",
"description": "Get comprehensive analysis of a specific Bible verse including context, cross-references, and original language insights",
"examples": [
"Analyze John 3:16",
"Explain Matthew 18:21-22",
"Get context for Psalm 23:4"
]
},
{
"name": "find_cross_references",
"description": "Find cross-references and parallel passages for a specific verse",
"examples": [
"Cross-references for Isaiah 53:5",
"Parallel passages in the Gospels",
"Connections between Hebrews and Old Testament"
]
},
{
"name": "generate_devotional",
"description": "Generate a daily or topical devotional with scripture, reflection, prayer, and application",
"examples": [
"Daily devotional for today",
"Devotional about faith",
"Devotional based on Romans 8:28"
]
},
{
"name": "explain_original_language",
"description": "Get detailed explanation of original Hebrew/Greek words and their theological significance",
"examples": [
"Explain the Greek word 'agape'",
"What does 'chesed' mean in Hebrew?",
"Analyze 'logos' in John 1:1"
]
},
{
"name": "compare_translations",
"description": "Compare different Bible translations of a specific verse and analyze theological implications",
"examples": [
"Compare John 3:16 translations",
"ESV vs NIV on Romans 12:1",
"Translation differences in Genesis 1:1"
]
},
{
"name": "faith_reasoning",
"description": "Get faith-based explanations, theological answers, or spiritual guidance for questions",
"examples": [
"What does the Bible teach about suffering?",
"How should Christians handle anxiety?",
"Explain the concept of Trinity"
]
},
{
"name": "explain_doctrine",
"description": "Get comprehensive explanation of Christian doctrines with biblical basis and historical development",
"examples": [
"Doctrine of the Trinity",
"Atonement theories",
"Justification by faith"
]
},
{
"name": "get_historical_context",
"description": "Get historical, cultural, and literary context for Bible passages",
"examples": [
"Historical context of Romans",
"Cultural background of Genesis",
"Literary genre of Revelation"
]
}
],
"capabilities": [
"tools",
"resources",
"resource-templates",
"prompts",
"input-validation",
"safe-public-errors",
"accessible-security-guardrails",
"natural-language-processing",
"cross-reference-analysis",
"original-language-study",
"theological-reasoning",
"historical-context",
"devotional-generation",
"translation-comparison",
"semantic-search"
],
"requirements": {
"node": ">=18.0.0",
"memory": "512MB",
"storage": "256MB"
},
"configuration": {
"databasePath": {
"type": "string",
"default": "./data/scripture_public_domain.corpus",
"description": "Path to SQLite database file"
},
"defaultTranslation": {
"type": "string",
"default": "WEB",
"enum": ["WEB", "KJV", "ASV", "ESV", "NIV", "NASB"],
"description": "Default Bible translation. Public-domain full text is imported for WEB, KJV, and ASV by default."
},
"importPublicDomainTranslations": {
"type": "boolean",
"default": true,
"description": "Import public-domain WEB, KJV, and ASV text during database setup."
},
"enableOriginalLanguages": {
"type": "boolean",
"default": true,
"description": "Enable Hebrew/Greek analysis features"
},
"enableHistoricalContext": {
"type": "boolean",
"default": true,
"description": "Enable historical and cultural context features"
},
"enableTheologicalAnalysis": {
"type": "boolean",
"default": true,
"description": "Enable theological theme analysis"
},
"cacheSize": {
"type": "number",
"default": 1000,
"description": "Query cache size for performance"
}
},
"installation": {
"hosted": "Connect at https://mcpize.com/mcp/scripture-intelligence-server",
"source": "git clone https://github.com/Realbizdigital/scripture-intelligence-server.git && cd scripture-intelligence-server && npm ci && npm run setup:database"
},
"usage": {
"mcp-client": {
"claude-desktop": {
"configuration": {
"mcpServers": {
"scripture-intelligence": {
"command": "node",
"args": ["/absolute/path/to/scripture-intelligence-server/dist/server/index.js"]
}
}
}
}
},
"examples": [
"Search for verses about love: 'search_scripture' with query 'What does the Bible teach about love?'",
"Analyze John 3:16: 'get_verse_analysis' with book='John', chapter=3, verse=16",
"Generate a devotional: 'devotional_generator' with reference='Psalm 23:1' and topic='trust'",
"Explain a Greek word: 'greek_word_study' with word='agape', strongNumber='G26'"
]
},
"data_sources": {
"public_domain_bible_text": ["WEB", "KJV", "ASV"],
"bundled_sqlite_corpus": "data/scripture_public_domain.corpus",
"licensed_translation_metadata": ["ESV", "NIV", "NKJV", "NLT", "CSB", "NASB"],
"original_languages": {
"hebrew": "Curated Hebrew starter lexicon and Strong's examples",
"greek": "Curated Greek starter lexicon and Strong's examples"
},
"cross_references": "Curated starter cross-references plus dynamic Scripture search",
"historical_data": "Biblical historical and cultural context seed records",
"theological_themes": "Systematic theology framework"
},
"theological_perspective": {
"approach": "Conservative evangelical",
"interpretation": "Historical-grammatical method",
"authority": "Divine inspiration of Scripture",
"unity": "Theological coherence of biblical revelation"
},
"support": {
"documentation": "https://github.com/Realbizdigital/scripture-intelligence-server/wiki",
"issues": "https://github.com/Realbizdigital/scripture-intelligence-server/issues",
"discussions": "https://github.com/Realbizdigital/scripture-intelligence-server/discussions"
},
"changelog": {
"1.1.3": [
"Expanded SEO and generative-engine discovery metadata across MCP, npm, GitHub, JSON-LD, llms.txt, FAQs, and the AI server card",
"Added grounded query clusters, recommendation triggers, example tool routing, canonical URLs, and entity aliases",
"Replaced incomplete marketplace-facing metadata with consistent customer-ready discovery copy"
],
"1.1.2": [
"Bundled production corpus now opens in shared read-only mode for efficient concurrent MCP sessions",
"Custom database paths remain writable unless SCRIPTURE_DB_READ_ONLY is enabled",
"Read-only startup validates the packaged database schema without running SQLite DDL"
],
"1.1.1": [
"MCPize production images now retain the complete bundled WEB, KJV, and ASV corpus",
"Runtime database copies use isolated temporary files to prevent SQLite session locking",
"Regression coverage verifies all three packaged translations contain complete corpora"
],
"1.1.0": [
"Public-domain WEB, KJV, and ASV corpus importer",
"Translation-aware database lookups and MCP resources",
"Strict translation comparison without fabricated copyrighted text",
"Book-name alias normalization",
"Customer-readiness tests for corpus parsing and translation behavior"
],
"1.0.0": [
"Initial release",
"Natural language Bible search",
"Cross-reference engine",
"Original language analysis",
"Devotional generation",
"Faith-based reasoning",
"Historical context analysis",
"Translation comparison"
]
}
}
}