Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| prompts | {
"listChanged": true
} |
| resources | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| verifyCitation | CRITICAL: Use this to verify ANY academic citation before mentioning it. Checks multiple databases (CrossRef, OpenAlex, PubMed, zbMATH, ERIC, HAL, INSPIRE-HEP, Semantic Scholar, DBLP) if a paper exists. Returns null if not found. |
| batchVerifyCitations | Verify multiple citations in a single call. More efficient than calling verifyCitation multiple times. Returns verification status for each citation. |
| findVerifiedPapers | Search multiple academic databases (CrossRef, OpenAlex, PubMed, zbMATH, ERIC, HAL, INSPIRE-HEP, Semantic Scholar, DBLP) for papers and return only verified, real citations with DOIs. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| citation-verification-rules | Rules for preventing citation hallucination |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| Supported Citation Databases | Information about the academic databases used for citation verification |
| Citation Verification Guidelines | Best practices for using the citation verification system |