You're viewing a demo portfolio

Join the waitlist
PRSM

sci_literature_search

Active

Tool of @gapup/mcp-knowledge

declared in 0.2.0

Recherche bibliographique multi-sources sur la litterature scientifique. Sources : OpenAlex (200M+ works) · Semantic Scholar · arXiv · PubMed · CrossRef. Modes : search | meta_analysis | citation_network | expert_finder. Keyless / free tier. Cache LRU 12h.

Parameters schema

{
  "type": "object",
  "required": [
    "query"
  ],
  "properties": {
    "mode": {
      "enum": [
        "search",
        "meta_analysis",
        "citation_network",
        "expert_finder"
      ],
      "type": "string",
      "description": "Mode de recherche. Defaut: search"
    },
    "async": {
      "type": "boolean",
      "description": "If true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts."
    },
    "query": {
      "type": "string",
      "description": "Keywords, titre, auteur, DOI (ex: 10.xxxx/xxxx accepte)"
    },
    "domain": {
      "enum": [
        "biomedical",
        "physics",
        "cs",
        "chemistry",
        "social",
        "all"
      ],
      "type": "string",
      "description": "Domaine scientifique. Defaut: all"
    },
    "date_to": {
      "type": "string",
      "description": "Date ISO fin (YYYY-MM-DD)"
    },
    "date_from": {
      "type": "string",
      "description": "Date ISO debut (YYYY-MM-DD)"
    },
    "max_results": {
      "type": "number",
      "description": "5-50. Defaut: 20"
    },
    "min_citations": {
      "type": "number",
      "description": "Nombre minimal de citations"
    }
  }
}

What this tool wraps· 3 endpoints

min confidence0.700.50

Parent server

@gapup/mcp-knowledge

https://github.com/getgapup/gapup-mcp

2/7 registries
View full server →