citation-finder-ai-mcp
v1.0.0
Published
MCP server for citation finder ai. Features format citation, generate bibtex, parse citation. From MEOK AI Labs.
Downloads
32
Readme
Citation Finder AI MCP Server
By MEOK AI Labs — Find and format academic citations in APA, MLA, Chicago, and BibTeX
Installation
pip install citation-finder-ai-mcpUsage
python server.pyTools
format_citation
Format a citation in a specified style (APA, MLA, Chicago, etc.).
Parameters:
title(str): Work titleauthors(str): Author namesyear(int): Publication yearstyle(str): Citation style (default 'apa')
generate_bibtex
Generate a BibTeX entry from citation details.
Parameters:
title(str): Work titleauthors(str): Author namesyear(int): Publication yearjournal(str): Journal name
parse_citation
Parse a raw citation text into structured fields.
Parameters:
citation_text(str): Raw citation text
validate_doi
Validate a DOI (Digital Object Identifier).
Parameters:
doi(str): DOI to validate
Authentication
Free tier: 30 calls/day. Upgrade at meok.ai/pricing for unlimited access.
License
MIT — MEOK AI Labs
