Serversio.github.rachadele/biolit
B

io.github.rachadele/biolit

io.github.rachadele/biolit · v0.1.25
▦ pypi
v0.1.25pypi pypi: biolit↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.rachadele/biolit",
  "description": "LLM-assisted biomedical literature screening and extraction for PubMed, GEO, and preprints.",
  "repository": {
    "url": "https://github.com/rachadele/biolit",
    "source": "github"
  },
  "version": "0.1.25",
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "biolit",
      "version": "0.1.25",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Anthropic API key (required when using the default Anthropic provider)",
          "format": "string",
          "isSecret": true,
          "name": "ANTHROPIC_API_KEY"
        },
        {
          "description": "OpenAI API key (required when using LLM_PROVIDER=openai)",
          "format": "string",
          "isSecret": true,
          "name": "OPENAI_API_KEY"
        },
        {
          "description": "LLM provider: anthropic (default), openai, or ollama",
          "format": "string",
          "name": "LLM_PROVIDER"
        },
        {
          "description": "Model name override (e.g. claude-sonnet-4-6, gpt-4o)",
          "format": "string",
          "name": "LLM_MODEL"
        },
        {
          "description": "Semantic Scholar API key for higher rate limits on citation lookup (optional)",
          "format": "string",
          "isSecret": true,
          "name": "SEMANTIC_SCHOLAR_API_KEY"
        },
        {
          "description": "Email address for Unpaywall API access to improve PDF retrieval (optional)",
          "format": "string",
          "name": "UNPAYWALL_EMAIL"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}