From ae18f7da710ad499ed45b48cb8c29cc976e3404e Mon Sep 17 00:00:00 2001 From: waled bajaman Date: Tue, 25 Aug 2026 19:11:17 +0300 Subject: [PATCH 1/3] Add citeguard to Research section MCP server (with a companion Python CLI/library and GitHub Action) that checks citations against Crossref for retraction/correction status before they're used in research or writing. Detection logic verified against real Crossref API data for known cases (Wakefield 1998, Surgisphere 2020), not just documentation. No API key required. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 72a96c8ff..03f2199c7 100644 --- a/README.md +++ b/README.md @@ -2858,6 +2858,7 @@ Tools for conducting research, surveys, interviews, and data collection. - [smaniches/semantic-scholar-mcp](https://github.com/smaniches/semantic-scholar-mcp) [![smaniches/semantic-scholar-mcp MCP server](https://glama.ai/mcp/servers/smaniches/semantic-scholar-mcp/badges/score.svg)](https://glama.ai/mcp/servers/smaniches/semantic-scholar-mcp) 🐍 🏠 ☁️ 🍎 🪟 🐧 - Semantic Scholar MCP server: 14 typed tools over 200M+ academic papers — search, paper/author retrieval, citation-graph traversal, and recommendations. `uvx s2-mcp-server` - [thinkchainai/agentinterviews_mcp](https://github.com/thinkchainai/agentinterviews_mcp) - Conduct AI-powered qualitative research interviews and surveys at scale with [Agent Interviews](https://agentinterviews.com). Create interviewers, manage research projects, recruit participants, and analyze interview data through MCP. - [vassiliylakhonin/agenda-intelligence-md](https://github.com/vassiliylakhonin/agenda-intelligence-md) [![vassiliylakhonin/agenda-intelligence-md MCP server](https://glama.ai/mcp/servers/vassiliylakhonin/agenda-intelligence-md/badges/score.svg)](https://glama.ai/mcp/servers/vassiliylakhonin/agenda-intelligence-md) 🐍 🏠 - Auditable strategic-risk memos for AI agents — sanctions, regulatory, geopolitics, trade. Geography-routed regional specialists (Central Asia/Caspian, Gulf/Middle East), per-claim evidence discipline, schema-validated output, machine-verified audit. No live data retrieval. PyPI: `agenda-intelligence-md`. +- [wedo911/citeguard](https://github.com/wedo911/citeguard) 🐍 📇 🏠 - Check a citation against Crossref for retraction, correction, or expression-of-concern status before it goes into a paper, summary, or review — catches papers like Wakefield's retracted MMR-autism study, still cited 1,000+ times since its 2010 retraction. No API key required. Detection logic (checked against real Crossref data, not just documentation) is shared identically between a Python CLI/library, this MCP server, and a GitHub Action for CI. - [WenyuChiou/research-hub](https://github.com/WenyuChiou/research-hub) [![WenyuChiou/research-hub MCP server](https://glama.ai/mcp/servers/WenyuChiou/research-hub/badges/score.svg)](https://glama.ai/mcp/servers/WenyuChiou/research-hub) 🐍 🏠 ☁️ 🍎 🪟 🐧 - Research workspace MCP integrating Zotero, Obsidian, and NotebookLM. Search papers (arXiv/Semantic Scholar/PubMed/CrossRef), ingest into Zotero, sync notes to Obsidian, verify NotebookLM briefs. All three external tools optional. `pip install research-hub-pipeline` then `research-hub serve`. - [xmpuspus/ph-civic-data-mcp](https://github.com/xmpuspus/ph-civic-data-mcp) [![xmpuspus/ph-civic-data-mcp MCP server](https://glama.ai/mcp/servers/xmpuspus/ph-civic-data-mcp/badges/score.svg)](https://glama.ai/mcp/servers/xmpuspus/ph-civic-data-mcp) 🐍 ☁️ 🍎 🪟 🐧 - Philippine government data as agent-callable tools: PHIVOLCS earthquakes + volcano alerts, PAGASA weather + typhoons, PhilGEPS procurement, PSA 2020 Census population + poverty, AQICN air quality. Install: `uvx ph-civic-data-mcp`. - [YGao2005/scholar-feed-mcp](https://github.com/YGao2005/scholar-feed-mcp) [![YGao2005/scholar-feed-mcp MCP server](https://glama.ai/mcp/servers/YGao2005/scholar-feed-mcp/badges/score.svg)](https://glama.ai/mcp/servers/YGao2005/scholar-feed-mcp) 📇 ☁️ - Semantic search over 600k+ CS/AI papers with citation-graph traversal, full-text extraction, embeddings, and BibTeX export. Works anonymously or with a free key. Install: `npx scholar-feed-mcp init`. From 0fd888250289e445309270e800f9803ab92f180b Mon Sep 17 00:00:00 2001 From: waled bajaman Date: Tue, 25 Aug 2026 23:46:36 +0300 Subject: [PATCH 2/3] Add Glama score badge for citeguard The server is now listed in the Glama registry; badge added per the listing requirements. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 03f2199c7..52ced6ddd 100644 --- a/README.md +++ b/README.md @@ -2858,7 +2858,7 @@ Tools for conducting research, surveys, interviews, and data collection. - [smaniches/semantic-scholar-mcp](https://github.com/smaniches/semantic-scholar-mcp) [![smaniches/semantic-scholar-mcp MCP server](https://glama.ai/mcp/servers/smaniches/semantic-scholar-mcp/badges/score.svg)](https://glama.ai/mcp/servers/smaniches/semantic-scholar-mcp) 🐍 🏠 ☁️ 🍎 🪟 🐧 - Semantic Scholar MCP server: 14 typed tools over 200M+ academic papers — search, paper/author retrieval, citation-graph traversal, and recommendations. `uvx s2-mcp-server` - [thinkchainai/agentinterviews_mcp](https://github.com/thinkchainai/agentinterviews_mcp) - Conduct AI-powered qualitative research interviews and surveys at scale with [Agent Interviews](https://agentinterviews.com). Create interviewers, manage research projects, recruit participants, and analyze interview data through MCP. - [vassiliylakhonin/agenda-intelligence-md](https://github.com/vassiliylakhonin/agenda-intelligence-md) [![vassiliylakhonin/agenda-intelligence-md MCP server](https://glama.ai/mcp/servers/vassiliylakhonin/agenda-intelligence-md/badges/score.svg)](https://glama.ai/mcp/servers/vassiliylakhonin/agenda-intelligence-md) 🐍 🏠 - Auditable strategic-risk memos for AI agents — sanctions, regulatory, geopolitics, trade. Geography-routed regional specialists (Central Asia/Caspian, Gulf/Middle East), per-claim evidence discipline, schema-validated output, machine-verified audit. No live data retrieval. PyPI: `agenda-intelligence-md`. -- [wedo911/citeguard](https://github.com/wedo911/citeguard) 🐍 📇 🏠 - Check a citation against Crossref for retraction, correction, or expression-of-concern status before it goes into a paper, summary, or review — catches papers like Wakefield's retracted MMR-autism study, still cited 1,000+ times since its 2010 retraction. No API key required. Detection logic (checked against real Crossref data, not just documentation) is shared identically between a Python CLI/library, this MCP server, and a GitHub Action for CI. +- [wedo911/citeguard](https://github.com/wedo911/citeguard) [![wedo911/citeguard MCP server](https://glama.ai/mcp/servers/wedo911/citeguard/badges/score.svg)](https://glama.ai/mcp/servers/wedo911/citeguard) 🐍 📇 🏠 - Check a citation against Crossref for retraction, correction, or expression-of-concern status before it goes into a paper, summary, or review — catches papers like Wakefield's retracted MMR-autism study, still cited 1,000+ times since its 2010 retraction. No API key required. Detection logic (checked against real Crossref data, not just documentation) is shared identically between a Python CLI/library, this MCP server, and a GitHub Action for CI. - [WenyuChiou/research-hub](https://github.com/WenyuChiou/research-hub) [![WenyuChiou/research-hub MCP server](https://glama.ai/mcp/servers/WenyuChiou/research-hub/badges/score.svg)](https://glama.ai/mcp/servers/WenyuChiou/research-hub) 🐍 🏠 ☁️ 🍎 🪟 🐧 - Research workspace MCP integrating Zotero, Obsidian, and NotebookLM. Search papers (arXiv/Semantic Scholar/PubMed/CrossRef), ingest into Zotero, sync notes to Obsidian, verify NotebookLM briefs. All three external tools optional. `pip install research-hub-pipeline` then `research-hub serve`. - [xmpuspus/ph-civic-data-mcp](https://github.com/xmpuspus/ph-civic-data-mcp) [![xmpuspus/ph-civic-data-mcp MCP server](https://glama.ai/mcp/servers/xmpuspus/ph-civic-data-mcp/badges/score.svg)](https://glama.ai/mcp/servers/xmpuspus/ph-civic-data-mcp) 🐍 ☁️ 🍎 🪟 🐧 - Philippine government data as agent-callable tools: PHIVOLCS earthquakes + volcano alerts, PAGASA weather + typhoons, PhilGEPS procurement, PSA 2020 Census population + poverty, AQICN air quality. Install: `uvx ph-civic-data-mcp`. - [YGao2005/scholar-feed-mcp](https://github.com/YGao2005/scholar-feed-mcp) [![YGao2005/scholar-feed-mcp MCP server](https://glama.ai/mcp/servers/YGao2005/scholar-feed-mcp/badges/score.svg)](https://glama.ai/mcp/servers/YGao2005/scholar-feed-mcp) 📇 ☁️ - Semantic search over 600k+ CS/AI papers with citation-graph traversal, full-text extraction, embeddings, and BibTeX export. Works anonymously or with a free key. Install: `npx scholar-feed-mcp init`. From 9b34996604daf0ce27080f2b440edfccd782b511 Mon Sep 17 00:00:00 2001 From: waled bajaman Date: Wed, 26 Aug 2026 17:33:51 +0300 Subject: [PATCH 3/3] Add npx install command for citeguard Now published on npm, so it installs with a single command. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 52ced6ddd..561115938 100644 --- a/README.md +++ b/README.md @@ -2858,7 +2858,7 @@ Tools for conducting research, surveys, interviews, and data collection. - [smaniches/semantic-scholar-mcp](https://github.com/smaniches/semantic-scholar-mcp) [![smaniches/semantic-scholar-mcp MCP server](https://glama.ai/mcp/servers/smaniches/semantic-scholar-mcp/badges/score.svg)](https://glama.ai/mcp/servers/smaniches/semantic-scholar-mcp) 🐍 🏠 ☁️ 🍎 🪟 🐧 - Semantic Scholar MCP server: 14 typed tools over 200M+ academic papers — search, paper/author retrieval, citation-graph traversal, and recommendations. `uvx s2-mcp-server` - [thinkchainai/agentinterviews_mcp](https://github.com/thinkchainai/agentinterviews_mcp) - Conduct AI-powered qualitative research interviews and surveys at scale with [Agent Interviews](https://agentinterviews.com). Create interviewers, manage research projects, recruit participants, and analyze interview data through MCP. - [vassiliylakhonin/agenda-intelligence-md](https://github.com/vassiliylakhonin/agenda-intelligence-md) [![vassiliylakhonin/agenda-intelligence-md MCP server](https://glama.ai/mcp/servers/vassiliylakhonin/agenda-intelligence-md/badges/score.svg)](https://glama.ai/mcp/servers/vassiliylakhonin/agenda-intelligence-md) 🐍 🏠 - Auditable strategic-risk memos for AI agents — sanctions, regulatory, geopolitics, trade. Geography-routed regional specialists (Central Asia/Caspian, Gulf/Middle East), per-claim evidence discipline, schema-validated output, machine-verified audit. No live data retrieval. PyPI: `agenda-intelligence-md`. -- [wedo911/citeguard](https://github.com/wedo911/citeguard) [![wedo911/citeguard MCP server](https://glama.ai/mcp/servers/wedo911/citeguard/badges/score.svg)](https://glama.ai/mcp/servers/wedo911/citeguard) 🐍 📇 🏠 - Check a citation against Crossref for retraction, correction, or expression-of-concern status before it goes into a paper, summary, or review — catches papers like Wakefield's retracted MMR-autism study, still cited 1,000+ times since its 2010 retraction. No API key required. Detection logic (checked against real Crossref data, not just documentation) is shared identically between a Python CLI/library, this MCP server, and a GitHub Action for CI. +- [wedo911/citeguard](https://github.com/wedo911/citeguard) [![wedo911/citeguard MCP server](https://glama.ai/mcp/servers/wedo911/citeguard/badges/score.svg)](https://glama.ai/mcp/servers/wedo911/citeguard) 🐍 📇 🏠 - Check a citation against Crossref for retraction, correction, or expression-of-concern status before it goes into a paper, summary, or review — catches papers like Wakefield's retracted MMR-autism study, still cited 1,000+ times since its 2010 retraction. No API key required. Detection logic (checked against real Crossref data, not just documentation) is shared identically between a Python CLI/library, this MCP server, and a GitHub Action for CI. `npx -y citeguard-mcp-server` - [WenyuChiou/research-hub](https://github.com/WenyuChiou/research-hub) [![WenyuChiou/research-hub MCP server](https://glama.ai/mcp/servers/WenyuChiou/research-hub/badges/score.svg)](https://glama.ai/mcp/servers/WenyuChiou/research-hub) 🐍 🏠 ☁️ 🍎 🪟 🐧 - Research workspace MCP integrating Zotero, Obsidian, and NotebookLM. Search papers (arXiv/Semantic Scholar/PubMed/CrossRef), ingest into Zotero, sync notes to Obsidian, verify NotebookLM briefs. All three external tools optional. `pip install research-hub-pipeline` then `research-hub serve`. - [xmpuspus/ph-civic-data-mcp](https://github.com/xmpuspus/ph-civic-data-mcp) [![xmpuspus/ph-civic-data-mcp MCP server](https://glama.ai/mcp/servers/xmpuspus/ph-civic-data-mcp/badges/score.svg)](https://glama.ai/mcp/servers/xmpuspus/ph-civic-data-mcp) 🐍 ☁️ 🍎 🪟 🐧 - Philippine government data as agent-callable tools: PHIVOLCS earthquakes + volcano alerts, PAGASA weather + typhoons, PhilGEPS procurement, PSA 2020 Census population + poverty, AQICN air quality. Install: `uvx ph-civic-data-mcp`. - [YGao2005/scholar-feed-mcp](https://github.com/YGao2005/scholar-feed-mcp) [![YGao2005/scholar-feed-mcp MCP server](https://glama.ai/mcp/servers/YGao2005/scholar-feed-mcp/badges/score.svg)](https://glama.ai/mcp/servers/YGao2005/scholar-feed-mcp) 📇 ☁️ - Semantic search over 600k+ CS/AI papers with citation-graph traversal, full-text extraction, embeddings, and BibTeX export. Works anonymously or with a free key. Install: `npx scholar-feed-mcp init`.