loading…
Search for a command to run...
loading…
An MCP server that enables AI assistants to verify BibTeX citations and URLs against academic databases like Semantic Scholar and DBLP. It allows users to ensur
An MCP server that enables AI assistants to verify BibTeX citations and URLs against academic databases like Semantic Scholar and DBLP. It allows users to ensure bibliography accuracy and link accessibility directly within their research workflows.
MCP server for verifying BibTeX citations using harcx. Allows AI assistants like Claude to check your bibliography against Semantic Scholar, DBLP, and other academic databases.
Thanks to the original harcx package for providing the citation verification functionality.
.vscode folder in your project (if it doesn't exist).vscode/mcp.json with:{
"servers": {
"harcx": {
"command": "python",
"args": ["/path/to/harcx_mcp.py"]
}
}
}
#harcx in Claude Code to access the tools:verify citations in references.bib
verify urls in references.bib
pip install "mcp[cli]" harcx
Add to your project's .mcp.json:
{
"mcpServers": {
"harcx": {
"command": "python",
"args": ["/path/to/harcx_mcp.py"]
}
}
}
Then ask Claude to verify your citations:
verify citations in references.bib
Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
{
"mcpServers": {
"harcx": {
"command": "python",
"args": ["/path/to/harcx_mcp.py"]
}
}
}
Verify academic papers and books against Semantic Scholar and DBLP.
Parameters:
bib_content (required): Path to .bib file or inline BibTeX contentauthor_threshold (optional): Author name match tolerance, 0.0-1.0 (default: 0.6)check_urls (optional): Also verify URLs in citations (default: false)api_key (optional): Semantic Scholar API key for higher rate limitsExample:
Check the citations in my thesis.bib file
Check that URLs in your bibliography are accessible.
Parameters:
bib_content (required): Path to .bib file or inline BibTeX contentExample:
Verify all URLs in references.bib are still working
Semantic Scholar has rate limits. If you're checking many citations, you may see 429 errors and retries. For higher limits, get a free API key from Semantic Scholar and pass it via the api_key parameter.
MIT
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"harcx-mcp": {
"command": "npx",
"args": []
}
}
}Web content fetching and conversion for efficient LLM usage.
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also