@wentorai/research-plugins 1.0.0
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.
- package/LICENSE +21 -0
- package/README.md +204 -0
- package/curated/analysis/README.md +64 -0
- package/curated/domains/README.md +104 -0
- package/curated/literature/README.md +53 -0
- package/curated/research/README.md +62 -0
- package/curated/tools/README.md +87 -0
- package/curated/writing/README.md +61 -0
- package/index.ts +39 -0
- package/mcp-configs/academic-db/ChatSpatial.json +17 -0
- package/mcp-configs/academic-db/academia-mcp.json +17 -0
- package/mcp-configs/academic-db/academic-paper-explorer.json +17 -0
- package/mcp-configs/academic-db/academic-search-mcp-server.json +17 -0
- package/mcp-configs/academic-db/agentinterviews-mcp.json +17 -0
- package/mcp-configs/academic-db/all-in-mcp.json +17 -0
- package/mcp-configs/academic-db/apple-health-mcp.json +17 -0
- package/mcp-configs/academic-db/arxiv-latex-mcp.json +17 -0
- package/mcp-configs/academic-db/arxiv-mcp-server.json +17 -0
- package/mcp-configs/academic-db/bgpt-mcp.json +17 -0
- package/mcp-configs/academic-db/biomcp.json +17 -0
- package/mcp-configs/academic-db/biothings-mcp.json +17 -0
- package/mcp-configs/academic-db/catalysishub-mcp-server.json +17 -0
- package/mcp-configs/academic-db/clinicaltrialsgov-mcp-server.json +17 -0
- package/mcp-configs/academic-db/deep-research-mcp.json +17 -0
- package/mcp-configs/academic-db/dicom-mcp.json +17 -0
- package/mcp-configs/academic-db/enrichr-mcp-server.json +17 -0
- package/mcp-configs/academic-db/fec-mcp-server.json +17 -0
- package/mcp-configs/academic-db/fhir-mcp-server-themomentum.json +17 -0
- package/mcp-configs/academic-db/fhir-mcp.json +19 -0
- package/mcp-configs/academic-db/gget-mcp.json +17 -0
- package/mcp-configs/academic-db/google-researcher-mcp.json +17 -0
- package/mcp-configs/academic-db/idea-reality-mcp.json +17 -0
- package/mcp-configs/academic-db/legiscan-mcp.json +19 -0
- package/mcp-configs/academic-db/lex.json +17 -0
- package/mcp-configs/ai-platform/Adaptive-Graph-of-Thoughts-MCP-server.json +17 -0
- package/mcp-configs/ai-platform/ai-counsel.json +17 -0
- package/mcp-configs/ai-platform/atlas-mcp-server.json +17 -0
- package/mcp-configs/ai-platform/counsel-mcp.json +17 -0
- package/mcp-configs/ai-platform/cross-llm-mcp.json +17 -0
- package/mcp-configs/ai-platform/gptr-mcp.json +17 -0
- package/mcp-configs/browser/decipher-research-agent.json +17 -0
- package/mcp-configs/browser/deep-research.json +17 -0
- package/mcp-configs/browser/everything-claude-code.json +17 -0
- package/mcp-configs/browser/gpt-researcher.json +17 -0
- package/mcp-configs/browser/heurist-agent-framework.json +17 -0
- package/mcp-configs/data-platform/4everland-hosting-mcp.json +17 -0
- package/mcp-configs/data-platform/context-keeper.json +17 -0
- package/mcp-configs/data-platform/context7.json +19 -0
- package/mcp-configs/data-platform/contextstream-mcp.json +17 -0
- package/mcp-configs/data-platform/email-mcp.json +17 -0
- package/mcp-configs/note-knowledge/ApeRAG.json +17 -0
- package/mcp-configs/note-knowledge/In-Memoria.json +17 -0
- package/mcp-configs/note-knowledge/agent-memory.json +17 -0
- package/mcp-configs/note-knowledge/aimemo.json +17 -0
- package/mcp-configs/note-knowledge/biel-mcp.json +19 -0
- package/mcp-configs/note-knowledge/cognee.json +17 -0
- package/mcp-configs/note-knowledge/context-awesome.json +17 -0
- package/mcp-configs/note-knowledge/context-mcp.json +17 -0
- package/mcp-configs/note-knowledge/conversation-handoff-mcp.json +17 -0
- package/mcp-configs/note-knowledge/cortex.json +17 -0
- package/mcp-configs/note-knowledge/devrag.json +17 -0
- package/mcp-configs/note-knowledge/easy-obsidian-mcp.json +17 -0
- package/mcp-configs/note-knowledge/engram.json +17 -0
- package/mcp-configs/note-knowledge/gnosis-mcp.json +17 -0
- package/mcp-configs/note-knowledge/graphlit-mcp-server.json +19 -0
- package/mcp-configs/reference-mgr/arxiv-cli.json +17 -0
- package/mcp-configs/reference-mgr/arxiv-search-mcp.json +17 -0
- package/mcp-configs/reference-mgr/chiken.json +17 -0
- package/mcp-configs/reference-mgr/claude-scholar.json +17 -0
- package/mcp-configs/reference-mgr/devonthink-mcp.json +17 -0
- package/mcp-configs/registry.json +447 -0
- package/openclaw.plugin.json +21 -0
- package/package.json +61 -0
- package/skills/analysis/dataviz/color-accessibility-guide/SKILL.md +230 -0
- package/skills/analysis/dataviz/geospatial-viz-guide/SKILL.md +218 -0
- package/skills/analysis/dataviz/interactive-viz-guide/SKILL.md +287 -0
- package/skills/analysis/dataviz/network-visualization-guide/SKILL.md +195 -0
- package/skills/analysis/dataviz/publication-figures-guide/SKILL.md +238 -0
- package/skills/analysis/dataviz/python-dataviz-guide/SKILL.md +195 -0
- package/skills/analysis/econometrics/causal-inference-guide/SKILL.md +197 -0
- package/skills/analysis/econometrics/iv-regression-guide/SKILL.md +198 -0
- package/skills/analysis/econometrics/panel-data-guide/SKILL.md +274 -0
- package/skills/analysis/econometrics/robustness-checks/SKILL.md +250 -0
- package/skills/analysis/econometrics/stata-regression/SKILL.md +117 -0
- package/skills/analysis/econometrics/time-series-guide/SKILL.md +235 -0
- package/skills/analysis/statistics/bayesian-statistics-guide/SKILL.md +221 -0
- package/skills/analysis/statistics/hypothesis-testing-guide/SKILL.md +210 -0
- package/skills/analysis/statistics/meta-analysis-guide/SKILL.md +206 -0
- package/skills/analysis/statistics/nonparametric-tests-guide/SKILL.md +221 -0
- package/skills/analysis/statistics/power-analysis-guide/SKILL.md +240 -0
- package/skills/analysis/statistics/sem-guide/SKILL.md +231 -0
- package/skills/analysis/statistics/survival-analysis-guide/SKILL.md +195 -0
- package/skills/analysis/wrangling/missing-data-handling/SKILL.md +224 -0
- package/skills/analysis/wrangling/pandas-data-wrangling/SKILL.md +242 -0
- package/skills/analysis/wrangling/questionnaire-design-guide/SKILL.md +234 -0
- package/skills/analysis/wrangling/text-mining-guide/SKILL.md +225 -0
- package/skills/domains/ai-ml/computer-vision-guide/SKILL.md +213 -0
- package/skills/domains/ai-ml/deep-learning-papers-guide/SKILL.md +200 -0
- package/skills/domains/ai-ml/llm-evaluation-guide/SKILL.md +194 -0
- package/skills/domains/ai-ml/prompt-engineering-research/SKILL.md +233 -0
- package/skills/domains/ai-ml/reinforcement-learning-guide/SKILL.md +254 -0
- package/skills/domains/ai-ml/transformer-architecture-guide/SKILL.md +233 -0
- package/skills/domains/biomedical/clinical-research-guide/SKILL.md +232 -0
- package/skills/domains/biomedical/clinicaltrials-api/SKILL.md +177 -0
- package/skills/domains/biomedical/epidemiology-guide/SKILL.md +200 -0
- package/skills/domains/biomedical/genomics-analysis-guide/SKILL.md +270 -0
- package/skills/domains/business/market-analysis-guide/SKILL.md +112 -0
- package/skills/domains/business/strategic-management-guide/SKILL.md +154 -0
- package/skills/domains/chemistry/computational-chemistry-guide/SKILL.md +266 -0
- package/skills/domains/chemistry/retrosynthesis-guide/SKILL.md +215 -0
- package/skills/domains/cs/algorithms-complexity-guide/SKILL.md +194 -0
- package/skills/domains/cs/dblp-api/SKILL.md +129 -0
- package/skills/domains/cs/software-engineering-research/SKILL.md +218 -0
- package/skills/domains/ecology/biodiversity-data-guide/SKILL.md +296 -0
- package/skills/domains/ecology/conservation-biology-guide/SKILL.md +198 -0
- package/skills/domains/ecology/gbif-api/SKILL.md +158 -0
- package/skills/domains/ecology/inaturalist-api/SKILL.md +173 -0
- package/skills/domains/economics/behavioral-economics-guide/SKILL.md +239 -0
- package/skills/domains/economics/development-economics-guide/SKILL.md +181 -0
- package/skills/domains/economics/fred-api/SKILL.md +189 -0
- package/skills/domains/education/curriculum-design-guide/SKILL.md +144 -0
- package/skills/domains/education/learning-science-guide/SKILL.md +150 -0
- package/skills/domains/finance/financial-data-analysis/SKILL.md +152 -0
- package/skills/domains/finance/quantitative-finance-guide/SKILL.md +151 -0
- package/skills/domains/geoscience/climate-science-guide/SKILL.md +158 -0
- package/skills/domains/geoscience/gis-remote-sensing-guide/SKILL.md +129 -0
- package/skills/domains/humanities/digital-humanities-guide/SKILL.md +181 -0
- package/skills/domains/humanities/philosophy-research-guide/SKILL.md +148 -0
- package/skills/domains/law/courtlistener-api/SKILL.md +213 -0
- package/skills/domains/law/legal-research-guide/SKILL.md +250 -0
- package/skills/domains/math/linear-algebra-applications/SKILL.md +227 -0
- package/skills/domains/math/numerical-methods-guide/SKILL.md +236 -0
- package/skills/domains/math/oeis-api/SKILL.md +158 -0
- package/skills/domains/pharma/clinical-pharmacology-guide/SKILL.md +165 -0
- package/skills/domains/pharma/drug-development-guide/SKILL.md +177 -0
- package/skills/domains/physics/computational-physics-guide/SKILL.md +300 -0
- package/skills/domains/physics/nasa-ads-api/SKILL.md +150 -0
- package/skills/domains/physics/quantum-computing-guide/SKILL.md +234 -0
- package/skills/domains/social-science/social-research-methods/SKILL.md +194 -0
- package/skills/domains/social-science/survey-research-guide/SKILL.md +182 -0
- package/skills/literature/discovery/citation-alert-guide/SKILL.md +154 -0
- package/skills/literature/discovery/conference-proceedings-guide/SKILL.md +142 -0
- package/skills/literature/discovery/literature-mapping-guide/SKILL.md +175 -0
- package/skills/literature/discovery/paper-tracking-guide/SKILL.md +211 -0
- package/skills/literature/discovery/rss-paper-feeds/SKILL.md +214 -0
- package/skills/literature/discovery/semantic-scholar-recs-guide/SKILL.md +164 -0
- package/skills/literature/fulltext/doaj-api/SKILL.md +120 -0
- package/skills/literature/fulltext/interlibrary-loan-guide/SKILL.md +163 -0
- package/skills/literature/fulltext/open-access-guide/SKILL.md +183 -0
- package/skills/literature/fulltext/pmc-oai-api/SKILL.md +184 -0
- package/skills/literature/fulltext/preprint-servers-guide/SKILL.md +128 -0
- package/skills/literature/fulltext/repository-harvesting-guide/SKILL.md +207 -0
- package/skills/literature/fulltext/unpaywall-api/SKILL.md +113 -0
- package/skills/literature/metadata/altmetrics-guide/SKILL.md +132 -0
- package/skills/literature/metadata/citation-network-guide/SKILL.md +236 -0
- package/skills/literature/metadata/crossref-api/SKILL.md +133 -0
- package/skills/literature/metadata/datacite-api/SKILL.md +126 -0
- package/skills/literature/metadata/doi-resolution-guide/SKILL.md +168 -0
- package/skills/literature/metadata/h-index-guide/SKILL.md +183 -0
- package/skills/literature/metadata/journal-metrics-guide/SKILL.md +188 -0
- package/skills/literature/metadata/opencitations-api/SKILL.md +128 -0
- package/skills/literature/metadata/orcid-api/SKILL.md +136 -0
- package/skills/literature/metadata/orcid-integration-guide/SKILL.md +178 -0
- package/skills/literature/search/arxiv-api/SKILL.md +95 -0
- package/skills/literature/search/biorxiv-api/SKILL.md +123 -0
- package/skills/literature/search/boolean-search-guide/SKILL.md +199 -0
- package/skills/literature/search/citation-chaining-guide/SKILL.md +148 -0
- package/skills/literature/search/database-comparison-guide/SKILL.md +100 -0
- package/skills/literature/search/europe-pmc-api/SKILL.md +120 -0
- package/skills/literature/search/google-scholar-guide/SKILL.md +182 -0
- package/skills/literature/search/mesh-terms-guide/SKILL.md +164 -0
- package/skills/literature/search/openalex-api/SKILL.md +134 -0
- package/skills/literature/search/pubmed-api/SKILL.md +130 -0
- package/skills/literature/search/scientify-literature-survey/SKILL.md +203 -0
- package/skills/literature/search/semantic-scholar-api/SKILL.md +134 -0
- package/skills/literature/search/systematic-search-strategy/SKILL.md +214 -0
- package/skills/research/automation/ai-scientist-guide/SKILL.md +228 -0
- package/skills/research/automation/data-collection-automation/SKILL.md +248 -0
- package/skills/research/automation/research-workflow-automation/SKILL.md +266 -0
- package/skills/research/deep-research/meta-synthesis-guide/SKILL.md +174 -0
- package/skills/research/deep-research/research-cog/SKILL.md +153 -0
- package/skills/research/deep-research/scoping-review-guide/SKILL.md +217 -0
- package/skills/research/deep-research/systematic-review-guide/SKILL.md +250 -0
- package/skills/research/funding/figshare-api/SKILL.md +163 -0
- package/skills/research/funding/grant-writing-guide/SKILL.md +233 -0
- package/skills/research/funding/nsf-grant-guide/SKILL.md +206 -0
- package/skills/research/funding/open-science-guide/SKILL.md +255 -0
- package/skills/research/funding/zenodo-api/SKILL.md +174 -0
- package/skills/research/methodology/action-research-guide/SKILL.md +201 -0
- package/skills/research/methodology/experimental-design-guide/SKILL.md +236 -0
- package/skills/research/methodology/grad-school-guide/SKILL.md +182 -0
- package/skills/research/methodology/grounded-theory-guide/SKILL.md +171 -0
- package/skills/research/methodology/mixed-methods-guide/SKILL.md +208 -0
- package/skills/research/methodology/qualitative-research-guide/SKILL.md +234 -0
- package/skills/research/methodology/scientify-idea-generation/SKILL.md +222 -0
- package/skills/research/paper-review/paper-reading-assistant/SKILL.md +266 -0
- package/skills/research/paper-review/peer-review-guide/SKILL.md +227 -0
- package/skills/research/paper-review/rebuttal-writing-guide/SKILL.md +185 -0
- package/skills/research/paper-review/scientify-write-review-paper/SKILL.md +209 -0
- package/skills/tools/code-exec/jupyter-notebook-guide/SKILL.md +178 -0
- package/skills/tools/code-exec/python-reproducibility-guide/SKILL.md +341 -0
- package/skills/tools/code-exec/r-reproducibility-guide/SKILL.md +236 -0
- package/skills/tools/code-exec/sandbox-execution-guide/SKILL.md +221 -0
- package/skills/tools/diagram/mermaid-diagram-guide/SKILL.md +269 -0
- package/skills/tools/diagram/plantuml-guide/SKILL.md +397 -0
- package/skills/tools/diagram/scientific-illustration-guide/SKILL.md +225 -0
- package/skills/tools/document/anystyle-api/SKILL.md +199 -0
- package/skills/tools/document/grobid-pdf-parsing/SKILL.md +294 -0
- package/skills/tools/document/markdown-academic-guide/SKILL.md +217 -0
- package/skills/tools/document/pdf-extraction-guide/SKILL.md +321 -0
- package/skills/tools/knowledge-graph/knowledge-graph-construction/SKILL.md +306 -0
- package/skills/tools/knowledge-graph/ontology-design-guide/SKILL.md +214 -0
- package/skills/tools/knowledge-graph/rag-methodology-guide/SKILL.md +325 -0
- package/skills/tools/ocr-translate/formula-recognition-guide/SKILL.md +367 -0
- package/skills/tools/ocr-translate/handwriting-recognition-guide/SKILL.md +211 -0
- package/skills/tools/ocr-translate/latex-ocr-guide/SKILL.md +204 -0
- package/skills/tools/ocr-translate/multilingual-research-guide/SKILL.md +234 -0
- package/skills/tools/scraping/academic-web-scraping/SKILL.md +326 -0
- package/skills/tools/scraping/api-data-collection-guide/SKILL.md +301 -0
- package/skills/tools/scraping/web-scraping-ethics-guide/SKILL.md +250 -0
- package/skills/writing/citation/bibtex-management-guide/SKILL.md +246 -0
- package/skills/writing/citation/citation-style-guide/SKILL.md +248 -0
- package/skills/writing/citation/reference-manager-comparison/SKILL.md +208 -0
- package/skills/writing/citation/zotero-api/SKILL.md +188 -0
- package/skills/writing/composition/abstract-writing-guide/SKILL.md +188 -0
- package/skills/writing/composition/discussion-writing-guide/SKILL.md +194 -0
- package/skills/writing/composition/introduction-writing-guide/SKILL.md +194 -0
- package/skills/writing/composition/literature-review-writing/SKILL.md +196 -0
- package/skills/writing/composition/methods-section-guide/SKILL.md +185 -0
- package/skills/writing/composition/response-to-reviewers/SKILL.md +215 -0
- package/skills/writing/composition/scientific-writing-guide/SKILL.md +152 -0
- package/skills/writing/latex/bibliography-management-guide/SKILL.md +206 -0
- package/skills/writing/latex/latex-drawing-guide/SKILL.md +234 -0
- package/skills/writing/latex/latex-ecosystem-guide/SKILL.md +240 -0
- package/skills/writing/latex/math-typesetting-guide/SKILL.md +231 -0
- package/skills/writing/latex/overleaf-collaboration-guide/SKILL.md +211 -0
- package/skills/writing/latex/tikz-diagrams-guide/SKILL.md +211 -0
- package/skills/writing/polish/academic-translation-guide/SKILL.md +175 -0
- package/skills/writing/polish/academic-writing-refiner/SKILL.md +143 -0
- package/skills/writing/polish/ai-writing-humanizer/SKILL.md +178 -0
- package/skills/writing/polish/grammar-checker-guide/SKILL.md +184 -0
- package/skills/writing/polish/plagiarism-detection-guide/SKILL.md +167 -0
- package/skills/writing/templates/beamer-presentation-guide/SKILL.md +263 -0
- package/skills/writing/templates/conference-paper-template/SKILL.md +219 -0
- package/skills/writing/templates/thesis-template-guide/SKILL.md +200 -0
- package/skills/writing/templates/thesis-writing-guide/SKILL.md +220 -0
- package/src/tools/arxiv.ts +131 -0
- package/src/tools/crossref.ts +112 -0
- package/src/tools/openalex.ts +174 -0
- package/src/tools/pubmed.ts +166 -0
- package/src/tools/semantic-scholar.ts +108 -0
- package/src/tools/unpaywall.ts +58 -0
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
# Curated Writing Resources
|
|
2
|
+
|
|
3
|
+
> Hand-picked resources for academic researchers working on composition, polishing, formatting, and citation management.
|
|
4
|
+
|
|
5
|
+
## Composition
|
|
6
|
+
|
|
7
|
+
### Writing Guides
|
|
8
|
+
- **[Writing Your Journal Article in Twelve Weeks (Belcher)](https://www.uchicago.edu/research/)** — Step-by-step workbook for turning a draft into a publishable paper; widely used in writing groups.
|
|
9
|
+
- **[The Craft of Research (Booth, Colomb, Williams)](https://press.uchicago.edu/ucp/books/book/chicago/C/bo23521678.html)** — Classic guide to planning, drafting, and revising research writing.
|
|
10
|
+
- **[How to Write a Great Research Paper (Simon Peyton Jones)](https://www.microsoft.com/en-us/research/academic-program/write-great-research-paper/)** — Concise advice from an experienced CS researcher; accompanying video talk is essential viewing.
|
|
11
|
+
- **[Explorations of Style (blog)](https://explorationsofstyle.com/)** — Rachael Cayley's blog on graduate-level academic writing; practical and discipline-agnostic.
|
|
12
|
+
|
|
13
|
+
### Structure Templates
|
|
14
|
+
- **[IMRaD Structure Guide (NCBI)](https://www.ncbi.nlm.nih.gov/pmc/articles/PMC442179/)** — Standard Introduction-Methods-Results-Discussion structure explained for biomedical papers.
|
|
15
|
+
- **[Heilmeier Catechism](https://www.darpa.mil/about/heilmeier-catechism)** — DARPA's framework for articulating research goals; excellent for proposal introductions.
|
|
16
|
+
|
|
17
|
+
## Polish
|
|
18
|
+
|
|
19
|
+
### Tools & Software
|
|
20
|
+
- **[Grammarly](https://www.grammarly.com/)** — AI writing assistant for grammar, clarity, tone, and plagiarism detection.
|
|
21
|
+
- **[Writefull](https://www.writefull.com/)** — Language feedback tool trained specifically on published academic text; integrates with Overleaf and Word.
|
|
22
|
+
- **[LanguageTool](https://languagetool.org/)** — Open-source grammar checker supporting 30+ languages; self-hostable.
|
|
23
|
+
- **[Hemingway Editor](https://hemingwayapp.com/)** — Highlights complex sentences, passive voice, and readability issues; forces concision.
|
|
24
|
+
|
|
25
|
+
### Style Guides
|
|
26
|
+
- **[APA Style (7th ed.)](https://apastyle.apa.org/)** — Official APA manual; standard for social sciences, education, and psychology.
|
|
27
|
+
- **[Chicago Manual of Style](https://www.chicagomanualofstyle.org/)** — Comprehensive guide for humanities writing and publishing.
|
|
28
|
+
- **[IEEE Editorial Style Manual](https://journals.ieeeauthorcenter.ieee.org/your-role-in-article-production/ieee-editorial-style-manual/)** — Required style reference for all IEEE publications.
|
|
29
|
+
|
|
30
|
+
## LaTeX
|
|
31
|
+
|
|
32
|
+
### Editors & Environments
|
|
33
|
+
- **[Overleaf](https://www.overleaf.com/)** — Collaborative online LaTeX editor; 1-click submission to journals; free tier available.
|
|
34
|
+
- **[TeXstudio](https://www.texstudio.org/)** — Feature-rich open-source desktop LaTeX editor with inline preview.
|
|
35
|
+
- **[Typst](https://typst.app/)** — Modern typesetting system designed as a simpler alternative to LaTeX; growing fast.
|
|
36
|
+
|
|
37
|
+
### Packages & References
|
|
38
|
+
- **[CTAN](https://ctan.org/)** — Comprehensive TeX Archive Network; the canonical package repository.
|
|
39
|
+
- **[LaTeX Wikibook](https://en.wikibooks.org/wiki/LaTeX)** — Community-maintained, beginner-friendly LaTeX reference.
|
|
40
|
+
- **[TikZ/PGF Manual](https://tikz.dev/)** — The standard for programmatic figure drawing in LaTeX.
|
|
41
|
+
|
|
42
|
+
## Templates
|
|
43
|
+
|
|
44
|
+
### Journal & Conference Templates
|
|
45
|
+
- **[Overleaf Templates Gallery](https://www.overleaf.com/latex/templates)** — Thousands of publisher-official and community LaTeX templates.
|
|
46
|
+
- **[IEEE Template Selector](https://template-selector.ieee.org/)** — Official tool to find the correct IEEE template for your target publication.
|
|
47
|
+
- **[Springer LaTeX Templates](https://www.springer.com/gp/authors-editors/book-authors-editors/your-publication-journey/manuscript-preparation)** — Official Springer Nature templates for books and journals.
|
|
48
|
+
- **[Elsevier LaTeX Templates](https://www.elsevier.com/researcher/author/policies-and-guidelines/latex-instructions)** — elsarticle class and documentation for all Elsevier journals.
|
|
49
|
+
|
|
50
|
+
## Citation Management
|
|
51
|
+
|
|
52
|
+
### Reference Managers
|
|
53
|
+
- **[Zotero](https://www.zotero.org/)** — Free, open-source reference manager with browser connector, PDF annotation, and Word/LibreOffice plugins.
|
|
54
|
+
- **[Paperpile](https://paperpile.com/)** — Fast, clean reference manager with tight Google Docs and Overleaf integration.
|
|
55
|
+
- **[Mendeley](https://www.mendeley.com/)** — Free reference manager and academic social network by Elsevier; good PDF reader.
|
|
56
|
+
- **[JabRef](https://www.jabref.org/)** — Open-source BibTeX/BibLaTeX manager; ideal for LaTeX-centric workflows.
|
|
57
|
+
|
|
58
|
+
### Format & Conversion Tools
|
|
59
|
+
- **[Citation Style Language (CSL)](https://citationstyles.org/)** — Open repository of 10,000+ citation styles used by Zotero, Mendeley, and Pandoc.
|
|
60
|
+
- **[doi2bib](https://www.doi2bib.org/)** — Paste a DOI, get a BibTeX entry instantly.
|
|
61
|
+
- **[AnyStyle](https://anystyle.io/)** — AI-powered parser that extracts structured references from plain-text bibliographies.
|
package/index.ts
ADDED
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import type { OpenClawPluginApi } from "openclaw/plugin-sdk";
|
|
2
|
+
import { createSemanticScholarTools } from "./src/tools/semantic-scholar.js";
|
|
3
|
+
import { createOpenAlexTools } from "./src/tools/openalex.js";
|
|
4
|
+
import { createCrossRefTools } from "./src/tools/crossref.js";
|
|
5
|
+
import { createArxivTools } from "./src/tools/arxiv.js";
|
|
6
|
+
import { createPubMedTools } from "./src/tools/pubmed.js";
|
|
7
|
+
import { createUnpaywallTools } from "./src/tools/unpaywall.js";
|
|
8
|
+
|
|
9
|
+
export default function activate(api: OpenClawPluginApi) {
|
|
10
|
+
api.registerTool(
|
|
11
|
+
(ctx) => createSemanticScholarTools(ctx, api),
|
|
12
|
+
{ names: ["search_papers", "get_paper", "get_citations"] },
|
|
13
|
+
);
|
|
14
|
+
|
|
15
|
+
api.registerTool(
|
|
16
|
+
(ctx) => createOpenAlexTools(ctx, api),
|
|
17
|
+
{ names: ["search_openalex", "get_work", "get_author_openalex"] },
|
|
18
|
+
);
|
|
19
|
+
|
|
20
|
+
api.registerTool(
|
|
21
|
+
(ctx) => createCrossRefTools(ctx, api),
|
|
22
|
+
{ names: ["resolve_doi", "search_crossref"] },
|
|
23
|
+
);
|
|
24
|
+
|
|
25
|
+
api.registerTool(
|
|
26
|
+
(ctx) => createArxivTools(ctx, api),
|
|
27
|
+
{ names: ["search_arxiv", "get_arxiv_paper"] },
|
|
28
|
+
);
|
|
29
|
+
|
|
30
|
+
api.registerTool(
|
|
31
|
+
(ctx) => createPubMedTools(ctx, api),
|
|
32
|
+
{ names: ["search_pubmed", "get_article"] },
|
|
33
|
+
);
|
|
34
|
+
|
|
35
|
+
api.registerTool(
|
|
36
|
+
(ctx) => createUnpaywallTools(ctx, api),
|
|
37
|
+
{ names: ["find_oa_version"] },
|
|
38
|
+
);
|
|
39
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "ChatSpatial",
|
|
3
|
+
"name": "ChatSpatial",
|
|
4
|
+
"description": "Spatial transcriptomics analysis via natural language",
|
|
5
|
+
"category": "academic-db",
|
|
6
|
+
"install": {
|
|
7
|
+
"runtime": "python",
|
|
8
|
+
"package": "ChatSpatial",
|
|
9
|
+
"command": "pip install ChatSpatial"
|
|
10
|
+
},
|
|
11
|
+
"config": {
|
|
12
|
+
"env": {}
|
|
13
|
+
},
|
|
14
|
+
"tools": ["load_data", "identify_domains", "visualize"],
|
|
15
|
+
"verified": false,
|
|
16
|
+
"source": "https://github.com/cafferychen777/ChatSpatial"
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "academia-mcp",
|
|
3
|
+
"name": "Academia MCP",
|
|
4
|
+
"description": "Tools for automatic scientific research",
|
|
5
|
+
"category": "academic-db",
|
|
6
|
+
"install": {
|
|
7
|
+
"runtime": "python",
|
|
8
|
+
"package": "academia-mcp",
|
|
9
|
+
"command": "pip install academia-mcp"
|
|
10
|
+
},
|
|
11
|
+
"config": {
|
|
12
|
+
"env": {}
|
|
13
|
+
},
|
|
14
|
+
"tools": ["search", "analyze"],
|
|
15
|
+
"verified": false,
|
|
16
|
+
"source": "https://github.com/IlyaGusev/academia_mcp"
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "academic-paper-explorer",
|
|
3
|
+
"name": "Academic Paper Explorer",
|
|
4
|
+
"description": "Academic paper discovery via arXiv and Semantic Scholar",
|
|
5
|
+
"category": "academic-db",
|
|
6
|
+
"install": {
|
|
7
|
+
"runtime": "node",
|
|
8
|
+
"package": "academic-paper-explorer",
|
|
9
|
+
"command": "npm install -g academic-paper-explorer"
|
|
10
|
+
},
|
|
11
|
+
"config": {
|
|
12
|
+
"env": {}
|
|
13
|
+
},
|
|
14
|
+
"tools": ["search", "read_paper", "find_code"],
|
|
15
|
+
"verified": false,
|
|
16
|
+
"source": "https://github.com/Leonard013/academic-paper-explorer"
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "academic-search-mcp-server",
|
|
3
|
+
"name": "Academic Paper Search",
|
|
4
|
+
"description": "Academic Paper Search MCP for Semantic Scholar and Crossref APIs",
|
|
5
|
+
"category": "academic-db",
|
|
6
|
+
"install": {
|
|
7
|
+
"runtime": "python",
|
|
8
|
+
"package": "academic-search-mcp-server",
|
|
9
|
+
"command": "pip install academic-search-mcp-server"
|
|
10
|
+
},
|
|
11
|
+
"config": {
|
|
12
|
+
"env": {}
|
|
13
|
+
},
|
|
14
|
+
"tools": ["search_papers", "fetch_paper_details", "search_by_topic"],
|
|
15
|
+
"verified": false,
|
|
16
|
+
"source": "https://github.com/afrise/academic-search-mcp-server"
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "agentinterviews-mcp",
|
|
3
|
+
"name": "Agent Interviews",
|
|
4
|
+
"description": "AI-powered qualitative research interviews at scale",
|
|
5
|
+
"category": "academic-db",
|
|
6
|
+
"install": {
|
|
7
|
+
"runtime": "python",
|
|
8
|
+
"package": "agentinterviews-mcp",
|
|
9
|
+
"command": "pip install agentinterviews-mcp"
|
|
10
|
+
},
|
|
11
|
+
"config": {
|
|
12
|
+
"env": {}
|
|
13
|
+
},
|
|
14
|
+
"tools": ["create_interviewer", "manage_project", "analyze_data"],
|
|
15
|
+
"verified": false,
|
|
16
|
+
"source": "https://github.com/thinkchainai/agentinterviews_mcp"
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "all-in-mcp",
|
|
3
|
+
"name": "All-in MCP",
|
|
4
|
+
"description": "Academic paper search and PDF processing",
|
|
5
|
+
"category": "academic-db",
|
|
6
|
+
"install": {
|
|
7
|
+
"runtime": "python",
|
|
8
|
+
"package": "all-in-mcp",
|
|
9
|
+
"command": "pip install all-in-mcp"
|
|
10
|
+
},
|
|
11
|
+
"config": {
|
|
12
|
+
"env": {}
|
|
13
|
+
},
|
|
14
|
+
"tools": ["search", "process_pdf"],
|
|
15
|
+
"verified": false,
|
|
16
|
+
"source": "https://github.com/isomoes/all-in-mcp"
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "apple-health-mcp",
|
|
3
|
+
"name": "Apple Health Data",
|
|
4
|
+
"description": "Access exported Apple Health data with analytics",
|
|
5
|
+
"category": "academic-db",
|
|
6
|
+
"install": {
|
|
7
|
+
"runtime": "python",
|
|
8
|
+
"package": "apple-health-mcp-server",
|
|
9
|
+
"command": "pip install apple-health-mcp-server"
|
|
10
|
+
},
|
|
11
|
+
"config": {
|
|
12
|
+
"env": {}
|
|
13
|
+
},
|
|
14
|
+
"tools": ["read_health_data", "analyze_trends", "export_data"],
|
|
15
|
+
"verified": false,
|
|
16
|
+
"source": "https://github.com/the-momentum/apple-health-mcp-server"
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "arxiv-latex-mcp",
|
|
3
|
+
"name": "arXiv LaTeX Source",
|
|
4
|
+
"description": "Access arXiv papers via LaTeX source for better math handling",
|
|
5
|
+
"category": "academic-db",
|
|
6
|
+
"install": {
|
|
7
|
+
"runtime": "python",
|
|
8
|
+
"package": "arxiv-latex-mcp",
|
|
9
|
+
"command": "pip install arxiv-latex-mcp"
|
|
10
|
+
},
|
|
11
|
+
"config": {
|
|
12
|
+
"env": {}
|
|
13
|
+
},
|
|
14
|
+
"tools": ["get_paper_prompt", "get_paper_abstract", "list_paper_sections", "get_paper_section"],
|
|
15
|
+
"verified": false,
|
|
16
|
+
"source": "https://github.com/takashiishida/arxiv-latex-mcp"
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "arxiv-mcp-server",
|
|
3
|
+
"name": "arXiv Search",
|
|
4
|
+
"description": "Search ArXiv research papers",
|
|
5
|
+
"category": "academic-db",
|
|
6
|
+
"install": {
|
|
7
|
+
"runtime": "python",
|
|
8
|
+
"package": "arxiv-mcp-server",
|
|
9
|
+
"command": "pip install arxiv-mcp-server"
|
|
10
|
+
},
|
|
11
|
+
"config": {
|
|
12
|
+
"env": {}
|
|
13
|
+
},
|
|
14
|
+
"tools": ["search_arxiv"],
|
|
15
|
+
"verified": false,
|
|
16
|
+
"source": "https://github.com/blazickjp/arxiv-mcp-server"
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "bgpt-mcp",
|
|
3
|
+
"name": "BGPT Paper Search",
|
|
4
|
+
"description": "Search paper data from any AI tool",
|
|
5
|
+
"category": "academic-db",
|
|
6
|
+
"install": {
|
|
7
|
+
"runtime": "node",
|
|
8
|
+
"package": "bgpt-mcp",
|
|
9
|
+
"command": "npm install -g bgpt-mcp"
|
|
10
|
+
},
|
|
11
|
+
"config": {
|
|
12
|
+
"env": {}
|
|
13
|
+
},
|
|
14
|
+
"tools": ["search_papers"],
|
|
15
|
+
"verified": false,
|
|
16
|
+
"source": "https://github.com/connerlambden/bgpt-mcp"
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "biomcp",
|
|
3
|
+
"name": "BioMCP",
|
|
4
|
+
"description": "Biomedical research MCP for PubMed, ClinicalTrials, and MyVariant",
|
|
5
|
+
"category": "academic-db",
|
|
6
|
+
"install": {
|
|
7
|
+
"runtime": "python",
|
|
8
|
+
"package": "biomcp",
|
|
9
|
+
"command": "pip install biomcp"
|
|
10
|
+
},
|
|
11
|
+
"config": {
|
|
12
|
+
"env": {}
|
|
13
|
+
},
|
|
14
|
+
"tools": ["search_pubmed", "search_clinical_trials", "search_variants"],
|
|
15
|
+
"verified": false,
|
|
16
|
+
"source": "https://github.com/genomoncology/biomcp"
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "biothings-mcp",
|
|
3
|
+
"name": "BioThings API",
|
|
4
|
+
"description": "BioThings API for genes, variants, drugs, and taxonomy",
|
|
5
|
+
"category": "academic-db",
|
|
6
|
+
"install": {
|
|
7
|
+
"runtime": "python",
|
|
8
|
+
"package": "biothings-mcp",
|
|
9
|
+
"command": "pip install biothings-mcp"
|
|
10
|
+
},
|
|
11
|
+
"config": {
|
|
12
|
+
"env": {}
|
|
13
|
+
},
|
|
14
|
+
"tools": ["gene_query", "variant_query", "drug_query"],
|
|
15
|
+
"verified": false,
|
|
16
|
+
"source": "https://github.com/longevity-genie/biothings-mcp"
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "catalysishub-mcp-server",
|
|
3
|
+
"name": "Catalysis Hub",
|
|
4
|
+
"description": "Search Catalysis Hub database for computational catalysis",
|
|
5
|
+
"category": "academic-db",
|
|
6
|
+
"install": {
|
|
7
|
+
"runtime": "python",
|
|
8
|
+
"package": "catalysishub-mcp-server",
|
|
9
|
+
"command": "pip install catalysishub-mcp-server"
|
|
10
|
+
},
|
|
11
|
+
"config": {
|
|
12
|
+
"env": {}
|
|
13
|
+
},
|
|
14
|
+
"tools": ["search_reactions", "get_surface_data"],
|
|
15
|
+
"verified": false,
|
|
16
|
+
"source": "https://github.com/QuentinCody/catalysishub-mcp-server"
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "clinicaltrialsgov-mcp-server",
|
|
3
|
+
"name": "ClinicalTrials.gov",
|
|
4
|
+
"description": "ClinicalTrials.gov v2 API search and analysis",
|
|
5
|
+
"category": "academic-db",
|
|
6
|
+
"install": {
|
|
7
|
+
"runtime": "node",
|
|
8
|
+
"package": "clinicaltrialsgov-mcp-server",
|
|
9
|
+
"command": "npm install -g clinicaltrialsgov-mcp-server"
|
|
10
|
+
},
|
|
11
|
+
"config": {
|
|
12
|
+
"env": {}
|
|
13
|
+
},
|
|
14
|
+
"tools": ["search_studies", "get_study", "analyze_trends", "compare_studies", "find_eligible_studies"],
|
|
15
|
+
"verified": false,
|
|
16
|
+
"source": "https://github.com/cyanheads/clinicaltrialsgov-mcp-server"
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "deep-research-mcp",
|
|
3
|
+
"name": "Deep Research",
|
|
4
|
+
"description": "Deep research via OpenAI or open models",
|
|
5
|
+
"category": "academic-db",
|
|
6
|
+
"install": {
|
|
7
|
+
"runtime": "python",
|
|
8
|
+
"package": "deep-research-mcp",
|
|
9
|
+
"command": "pip install deep-research-mcp"
|
|
10
|
+
},
|
|
11
|
+
"config": {
|
|
12
|
+
"env": {}
|
|
13
|
+
},
|
|
14
|
+
"tools": ["conduct_research", "analyze_sources", "generate_report"],
|
|
15
|
+
"verified": false,
|
|
16
|
+
"source": "https://github.com/pminervini/deep-research-mcp"
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "dicom-mcp",
|
|
3
|
+
"name": "DICOM Medical Imaging",
|
|
4
|
+
"description": "DICOM integration for medical imaging",
|
|
5
|
+
"category": "academic-db",
|
|
6
|
+
"install": {
|
|
7
|
+
"runtime": "python",
|
|
8
|
+
"package": "dicom-mcp",
|
|
9
|
+
"command": "pip install dicom-mcp"
|
|
10
|
+
},
|
|
11
|
+
"config": {
|
|
12
|
+
"env": {}
|
|
13
|
+
},
|
|
14
|
+
"tools": ["query_studies", "get_images", "move_images"],
|
|
15
|
+
"verified": false,
|
|
16
|
+
"source": "https://github.com/ChristianHinge/dicom-mcp"
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "enrichr-mcp-server",
|
|
3
|
+
"name": "Enrichr Gene Set Analysis",
|
|
4
|
+
"description": "Gene set enrichment analysis using Enrichr API",
|
|
5
|
+
"category": "academic-db",
|
|
6
|
+
"install": {
|
|
7
|
+
"runtime": "node",
|
|
8
|
+
"package": "enrichr-mcp-server",
|
|
9
|
+
"command": "npm install -g enrichr-mcp-server"
|
|
10
|
+
},
|
|
11
|
+
"config": {
|
|
12
|
+
"env": {}
|
|
13
|
+
},
|
|
14
|
+
"tools": ["enrichr_analysis", "go_bp_enrichment"],
|
|
15
|
+
"verified": false,
|
|
16
|
+
"source": "https://github.com/tianqitang1/enrichr-mcp-server"
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "fec-mcp-server",
|
|
3
|
+
"name": "FEC Campaign Finance",
|
|
4
|
+
"description": "Query FEC campaign finance data",
|
|
5
|
+
"category": "academic-db",
|
|
6
|
+
"install": {
|
|
7
|
+
"runtime": "node",
|
|
8
|
+
"package": "fec-mcp-server",
|
|
9
|
+
"command": "npm install -g fec-mcp-server"
|
|
10
|
+
},
|
|
11
|
+
"config": {
|
|
12
|
+
"env": {}
|
|
13
|
+
},
|
|
14
|
+
"tools": ["search_candidates", "track_donations"],
|
|
15
|
+
"verified": false,
|
|
16
|
+
"source": "https://github.com/sh-patterson/fec-mcp-server"
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "fhir-mcp-server-themomentum",
|
|
3
|
+
"name": "FHIR Patient History",
|
|
4
|
+
"description": "FHIR server for patient history queries",
|
|
5
|
+
"category": "academic-db",
|
|
6
|
+
"install": {
|
|
7
|
+
"runtime": "python",
|
|
8
|
+
"package": "fhir-mcp-server",
|
|
9
|
+
"command": "pip install fhir-mcp-server"
|
|
10
|
+
},
|
|
11
|
+
"config": {
|
|
12
|
+
"env": {}
|
|
13
|
+
},
|
|
14
|
+
"tools": ["query_patient", "search_resources", "get_history"],
|
|
15
|
+
"verified": false,
|
|
16
|
+
"source": "https://github.com/the-momentum/fhir-mcp-server"
|
|
17
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "fhir-mcp",
|
|
3
|
+
"name": "FHIR Healthcare API",
|
|
4
|
+
"description": "FHIR API for healthcare data interoperability",
|
|
5
|
+
"category": "academic-db",
|
|
6
|
+
"install": {
|
|
7
|
+
"runtime": "python",
|
|
8
|
+
"package": "fhir-mcp-server",
|
|
9
|
+
"command": "pip install fhir-mcp-server"
|
|
10
|
+
},
|
|
11
|
+
"config": {
|
|
12
|
+
"env": {
|
|
13
|
+
"FHIR_SERVER_URL": ""
|
|
14
|
+
}
|
|
15
|
+
},
|
|
16
|
+
"tools": ["search_patients", "get_patient_history", "create_observation"],
|
|
17
|
+
"verified": false,
|
|
18
|
+
"source": "https://github.com/wso2/fhir-mcp-server"
|
|
19
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "gget-mcp",
|
|
3
|
+
"name": "gget Bioinformatics",
|
|
4
|
+
"description": "Bioinformatics toolkit for genomics queries",
|
|
5
|
+
"category": "academic-db",
|
|
6
|
+
"install": {
|
|
7
|
+
"runtime": "python",
|
|
8
|
+
"package": "gget-mcp",
|
|
9
|
+
"command": "pip install gget-mcp"
|
|
10
|
+
},
|
|
11
|
+
"config": {
|
|
12
|
+
"env": {}
|
|
13
|
+
},
|
|
14
|
+
"tools": ["gget_search", "gget_info", "gget_seq", "gget_blast"],
|
|
15
|
+
"verified": false,
|
|
16
|
+
"source": "https://github.com/longevity-genie/gget-mcp"
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "google-researcher-mcp",
|
|
3
|
+
"name": "Google Researcher",
|
|
4
|
+
"description": "Comprehensive research tools for web, academic, patents",
|
|
5
|
+
"category": "academic-db",
|
|
6
|
+
"install": {
|
|
7
|
+
"runtime": "python",
|
|
8
|
+
"package": "google-researcher-mcp",
|
|
9
|
+
"command": "pip install google-researcher-mcp"
|
|
10
|
+
},
|
|
11
|
+
"config": {
|
|
12
|
+
"env": {}
|
|
13
|
+
},
|
|
14
|
+
"tools": ["search_web", "search_papers", "search_patents"],
|
|
15
|
+
"verified": false,
|
|
16
|
+
"source": "https://github.com/zoharbabin/google-researcher-mcp"
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "idea-reality-mcp",
|
|
3
|
+
"name": "Idea Reality Check",
|
|
4
|
+
"description": "Pre-build reality check detecting existing competition",
|
|
5
|
+
"category": "academic-db",
|
|
6
|
+
"install": {
|
|
7
|
+
"runtime": "python",
|
|
8
|
+
"package": "idea-reality-mcp",
|
|
9
|
+
"command": "pip install idea-reality-mcp"
|
|
10
|
+
},
|
|
11
|
+
"config": {
|
|
12
|
+
"env": {}
|
|
13
|
+
},
|
|
14
|
+
"tools": ["scan_github", "check_npm", "get_reality_score"],
|
|
15
|
+
"verified": false,
|
|
16
|
+
"source": "https://github.com/mnemox-ai/idea-reality-mcp"
|
|
17
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "legiscan-mcp",
|
|
3
|
+
"name": "LegiScan",
|
|
4
|
+
"description": "Access legislative data from 50 US states",
|
|
5
|
+
"category": "academic-db",
|
|
6
|
+
"install": {
|
|
7
|
+
"runtime": "node",
|
|
8
|
+
"package": "legiscan-mcp",
|
|
9
|
+
"command": "npm install -g legiscan-mcp"
|
|
10
|
+
},
|
|
11
|
+
"config": {
|
|
12
|
+
"env": {
|
|
13
|
+
"LEGISCAN_API_KEY": ""
|
|
14
|
+
}
|
|
15
|
+
},
|
|
16
|
+
"tools": ["search_bills", "get_text", "track_votes"],
|
|
17
|
+
"verified": false,
|
|
18
|
+
"source": "https://github.com/sh-patterson/legiscan-mcp"
|
|
19
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "lex",
|
|
3
|
+
"name": "Lex UK Legal API",
|
|
4
|
+
"description": "UK legal API for AI agents and researchers",
|
|
5
|
+
"category": "academic-db",
|
|
6
|
+
"install": {
|
|
7
|
+
"runtime": "python",
|
|
8
|
+
"package": "lex",
|
|
9
|
+
"command": "pip install lex"
|
|
10
|
+
},
|
|
11
|
+
"config": {
|
|
12
|
+
"env": {}
|
|
13
|
+
},
|
|
14
|
+
"tools": ["search_legislation"],
|
|
15
|
+
"verified": false,
|
|
16
|
+
"source": "https://github.com/i-dot-ai/lex"
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "Adaptive-Graph-of-Thoughts-MCP-server",
|
|
3
|
+
"name": "Adaptive Graph of Thoughts MCP Server",
|
|
4
|
+
"description": "LLM reasoning framework for scientific research using adaptive graph-of-thoughts",
|
|
5
|
+
"category": "ai-platform",
|
|
6
|
+
"install": {
|
|
7
|
+
"runtime": "python",
|
|
8
|
+
"package": "adaptive-graph-of-thoughts-mcp-server",
|
|
9
|
+
"command": "pip install adaptive-graph-of-thoughts-mcp-server"
|
|
10
|
+
},
|
|
11
|
+
"config": {
|
|
12
|
+
"env": {}
|
|
13
|
+
},
|
|
14
|
+
"tools": ["reason", "analyze"],
|
|
15
|
+
"verified": false,
|
|
16
|
+
"source": "https://github.com/SaptaDey/Adaptive-Graph-of-Thoughts-MCP-server"
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "ai-counsel",
|
|
3
|
+
"name": "AI Counsel",
|
|
4
|
+
"description": "Multi-round debate between AI models for reaching consensus on complex questions",
|
|
5
|
+
"category": "ai-platform",
|
|
6
|
+
"install": {
|
|
7
|
+
"runtime": "python",
|
|
8
|
+
"package": "ai-counsel",
|
|
9
|
+
"command": "pip install ai-counsel"
|
|
10
|
+
},
|
|
11
|
+
"config": {
|
|
12
|
+
"env": {}
|
|
13
|
+
},
|
|
14
|
+
"tools": ["debate", "vote", "converge"],
|
|
15
|
+
"verified": false,
|
|
16
|
+
"source": "https://github.com/harrison/ai-counsel"
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "atlas-mcp-server",
|
|
3
|
+
"name": "Atlas MCP Server",
|
|
4
|
+
"description": "Neo4j-powered task management with deep research capabilities for complex projects",
|
|
5
|
+
"category": "ai-platform",
|
|
6
|
+
"install": {
|
|
7
|
+
"runtime": "node",
|
|
8
|
+
"package": "atlas-mcp-server",
|
|
9
|
+
"command": "npx atlas-mcp-server"
|
|
10
|
+
},
|
|
11
|
+
"config": {
|
|
12
|
+
"env": {}
|
|
13
|
+
},
|
|
14
|
+
"tools": ["create_project", "manage_tasks", "deep_research"],
|
|
15
|
+
"verified": false,
|
|
16
|
+
"source": "https://github.com/cyanheads/atlas-mcp-server"
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "counsel-mcp",
|
|
3
|
+
"name": "Counsel MCP",
|
|
4
|
+
"description": "Strategic reasoning and multi-perspective analysis for complex decision-making",
|
|
5
|
+
"category": "ai-platform",
|
|
6
|
+
"install": {
|
|
7
|
+
"runtime": "node",
|
|
8
|
+
"package": "counsel-mcp",
|
|
9
|
+
"command": "npx counsel-mcp"
|
|
10
|
+
},
|
|
11
|
+
"config": {
|
|
12
|
+
"env": {}
|
|
13
|
+
},
|
|
14
|
+
"tools": ["debate", "analyze", "advise"],
|
|
15
|
+
"verified": false,
|
|
16
|
+
"source": "https://github.com/mercurialsolo/counsel-mcp"
|
|
17
|
+
}
|