FastMCP server for verified academic citations via Europe PMC and Crossref
Project description
BioCite-MCP 🧬
BioCite-MCP is an advanced Model Context Protocol (MCP) server that acts as a real-time bridge between LLMs and academic literature databases (Europe PMC & Crossref). It eliminates citation hallucinations by forcing AI models to retrieve verified, peer-reviewed paper metadata and real DOIs directly within their workflow.
🌟 Key Features
🔍 Literature Discovery
search_literature: Query Europe PMC for real biological papers. Returns structured metadata including DOIs and abstracts.find_related_papers: Discovers semantically related research using Europe PMC's Recommendations engine with an automated Citations/References fallback.
📝 Citation & Formatting
resolve_citation: Converts any DOI into publication-ready citation strings (APA or Nature style).export_bibtex: Retrieves professional BibTeX entries directly via Crossref content negotiation.
🛡️ Manuscript Auditing & Support
audit_manuscript: Scans your text for DOIs to verify them and flags potential citations that lack DOIs.summarize_paper: Fetches abstracts and prepares high-quality summarization prompts optimized for LLMs like Claude.check_duplicate_citations: Uses fuzzy matching (rapidfuzz) to identify and group duplicate research in your lists.
📚 Integration
push_to_zotero: Seamlessly add verified papers to your Zotero library via the Web API.
🚀 Installation
pip install biocite-mcp
Note: For development, use pip install -e . in the repository root.
🔧 Configuration
Add biocite-mcp to your MCP host configuration (e.g., claude_desktop_config.json):
{
"mcpServers": {
"biocite-mcp": {
"command": "python",
"args": ["-m", "biocite_mcp"]
}
}
}
🛠️ Usage Examples
- Search: "Find recent papers about DREB2A drought stress in tomato."
- Resolve: "Format the citation for DOI 10.1093/jxb/erx393 in Nature style."
- Analyze: "Audit this manuscript draft for citation accuracy: [Your Text Here]"
- Export: "Give me the BibTeX for 10.1111/j.1365-313X.2006.02701.x"
📜 License
This project is licensed under the MIT License - see the LICENSE file for details.
Developed by ZaEyAsa — Your Advanced Agentic Bio-Citation Assistant.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file biocite_mcp-0.1.0.tar.gz.
File metadata
- Download URL: biocite_mcp-0.1.0.tar.gz
- Upload date:
- Size: 14.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
57d7485b621c772d1cced106b4ae7b20ca42c6b6711ac22de1527f2db6e5c948
|
|
| MD5 |
487f709785eba66387933de732aee94c
|
|
| BLAKE2b-256 |
d23b1b60dc59111b8e0ca8b946ba61d13c078188bfc728edd27fb9bf19f3930e
|
File details
Details for the file biocite_mcp-0.1.0-py3-none-any.whl.
File metadata
- Download URL: biocite_mcp-0.1.0-py3-none-any.whl
- Upload date:
- Size: 16.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b2ff54c612c387ce5abd3f870013494addc24792a3b67132824d9109c5273107
|
|
| MD5 |
d02ff4a04b5eb85262a15155b4ad0e84
|
|
| BLAKE2b-256 |
6dd5bb5ffd90d23ea27dd82bc2052c0e6e6e6c9324af2eb940abfcaab9202e5d
|