Q1 Crafter MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| IEEE_API_KEY | No | Your IEEE Xplore API key | |
| NCBI_API_KEY | No | Your NCBI/PubMed API key | |
| SCOPUS_API_KEY | No | Your Scopus API key (institutional) | |
| UNPAYWALL_EMAIL | No | Your email for Unpaywall | |
| SPRINGER_API_KEY | No | Your Springer Nature API key |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_academicA | Search across 15+ academic databases in parallel. Returns deduplicated papers with metadata, DOIs, citations, and open access info. Supports year filtering, field selection, and language preferences. |
| search_by_doiA | Look up a single paper by its DOI. Returns full metadata from CrossRef, Unpaywall, and other sources. |
| search_citationsB | Find papers that cite a given paper (backward citation tracking). Useful for tracing research impact. |
| search_referencesC | Get the reference list of a given paper (forward citation tracking). Shows what papers the given paper cites. |
| analyze_literatureA | Analyze a collection of papers to identify research gaps, main themes, methodological trends, temporal patterns, and controversial topics. |
| validate_citationsA | Bidirectional validation between in-text citations and the references list. Detects orphan citations, missing references, malformed entries, and DOI issues. |
| extract_keywordsB | Extract key terms and concepts from paper abstracts using TF-IDF and co-occurrence analysis. |
| generate_comparison_tableB | Create a comparison table of selected papers across specified dimensions (e.g., method, sample size, findings). Outputs a PNG image. |
| generate_trend_chartA | Generate publication trend charts — yearly counts, citation distributions, source breakdown, and journal quartile distribution. Outputs PNG images. |
| generate_citation_networkA | Visualize the citation network as a directed graph. Node size = citation count, color = year. Top 10 most influential nodes are labeled. Outputs PNG. |
| write_sectionC | Write a specific section of the manuscript in formal academic style with proper in-text citations. Sections: introduction, literature_review, methodology, results, discussion, conclusion. |
| format_references_apa7A | Format a list of papers into APA 7th Edition reference list entries. Handles all author-count rules, DOI formatting, italics, and alphabetical ordering. |
| build_docxB | Assemble all sections, figures, tables, and references into a final .docx manuscript. Uses Times New Roman 12pt, double spacing, 1-inch margins (APA standard). Performs quality checks before output. |
| check_api_statusA | Check which academic API sources are currently configured and available. Shows which APIs have valid keys and which require setup. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/muslus/q1-crafter-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server