You're viewing a demo portfolio

Join the waitlist
PRSM

search

Active

Tool of Plos

declared in 0.1.0

Solr-powered full-text search across all PLOS open-access journals; supports field-qualified queries (e.g. abstract:CRISPR AND title:gene), pagination, sorting, and custom field selection. Returns title, authors, journal, date, and abstract by default.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "query": "abstract:CRISPR AND title:gene"
    },
    {
      "rows": 50,
      "sort": "publication_date desc",
      "query": "title:COVID-19 AND publication_date:[2023-01-01T00:00:00Z TO 2023-12-31T23:59:59Z]"
    }
  ],
  "required": [
    "query"
  ],
  "properties": {
    "fl": {
      "type": "string",
      "description": "Comma-sep fields to return."
    },
    "rows": {
      "type": "number",
      "description": "1-1000 (default 25)"
    },
    "sort": {
      "type": "string",
      "description": "e.g. \"publication_date desc\""
    },
    "query": {
      "type": "string",
      "description": "e.g. \"abstract:CRISPR AND title:gene\""
    },
    "start": {
      "type": "number"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Plos

https://github.com/pipeworx-io/mcp-plos

1/7 registries
View full server →