@wentorai/research-plugins 1.3.2 → 1.4.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (266) hide show
  1. package/README.md +32 -56
  2. package/curated/analysis/README.md +1 -13
  3. package/curated/domains/README.md +1 -5
  4. package/curated/literature/README.md +3 -12
  5. package/curated/research/README.md +1 -18
  6. package/curated/tools/README.md +1 -12
  7. package/curated/writing/README.md +2 -6
  8. package/index.ts +88 -5
  9. package/openclaw.plugin.json +3 -12
  10. package/package.json +3 -5
  11. package/skills/analysis/statistics/SKILL.md +1 -1
  12. package/skills/analysis/statistics/meta-analysis-guide/SKILL.md +1 -1
  13. package/skills/domains/ai-ml/SKILL.md +3 -2
  14. package/skills/domains/ai-ml/generative-ai-guide/SKILL.md +1 -0
  15. package/skills/domains/ai-ml/huggingface-api/SKILL.md +251 -0
  16. package/skills/domains/biomedical/SKILL.md +9 -2
  17. package/skills/domains/biomedical/alphafold-api/SKILL.md +227 -0
  18. package/skills/domains/biomedical/biothings-api/SKILL.md +296 -0
  19. package/skills/domains/biomedical/clinicaltrials-api-v2/SKILL.md +216 -0
  20. package/skills/domains/biomedical/enrichr-api/SKILL.md +264 -0
  21. package/skills/domains/biomedical/ensembl-rest-api/SKILL.md +204 -0
  22. package/skills/domains/biomedical/medical-data-api/SKILL.md +197 -0
  23. package/skills/domains/biomedical/pdb-structure-api/SKILL.md +219 -0
  24. package/skills/domains/business/SKILL.md +2 -3
  25. package/skills/domains/chemistry/SKILL.md +3 -2
  26. package/skills/domains/chemistry/catalysis-hub-api/SKILL.md +171 -0
  27. package/skills/domains/education/SKILL.md +2 -3
  28. package/skills/domains/law/SKILL.md +3 -2
  29. package/skills/domains/law/uk-legislation-api/SKILL.md +179 -0
  30. package/skills/literature/discovery/SKILL.md +1 -1
  31. package/skills/literature/discovery/citation-alert-guide/SKILL.md +2 -2
  32. package/skills/literature/discovery/conference-proceedings-guide/SKILL.md +2 -2
  33. package/skills/literature/discovery/literature-mapping-guide/SKILL.md +1 -1
  34. package/skills/literature/discovery/paper-recommendation-guide/SKILL.md +8 -14
  35. package/skills/literature/discovery/rss-paper-feeds/SKILL.md +20 -14
  36. package/skills/literature/discovery/semantic-paper-radar/SKILL.md +8 -8
  37. package/skills/literature/discovery/semantic-scholar-recs-guide/SKILL.md +103 -86
  38. package/skills/literature/fulltext/SKILL.md +3 -2
  39. package/skills/literature/fulltext/arxiv-latex-source/SKILL.md +195 -0
  40. package/skills/literature/fulltext/open-access-guide/SKILL.md +1 -1
  41. package/skills/literature/fulltext/open-access-mining-guide/SKILL.md +5 -5
  42. package/skills/literature/metadata/citation-network-guide/SKILL.md +3 -3
  43. package/skills/literature/metadata/h-index-guide/SKILL.md +0 -27
  44. package/skills/literature/search/SKILL.md +3 -4
  45. package/skills/literature/search/citation-chaining-guide/SKILL.md +42 -32
  46. package/skills/literature/search/database-comparison-guide/SKILL.md +1 -1
  47. package/skills/literature/search/semantic-scholar-api/SKILL.md +56 -53
  48. package/skills/research/automation/SKILL.md +2 -3
  49. package/skills/research/automation/datagen-research-guide/SKILL.md +1 -0
  50. package/skills/research/automation/mle-agent-guide/SKILL.md +1 -0
  51. package/skills/research/automation/paper-to-agent-guide/SKILL.md +2 -1
  52. package/skills/research/deep-research/auto-deep-research-guide/SKILL.md +1 -0
  53. package/skills/research/deep-research/in-depth-research-guide/SKILL.md +1 -1
  54. package/skills/research/deep-research/kosmos-scientist-guide/SKILL.md +3 -3
  55. package/skills/research/deep-research/llm-scientific-discovery-guide/SKILL.md +1 -1
  56. package/skills/research/deep-research/local-deep-research-guide/SKILL.md +6 -6
  57. package/skills/research/deep-research/open-researcher-guide/SKILL.md +3 -3
  58. package/skills/research/deep-research/tongyi-deep-research-guide/SKILL.md +4 -4
  59. package/skills/research/methodology/SKILL.md +1 -1
  60. package/skills/research/methodology/claude-scientific-guide/SKILL.md +1 -0
  61. package/skills/research/methodology/grad-school-guide/SKILL.md +1 -1
  62. package/skills/research/methodology/qualitative-research-guide/SKILL.md +1 -1
  63. package/skills/research/paper-review/SKILL.md +1 -1
  64. package/skills/research/paper-review/automated-review-guide/SKILL.md +1 -1
  65. package/skills/research/paper-review/peer-review-guide/SKILL.md +1 -1
  66. package/skills/tools/diagram/excalidraw-diagram-guide/SKILL.md +1 -1
  67. package/skills/tools/diagram/mermaid-architect-guide/SKILL.md +1 -1
  68. package/skills/tools/diagram/plantuml-guide/SKILL.md +1 -1
  69. package/skills/tools/document/grobid-pdf-parsing/SKILL.md +1 -1
  70. package/skills/tools/document/paper-parse-guide/SKILL.md +2 -2
  71. package/skills/tools/knowledge-graph/SKILL.md +2 -3
  72. package/skills/tools/knowledge-graph/citation-network-builder/SKILL.md +5 -5
  73. package/skills/tools/knowledge-graph/knowledge-graph-construction/SKILL.md +1 -1
  74. package/skills/tools/ocr-translate/zotero-pdf2zh-guide/SKILL.md +1 -0
  75. package/skills/tools/scraping/academic-web-scraping/SKILL.md +1 -2
  76. package/skills/tools/scraping/google-scholar-scraper/SKILL.md +7 -7
  77. package/skills/writing/citation/SKILL.md +1 -1
  78. package/skills/writing/citation/academic-citation-manager/SKILL.md +20 -17
  79. package/skills/writing/citation/citation-assistant-skill/SKILL.md +72 -58
  80. package/skills/writing/citation/obsidian-citation-guide/SKILL.md +1 -0
  81. package/skills/writing/citation/obsidian-zotero-guide/SKILL.md +1 -0
  82. package/skills/writing/citation/onecite-reference-guide/SKILL.md +1 -1
  83. package/skills/writing/citation/papersgpt-zotero-guide/SKILL.md +1 -0
  84. package/skills/writing/citation/zotero-mdnotes-guide/SKILL.md +1 -0
  85. package/skills/writing/citation/zotero-reference-guide/SKILL.md +2 -1
  86. package/skills/writing/citation/zotero-scholar-guide/SKILL.md +1 -1
  87. package/skills/writing/composition/scientific-writing-resources/SKILL.md +1 -0
  88. package/skills/writing/latex/latex-drawing-collection/SKILL.md +1 -0
  89. package/skills/writing/latex/latex-templates-collection/SKILL.md +1 -0
  90. package/skills/writing/templates/novathesis-guide/SKILL.md +1 -0
  91. package/src/tools/arxiv.ts +81 -30
  92. package/src/tools/biorxiv.ts +158 -0
  93. package/src/tools/crossref.ts +63 -22
  94. package/src/tools/datacite.ts +191 -0
  95. package/src/tools/dblp.ts +125 -0
  96. package/src/tools/doaj.ts +82 -0
  97. package/src/tools/europe-pmc.ts +159 -0
  98. package/src/tools/hal.ts +118 -0
  99. package/src/tools/inspire-hep.ts +165 -0
  100. package/src/tools/openaire.ts +158 -0
  101. package/src/tools/openalex.ts +26 -15
  102. package/src/tools/opencitations.ts +112 -0
  103. package/src/tools/orcid.ts +139 -0
  104. package/src/tools/osf-preprints.ts +104 -0
  105. package/src/tools/pubmed.ts +22 -13
  106. package/src/tools/ror.ts +118 -0
  107. package/src/tools/unpaywall.ts +15 -6
  108. package/src/tools/util.ts +141 -0
  109. package/src/tools/zenodo.ts +157 -0
  110. package/mcp-configs/academic-db/ChatSpatial.json +0 -17
  111. package/mcp-configs/academic-db/academia-mcp.json +0 -17
  112. package/mcp-configs/academic-db/academic-paper-explorer.json +0 -17
  113. package/mcp-configs/academic-db/academic-search-mcp-server.json +0 -17
  114. package/mcp-configs/academic-db/agentinterviews-mcp.json +0 -17
  115. package/mcp-configs/academic-db/all-in-mcp.json +0 -17
  116. package/mcp-configs/academic-db/alphafold-mcp.json +0 -20
  117. package/mcp-configs/academic-db/apple-health-mcp.json +0 -17
  118. package/mcp-configs/academic-db/arxiv-latex-mcp.json +0 -17
  119. package/mcp-configs/academic-db/arxiv-mcp-server.json +0 -17
  120. package/mcp-configs/academic-db/bgpt-mcp.json +0 -17
  121. package/mcp-configs/academic-db/biomcp.json +0 -17
  122. package/mcp-configs/academic-db/biothings-mcp.json +0 -17
  123. package/mcp-configs/academic-db/brightspace-mcp.json +0 -21
  124. package/mcp-configs/academic-db/catalysishub-mcp-server.json +0 -17
  125. package/mcp-configs/academic-db/climatiq-mcp.json +0 -20
  126. package/mcp-configs/academic-db/clinicaltrialsgov-mcp-server.json +0 -17
  127. package/mcp-configs/academic-db/deep-research-mcp.json +0 -17
  128. package/mcp-configs/academic-db/dicom-mcp.json +0 -17
  129. package/mcp-configs/academic-db/enrichr-mcp-server.json +0 -17
  130. package/mcp-configs/academic-db/fec-mcp-server.json +0 -17
  131. package/mcp-configs/academic-db/fhir-mcp-server-themomentum.json +0 -17
  132. package/mcp-configs/academic-db/fhir-mcp.json +0 -19
  133. package/mcp-configs/academic-db/gget-mcp.json +0 -17
  134. package/mcp-configs/academic-db/gibs-mcp.json +0 -20
  135. package/mcp-configs/academic-db/gis-mcp-server.json +0 -22
  136. package/mcp-configs/academic-db/google-earth-engine-mcp.json +0 -21
  137. package/mcp-configs/academic-db/google-researcher-mcp.json +0 -17
  138. package/mcp-configs/academic-db/idea-reality-mcp.json +0 -17
  139. package/mcp-configs/academic-db/legiscan-mcp.json +0 -19
  140. package/mcp-configs/academic-db/lex.json +0 -17
  141. package/mcp-configs/academic-db/m4-clinical-mcp.json +0 -21
  142. package/mcp-configs/academic-db/medical-mcp.json +0 -21
  143. package/mcp-configs/academic-db/nexonco-mcp.json +0 -20
  144. package/mcp-configs/academic-db/omop-mcp.json +0 -20
  145. package/mcp-configs/academic-db/onekgpd-mcp.json +0 -20
  146. package/mcp-configs/academic-db/openedu-mcp.json +0 -20
  147. package/mcp-configs/academic-db/opengenes-mcp.json +0 -20
  148. package/mcp-configs/academic-db/openstax-mcp.json +0 -21
  149. package/mcp-configs/academic-db/openstreetmap-mcp.json +0 -21
  150. package/mcp-configs/academic-db/opentargets-mcp.json +0 -21
  151. package/mcp-configs/academic-db/pdb-mcp.json +0 -21
  152. package/mcp-configs/academic-db/smithsonian-mcp.json +0 -20
  153. package/mcp-configs/ai-platform/Adaptive-Graph-of-Thoughts-MCP-server.json +0 -17
  154. package/mcp-configs/ai-platform/ai-counsel.json +0 -17
  155. package/mcp-configs/ai-platform/atlas-mcp-server.json +0 -17
  156. package/mcp-configs/ai-platform/counsel-mcp.json +0 -17
  157. package/mcp-configs/ai-platform/cross-llm-mcp.json +0 -17
  158. package/mcp-configs/ai-platform/gptr-mcp.json +0 -17
  159. package/mcp-configs/ai-platform/magi-researchers.json +0 -21
  160. package/mcp-configs/ai-platform/mcp-academic-researcher.json +0 -22
  161. package/mcp-configs/ai-platform/open-paper-machine.json +0 -21
  162. package/mcp-configs/ai-platform/paper-intelligence.json +0 -21
  163. package/mcp-configs/ai-platform/paper-reader.json +0 -21
  164. package/mcp-configs/ai-platform/paperdebugger.json +0 -21
  165. package/mcp-configs/browser/decipher-research-agent.json +0 -17
  166. package/mcp-configs/browser/deep-research.json +0 -17
  167. package/mcp-configs/browser/everything-claude-code.json +0 -17
  168. package/mcp-configs/browser/exa-mcp.json +0 -20
  169. package/mcp-configs/browser/gpt-researcher.json +0 -17
  170. package/mcp-configs/browser/heurist-agent-framework.json +0 -17
  171. package/mcp-configs/browser/mcp-searxng.json +0 -21
  172. package/mcp-configs/browser/mcp-webresearch.json +0 -20
  173. package/mcp-configs/cloud-docs/confluence-mcp.json +0 -37
  174. package/mcp-configs/cloud-docs/google-drive-mcp.json +0 -35
  175. package/mcp-configs/cloud-docs/notion-mcp.json +0 -29
  176. package/mcp-configs/communication/discord-mcp.json +0 -29
  177. package/mcp-configs/communication/discourse-mcp.json +0 -21
  178. package/mcp-configs/communication/slack-mcp.json +0 -29
  179. package/mcp-configs/communication/telegram-mcp.json +0 -28
  180. package/mcp-configs/data-platform/4everland-hosting-mcp.json +0 -17
  181. package/mcp-configs/data-platform/automl-stat-mcp.json +0 -21
  182. package/mcp-configs/data-platform/context-keeper.json +0 -17
  183. package/mcp-configs/data-platform/context7.json +0 -19
  184. package/mcp-configs/data-platform/contextstream-mcp.json +0 -17
  185. package/mcp-configs/data-platform/email-mcp.json +0 -17
  186. package/mcp-configs/data-platform/jefferson-stats-mcp.json +0 -22
  187. package/mcp-configs/data-platform/mcp-excel-server.json +0 -21
  188. package/mcp-configs/data-platform/mcp-stata.json +0 -21
  189. package/mcp-configs/data-platform/mcpstack-jupyter.json +0 -21
  190. package/mcp-configs/data-platform/ml-mcp.json +0 -21
  191. package/mcp-configs/data-platform/nasdaq-data-link-mcp.json +0 -20
  192. package/mcp-configs/data-platform/numpy-mcp.json +0 -21
  193. package/mcp-configs/database/neo4j-mcp.json +0 -37
  194. package/mcp-configs/database/postgres-mcp.json +0 -28
  195. package/mcp-configs/database/sqlite-mcp.json +0 -29
  196. package/mcp-configs/dev-platform/geogebra-mcp.json +0 -21
  197. package/mcp-configs/dev-platform/github-mcp.json +0 -31
  198. package/mcp-configs/dev-platform/gitlab-mcp.json +0 -34
  199. package/mcp-configs/dev-platform/latex-mcp-server.json +0 -21
  200. package/mcp-configs/dev-platform/manim-mcp.json +0 -20
  201. package/mcp-configs/dev-platform/mcp-echarts.json +0 -20
  202. package/mcp-configs/dev-platform/panel-viz-mcp.json +0 -20
  203. package/mcp-configs/dev-platform/paperbanana.json +0 -20
  204. package/mcp-configs/dev-platform/texflow-mcp.json +0 -20
  205. package/mcp-configs/dev-platform/texmcp.json +0 -20
  206. package/mcp-configs/dev-platform/typst-mcp.json +0 -21
  207. package/mcp-configs/dev-platform/vizro-mcp.json +0 -20
  208. package/mcp-configs/email/email-mcp.json +0 -40
  209. package/mcp-configs/email/gmail-mcp.json +0 -37
  210. package/mcp-configs/note-knowledge/ApeRAG.json +0 -17
  211. package/mcp-configs/note-knowledge/In-Memoria.json +0 -17
  212. package/mcp-configs/note-knowledge/agent-memory.json +0 -17
  213. package/mcp-configs/note-knowledge/aimemo.json +0 -17
  214. package/mcp-configs/note-knowledge/biel-mcp.json +0 -19
  215. package/mcp-configs/note-knowledge/cognee.json +0 -17
  216. package/mcp-configs/note-knowledge/context-awesome.json +0 -17
  217. package/mcp-configs/note-knowledge/context-mcp.json +0 -17
  218. package/mcp-configs/note-knowledge/conversation-handoff-mcp.json +0 -17
  219. package/mcp-configs/note-knowledge/cortex.json +0 -17
  220. package/mcp-configs/note-knowledge/devrag.json +0 -17
  221. package/mcp-configs/note-knowledge/easy-obsidian-mcp.json +0 -17
  222. package/mcp-configs/note-knowledge/engram.json +0 -17
  223. package/mcp-configs/note-knowledge/gnosis-mcp.json +0 -17
  224. package/mcp-configs/note-knowledge/graphlit-mcp-server.json +0 -19
  225. package/mcp-configs/note-knowledge/local-faiss-mcp.json +0 -21
  226. package/mcp-configs/note-knowledge/mcp-memory-service.json +0 -21
  227. package/mcp-configs/note-knowledge/mcp-obsidian.json +0 -23
  228. package/mcp-configs/note-knowledge/mcp-ragdocs.json +0 -20
  229. package/mcp-configs/note-knowledge/mcp-summarizer.json +0 -21
  230. package/mcp-configs/note-knowledge/mediawiki-mcp.json +0 -21
  231. package/mcp-configs/note-knowledge/openzim-mcp.json +0 -20
  232. package/mcp-configs/note-knowledge/zettelkasten-mcp.json +0 -21
  233. package/mcp-configs/reference-mgr/academic-paper-mcp-http.json +0 -20
  234. package/mcp-configs/reference-mgr/academix.json +0 -20
  235. package/mcp-configs/reference-mgr/arxiv-cli.json +0 -17
  236. package/mcp-configs/reference-mgr/arxiv-research-mcp.json +0 -21
  237. package/mcp-configs/reference-mgr/arxiv-search-mcp.json +0 -17
  238. package/mcp-configs/reference-mgr/chiken.json +0 -17
  239. package/mcp-configs/reference-mgr/claude-scholar.json +0 -17
  240. package/mcp-configs/reference-mgr/devonthink-mcp.json +0 -17
  241. package/mcp-configs/reference-mgr/google-scholar-abstract-mcp.json +0 -19
  242. package/mcp-configs/reference-mgr/google-scholar-mcp.json +0 -20
  243. package/mcp-configs/reference-mgr/mcp-paperswithcode.json +0 -21
  244. package/mcp-configs/reference-mgr/mcp-scholarly.json +0 -20
  245. package/mcp-configs/reference-mgr/mcp-simple-arxiv.json +0 -20
  246. package/mcp-configs/reference-mgr/mcp-simple-pubmed.json +0 -20
  247. package/mcp-configs/reference-mgr/mcp-zotero.json +0 -21
  248. package/mcp-configs/reference-mgr/mendeley-mcp.json +0 -20
  249. package/mcp-configs/reference-mgr/ncbi-mcp-server.json +0 -22
  250. package/mcp-configs/reference-mgr/onecite.json +0 -21
  251. package/mcp-configs/reference-mgr/paper-search-mcp.json +0 -21
  252. package/mcp-configs/reference-mgr/pubmed-search-mcp.json +0 -21
  253. package/mcp-configs/reference-mgr/scholar-mcp.json +0 -21
  254. package/mcp-configs/reference-mgr/scholar-multi-mcp.json +0 -21
  255. package/mcp-configs/reference-mgr/seerai.json +0 -21
  256. package/mcp-configs/reference-mgr/semantic-scholar-fastmcp.json +0 -21
  257. package/mcp-configs/reference-mgr/sourcelibrary.json +0 -20
  258. package/mcp-configs/registry.json +0 -476
  259. package/mcp-configs/repository/dataverse-mcp.json +0 -33
  260. package/mcp-configs/repository/huggingface-mcp.json +0 -29
  261. package/skills/domains/business/xpert-bi-guide/SKILL.md +0 -84
  262. package/skills/domains/education/edumcp-guide/SKILL.md +0 -74
  263. package/skills/literature/search/paper-search-mcp-guide/SKILL.md +0 -107
  264. package/skills/research/automation/mcp-server-guide/SKILL.md +0 -211
  265. package/skills/tools/knowledge-graph/paperpile-notion-guide/SKILL.md +0 -84
  266. package/src/tools/semantic-scholar.ts +0 -66
@@ -1,476 +0,0 @@
1
- {
2
- "version": "1.1.0",
3
- "generated": "2026-03-10",
4
- "categories": [
5
- "academic-db",
6
- "ai-platform",
7
- "browser",
8
- "cloud-docs",
9
- "communication",
10
- "data-platform",
11
- "database",
12
- "dev-platform",
13
- "email",
14
- "note-knowledge",
15
- "reference-mgr",
16
- "repository"
17
- ],
18
- "configs": [
19
- {
20
- "id": "ChatSpatial",
21
- "name": "ChatSpatial",
22
- "category": "academic-db",
23
- "file": "academic-db/ChatSpatial.json"
24
- },
25
- {
26
- "id": "academia-mcp",
27
- "name": "Academia MCP",
28
- "category": "academic-db",
29
- "file": "academic-db/academia-mcp.json"
30
- },
31
- {
32
- "id": "academic-paper-explorer",
33
- "name": "Academic Paper Explorer",
34
- "category": "academic-db",
35
- "file": "academic-db/academic-paper-explorer.json"
36
- },
37
- {
38
- "id": "academic-search-mcp-server",
39
- "name": "Academic Paper Search",
40
- "category": "academic-db",
41
- "file": "academic-db/academic-search-mcp-server.json"
42
- },
43
- {
44
- "id": "agentinterviews-mcp",
45
- "name": "Agent Interviews",
46
- "category": "academic-db",
47
- "file": "academic-db/agentinterviews-mcp.json"
48
- },
49
- {
50
- "id": "all-in-mcp",
51
- "name": "All-in MCP",
52
- "category": "academic-db",
53
- "file": "academic-db/all-in-mcp.json"
54
- },
55
- {
56
- "id": "apple-health-mcp",
57
- "name": "Apple Health Data",
58
- "category": "academic-db",
59
- "file": "academic-db/apple-health-mcp.json"
60
- },
61
- {
62
- "id": "arxiv-latex-mcp",
63
- "name": "arXiv LaTeX Source",
64
- "category": "academic-db",
65
- "file": "academic-db/arxiv-latex-mcp.json"
66
- },
67
- {
68
- "id": "arxiv-mcp-server",
69
- "name": "arXiv Search",
70
- "category": "academic-db",
71
- "file": "academic-db/arxiv-mcp-server.json"
72
- },
73
- {
74
- "id": "bgpt-mcp",
75
- "name": "BGPT Paper Search",
76
- "category": "academic-db",
77
- "file": "academic-db/bgpt-mcp.json"
78
- },
79
- {
80
- "id": "biomcp",
81
- "name": "BioMCP",
82
- "category": "academic-db",
83
- "file": "academic-db/biomcp.json"
84
- },
85
- {
86
- "id": "biothings-mcp",
87
- "name": "BioThings API",
88
- "category": "academic-db",
89
- "file": "academic-db/biothings-mcp.json"
90
- },
91
- {
92
- "id": "catalysishub-mcp-server",
93
- "name": "Catalysis Hub",
94
- "category": "academic-db",
95
- "file": "academic-db/catalysishub-mcp-server.json"
96
- },
97
- {
98
- "id": "clinicaltrialsgov-mcp-server",
99
- "name": "ClinicalTrials.gov",
100
- "category": "academic-db",
101
- "file": "academic-db/clinicaltrialsgov-mcp-server.json"
102
- },
103
- {
104
- "id": "deep-research-mcp",
105
- "name": "Deep Research",
106
- "category": "academic-db",
107
- "file": "academic-db/deep-research-mcp.json"
108
- },
109
- {
110
- "id": "dicom-mcp",
111
- "name": "DICOM Medical Imaging",
112
- "category": "academic-db",
113
- "file": "academic-db/dicom-mcp.json"
114
- },
115
- {
116
- "id": "enrichr-mcp-server",
117
- "name": "Enrichr Gene Set Analysis",
118
- "category": "academic-db",
119
- "file": "academic-db/enrichr-mcp-server.json"
120
- },
121
- {
122
- "id": "fec-mcp-server",
123
- "name": "FEC Campaign Finance",
124
- "category": "academic-db",
125
- "file": "academic-db/fec-mcp-server.json"
126
- },
127
- {
128
- "id": "fhir-mcp",
129
- "name": "FHIR Healthcare API",
130
- "category": "academic-db",
131
- "file": "academic-db/fhir-mcp.json"
132
- },
133
- {
134
- "id": "fhir-mcp-server-themomentum",
135
- "name": "FHIR Patient History",
136
- "category": "academic-db",
137
- "file": "academic-db/fhir-mcp-server-themomentum.json"
138
- },
139
- {
140
- "id": "gget-mcp",
141
- "name": "gget Bioinformatics",
142
- "category": "academic-db",
143
- "file": "academic-db/gget-mcp.json"
144
- },
145
- {
146
- "id": "google-researcher-mcp",
147
- "name": "Google Researcher",
148
- "category": "academic-db",
149
- "file": "academic-db/google-researcher-mcp.json"
150
- },
151
- {
152
- "id": "idea-reality-mcp",
153
- "name": "Idea Reality Check",
154
- "category": "academic-db",
155
- "file": "academic-db/idea-reality-mcp.json"
156
- },
157
- {
158
- "id": "legiscan-mcp",
159
- "name": "LegiScan",
160
- "category": "academic-db",
161
- "file": "academic-db/legiscan-mcp.json"
162
- },
163
- {
164
- "id": "lex",
165
- "name": "Lex UK Legal API",
166
- "category": "academic-db",
167
- "file": "academic-db/lex.json"
168
- },
169
- {
170
- "id": "Adaptive-Graph-of-Thoughts-MCP-server",
171
- "name": "Adaptive Graph of Thoughts MCP Server",
172
- "category": "ai-platform",
173
- "file": "ai-platform/Adaptive-Graph-of-Thoughts-MCP-server.json"
174
- },
175
- {
176
- "id": "ai-counsel",
177
- "name": "AI Counsel",
178
- "category": "ai-platform",
179
- "file": "ai-platform/ai-counsel.json"
180
- },
181
- {
182
- "id": "atlas-mcp-server",
183
- "name": "Atlas MCP Server",
184
- "category": "ai-platform",
185
- "file": "ai-platform/atlas-mcp-server.json"
186
- },
187
- {
188
- "id": "counsel-mcp",
189
- "name": "Counsel MCP",
190
- "category": "ai-platform",
191
- "file": "ai-platform/counsel-mcp.json"
192
- },
193
- {
194
- "id": "cross-llm-mcp",
195
- "name": "Cross-LLM MCP",
196
- "category": "ai-platform",
197
- "file": "ai-platform/cross-llm-mcp.json"
198
- },
199
- {
200
- "id": "gptr-mcp",
201
- "name": "GPTR MCP",
202
- "category": "ai-platform",
203
- "file": "ai-platform/gptr-mcp.json"
204
- },
205
- {
206
- "id": "decipher-research-agent",
207
- "name": "Decipher Research Agent",
208
- "category": "browser",
209
- "file": "browser/decipher-research-agent.json"
210
- },
211
- {
212
- "id": "deep-research",
213
- "name": "Deep Research",
214
- "category": "browser",
215
- "file": "browser/deep-research.json"
216
- },
217
- {
218
- "id": "everything-claude-code",
219
- "name": "Everything Claude Code",
220
- "category": "browser",
221
- "file": "browser/everything-claude-code.json"
222
- },
223
- {
224
- "id": "gpt-researcher",
225
- "name": "GPT Researcher",
226
- "category": "browser",
227
- "file": "browser/gpt-researcher.json"
228
- },
229
- {
230
- "id": "heurist-agent-framework",
231
- "name": "Heurist Agent Framework",
232
- "category": "browser",
233
- "file": "browser/heurist-agent-framework.json"
234
- },
235
- {
236
- "id": "confluence-mcp",
237
- "name": "Confluence MCP",
238
- "category": "cloud-docs",
239
- "file": "cloud-docs/confluence-mcp.json"
240
- },
241
- {
242
- "id": "google-drive-mcp",
243
- "name": "Google Drive MCP",
244
- "category": "cloud-docs",
245
- "file": "cloud-docs/google-drive-mcp.json"
246
- },
247
- {
248
- "id": "notion-mcp",
249
- "name": "Notion MCP",
250
- "category": "cloud-docs",
251
- "file": "cloud-docs/notion-mcp.json"
252
- },
253
- {
254
- "id": "discord-mcp",
255
- "name": "Discord MCP",
256
- "category": "communication",
257
- "file": "communication/discord-mcp.json"
258
- },
259
- {
260
- "id": "slack-mcp",
261
- "name": "Slack MCP",
262
- "category": "communication",
263
- "file": "communication/slack-mcp.json"
264
- },
265
- {
266
- "id": "telegram-mcp",
267
- "name": "Telegram MCP",
268
- "category": "communication",
269
- "file": "communication/telegram-mcp.json"
270
- },
271
- {
272
- "id": "4everland-hosting-mcp",
273
- "name": "4EVERLAND Hosting MCP",
274
- "category": "data-platform",
275
- "file": "data-platform/4everland-hosting-mcp.json"
276
- },
277
- {
278
- "id": "context-keeper",
279
- "name": "Context Keeper",
280
- "category": "data-platform",
281
- "file": "data-platform/context-keeper.json"
282
- },
283
- {
284
- "id": "context7",
285
- "name": "Context7",
286
- "category": "data-platform",
287
- "file": "data-platform/context7.json"
288
- },
289
- {
290
- "id": "contextstream-mcp",
291
- "name": "ContextStream MCP",
292
- "category": "data-platform",
293
- "file": "data-platform/contextstream-mcp.json"
294
- },
295
- {
296
- "id": "email-mcp",
297
- "name": "Email MCP",
298
- "category": "data-platform",
299
- "file": "data-platform/email-mcp.json"
300
- },
301
- {
302
- "id": "neo4j-mcp",
303
- "name": "Neo4j MCP",
304
- "category": "database",
305
- "file": "database/neo4j-mcp.json"
306
- },
307
- {
308
- "id": "postgres-mcp",
309
- "name": "PostgreSQL MCP",
310
- "category": "database",
311
- "file": "database/postgres-mcp.json"
312
- },
313
- {
314
- "id": "sqlite-mcp",
315
- "name": "SQLite MCP",
316
- "category": "database",
317
- "file": "database/sqlite-mcp.json"
318
- },
319
- {
320
- "id": "github-mcp",
321
- "name": "GitHub MCP",
322
- "category": "dev-platform",
323
- "file": "dev-platform/github-mcp.json"
324
- },
325
- {
326
- "id": "gitlab-mcp",
327
- "name": "GitLab MCP",
328
- "category": "dev-platform",
329
- "file": "dev-platform/gitlab-mcp.json"
330
- },
331
- {
332
- "id": "gmail-mcp",
333
- "name": "Gmail MCP",
334
- "category": "email",
335
- "file": "email/gmail-mcp.json"
336
- },
337
- {
338
- "id": "imap-smtp-mcp",
339
- "name": "IMAP/SMTP Email MCP",
340
- "category": "email",
341
- "file": "email/email-mcp.json"
342
- },
343
- {
344
- "id": "ApeRAG",
345
- "name": "ApeRAG",
346
- "category": "note-knowledge",
347
- "file": "note-knowledge/ApeRAG.json"
348
- },
349
- {
350
- "id": "In-Memoria",
351
- "name": "In Memoria",
352
- "category": "note-knowledge",
353
- "file": "note-knowledge/In-Memoria.json"
354
- },
355
- {
356
- "id": "agent-memory",
357
- "name": "Agent Memory",
358
- "category": "note-knowledge",
359
- "file": "note-knowledge/agent-memory.json"
360
- },
361
- {
362
- "id": "aimemo",
363
- "name": "AIMemo",
364
- "category": "note-knowledge",
365
- "file": "note-knowledge/aimemo.json"
366
- },
367
- {
368
- "id": "biel-mcp",
369
- "name": "Biel MCP",
370
- "category": "note-knowledge",
371
- "file": "note-knowledge/biel-mcp.json"
372
- },
373
- {
374
- "id": "cognee",
375
- "name": "Cognee",
376
- "category": "note-knowledge",
377
- "file": "note-knowledge/cognee.json"
378
- },
379
- {
380
- "id": "context-awesome",
381
- "name": "Context Awesome",
382
- "category": "note-knowledge",
383
- "file": "note-knowledge/context-awesome.json"
384
- },
385
- {
386
- "id": "context-mcp",
387
- "name": "Context MCP",
388
- "category": "note-knowledge",
389
- "file": "note-knowledge/context-mcp.json"
390
- },
391
- {
392
- "id": "conversation-handoff-mcp",
393
- "name": "Conversation Handoff MCP",
394
- "category": "note-knowledge",
395
- "file": "note-knowledge/conversation-handoff-mcp.json"
396
- },
397
- {
398
- "id": "cortex",
399
- "name": "Cortex",
400
- "category": "note-knowledge",
401
- "file": "note-knowledge/cortex.json"
402
- },
403
- {
404
- "id": "devrag",
405
- "name": "DevRAG",
406
- "category": "note-knowledge",
407
- "file": "note-knowledge/devrag.json"
408
- },
409
- {
410
- "id": "easy-obsidian-mcp",
411
- "name": "Easy Obsidian MCP",
412
- "category": "note-knowledge",
413
- "file": "note-knowledge/easy-obsidian-mcp.json"
414
- },
415
- {
416
- "id": "engram",
417
- "name": "Engram",
418
- "category": "note-knowledge",
419
- "file": "note-knowledge/engram.json"
420
- },
421
- {
422
- "id": "gnosis-mcp",
423
- "name": "Gnosis MCP",
424
- "category": "note-knowledge",
425
- "file": "note-knowledge/gnosis-mcp.json"
426
- },
427
- {
428
- "id": "graphlit-mcp-server",
429
- "name": "Graphlit MCP Server",
430
- "category": "note-knowledge",
431
- "file": "note-knowledge/graphlit-mcp-server.json"
432
- },
433
- {
434
- "id": "arxiv-cli",
435
- "name": "arXiv CLI",
436
- "category": "reference-mgr",
437
- "file": "reference-mgr/arxiv-cli.json"
438
- },
439
- {
440
- "id": "arxiv-search-mcp",
441
- "name": "arXiv Search MCP",
442
- "category": "reference-mgr",
443
- "file": "reference-mgr/arxiv-search-mcp.json"
444
- },
445
- {
446
- "id": "chiken",
447
- "name": "Chiken",
448
- "category": "reference-mgr",
449
- "file": "reference-mgr/chiken.json"
450
- },
451
- {
452
- "id": "claude-scholar",
453
- "name": "Claude Scholar",
454
- "category": "reference-mgr",
455
- "file": "reference-mgr/claude-scholar.json"
456
- },
457
- {
458
- "id": "devonthink-mcp",
459
- "name": "DEVONthink MCP",
460
- "category": "reference-mgr",
461
- "file": "reference-mgr/devonthink-mcp.json"
462
- },
463
- {
464
- "id": "dataverse-mcp",
465
- "name": "Dataverse MCP",
466
- "category": "repository",
467
- "file": "repository/dataverse-mcp.json"
468
- },
469
- {
470
- "id": "huggingface-mcp",
471
- "name": "Hugging Face MCP",
472
- "category": "repository",
473
- "file": "repository/huggingface-mcp.json"
474
- }
475
- ]
476
- }
@@ -1,33 +0,0 @@
1
- {
2
- "id": "dataverse-mcp",
3
- "name": "Dataverse MCP",
4
- "description": "Dataverse research data repository — search datasets, access metadata, download files, and explore collections in Harvard Dataverse and other installations.",
5
- "category": "repository",
6
- "install": {
7
- "runtime": "node",
8
- "package": "mcp-dataverse",
9
- "command": "npm install mcp-dataverse"
10
- },
11
- "config": {
12
- "env": {
13
- "DATAVERSE_URL": {
14
- "description": "Dataverse installation URL (e.g. https://dataverse.harvard.edu)",
15
- "required": true
16
- },
17
- "DATAVERSE_API_TOKEN": {
18
- "description": "Dataverse API token for authenticated access",
19
- "required": false
20
- }
21
- }
22
- },
23
- "tools": [
24
- "search_datasets",
25
- "get_dataset",
26
- "list_files",
27
- "download_file",
28
- "get_metadata",
29
- "list_collections"
30
- ],
31
- "verified": false,
32
- "source": "https://github.com/codeurali/mcp-dataverse"
33
- }
@@ -1,29 +0,0 @@
1
- {
2
- "id": "huggingface-mcp",
3
- "name": "Hugging Face MCP",
4
- "description": "Hugging Face Spaces and model access — search models, explore datasets, interact with Spaces, and retrieve model cards for ML research.",
5
- "category": "repository",
6
- "install": {
7
- "runtime": "node",
8
- "package": "mcp-hfspace",
9
- "command": "npm install mcp-hfspace"
10
- },
11
- "config": {
12
- "env": {
13
- "HF_TOKEN": {
14
- "description": "Hugging Face access token for authenticated API access",
15
- "required": false
16
- }
17
- }
18
- },
19
- "tools": [
20
- "search_models",
21
- "get_model_info",
22
- "search_datasets",
23
- "get_dataset_info",
24
- "list_spaces",
25
- "call_space_api"
26
- ],
27
- "verified": false,
28
- "source": "https://github.com/evalstate/mcp-hfspace"
29
- }
@@ -1,84 +0,0 @@
1
- ---
2
- name: xpert-bi-guide
3
- description: "AI business intelligence agent with NL-to-SQL and dashboards"
4
- metadata:
5
- openclaw:
6
- emoji: "📊"
7
- category: "domains"
8
- subcategory: "business"
9
- keywords: ["business intelligence", "NL-to-SQL", "dashboard", "data analysis", "BI agent", "analytics"]
10
- source: "https://github.com/xpert-ai/xpert"
11
- ---
12
-
13
- # Xpert BI Agent Guide
14
-
15
- ## Overview
16
-
17
- Xpert is an AI-powered business intelligence agent that converts natural language questions into SQL queries, generates interactive dashboards, and provides data-driven insights. Connects to databases (PostgreSQL, MySQL, BigQuery) and produces visualizations with explanations. Useful for researchers analyzing institutional data and business analytics.
18
-
19
- ## Features
20
-
21
- ```markdown
22
- ### Core Capabilities
23
- - **NL-to-SQL**: Convert questions to SQL queries
24
- - **Auto-visualization**: Choose appropriate chart types
25
- - **Dashboard generation**: Multi-chart interactive dashboards
26
- - **Insight extraction**: Statistical findings from data
27
- - **Report generation**: Narrative reports with charts
28
-
29
- ### Supported Databases
30
- - PostgreSQL, MySQL, SQLite
31
- - BigQuery, Snowflake, Redshift
32
- - CSV/Excel files (auto-loaded to SQLite)
33
- ```
34
-
35
- ## Usage
36
-
37
- ```python
38
- from xpert import XpertBI
39
-
40
- bi = XpertBI(
41
- database_url="postgresql://user:pass@localhost/research_db",
42
- llm_provider="anthropic",
43
- )
44
-
45
- # Natural language query
46
- result = bi.ask(
47
- "What is the publication trend by department over "
48
- "the last 5 years?"
49
- )
50
-
51
- print(result.sql) # Generated SQL query
52
- print(result.data) # Query results as DataFrame
53
- result.chart.save("pub_trend.png") # Auto-generated chart
54
- print(result.insight) # "Publications increased 23% overall..."
55
- ```
56
-
57
- ## Dashboard Generation
58
-
59
- ```python
60
- # Generate multi-chart dashboard
61
- dashboard = bi.create_dashboard(
62
- title="Research Output Analysis",
63
- questions=[
64
- "Publications per year by department",
65
- "Top 10 authors by citation count",
66
- "Funding amount vs publication output correlation",
67
- "Journal distribution of publications",
68
- ],
69
- )
70
-
71
- dashboard.save("research_dashboard.html")
72
- ```
73
-
74
- ## Use Cases
75
-
76
- 1. **Research analytics**: Analyze publication and citation data
77
- 2. **Institutional reporting**: Department-level research metrics
78
- 3. **Grant analysis**: Funding patterns and outcomes
79
- 4. **Data exploration**: Quick BI on research databases
80
- 5. **Teaching**: Demonstrate data analysis concepts
81
-
82
- ## References
83
-
84
- - [Xpert GitHub](https://github.com/xpert-ai/xpert)
@@ -1,74 +0,0 @@
1
- ---
2
- name: edumcp-guide
3
- description: "MCP server for educational content and learning management"
4
- metadata:
5
- openclaw:
6
- emoji: "🎓"
7
- category: "domains"
8
- subcategory: "education"
9
- keywords: ["education MCP", "learning management", "course content", "educational AI", "tutoring", "assessment"]
10
- source: "wentor-research-plugins"
11
- ---
12
-
13
- # EduMCP Guide
14
-
15
- ## Overview
16
-
17
- EduMCP is an MCP server that provides educational content management and learning assistance capabilities to AI agents. It enables course content retrieval, quiz generation, learning progress tracking, and adaptive tutoring workflows. Designed for educational researchers and EdTech developers building AI-powered learning systems.
18
-
19
- ## MCP Configuration
20
-
21
- ```json
22
- {
23
- "mcpServers": {
24
- "edumcp": {
25
- "command": "npx",
26
- "args": ["@edumcp/mcp-server"],
27
- "env": {
28
- "CONTENT_PATH": "./course_materials"
29
- }
30
- }
31
- }
32
- }
33
- ```
34
-
35
- ## Features
36
-
37
- ```markdown
38
- ### Content Management
39
- - Course material indexing and retrieval
40
- - Lecture note search (full-text + semantic)
41
- - Syllabus parsing and topic extraction
42
- - Resource recommendation by topic
43
-
44
- ### Assessment Generation
45
- - Quiz/exam question generation from content
46
- - Multiple question types (MCQ, short answer, essay)
47
- - Difficulty calibration
48
- - Answer key generation with explanations
49
-
50
- ### Learning Analytics
51
- - Student progress tracking
52
- - Knowledge gap identification
53
- - Learning path recommendations
54
- - Performance analytics
55
-
56
- ### Tutoring Support
57
- - Concept explanation at multiple levels
58
- - Step-by-step problem solving
59
- - Misconception detection
60
- - Socratic questioning
61
- ```
62
-
63
- ## Use Cases
64
-
65
- 1. **Course design**: AI-assisted curriculum development
66
- 2. **Assessment**: Automated quiz and exam generation
67
- 3. **Tutoring**: Adaptive explanation and guidance
68
- 4. **Analytics**: Learning progress analysis
69
- 5. **Research**: Educational AI system development
70
-
71
- ## References
72
-
73
- - [EduMCP GitHub](https://github.com/edumcp/edumcp)
74
- - [MCP Specification](https://modelcontextprotocol.io/)