Skip to main content
Glama
pipeworx-io

mcp-plos

by pipeworx-io

@pipeworx/plos

PLOS Search API MCP — full-text search across all PLOS open-access journals. Keyless (PLOS's Solr-backed API).

Part of Pipeworx — an MCP gateway connecting AI agents to 1394+ live data sources.

Tools

  • search(query, rows?, start?, sort?, fl?) — Solr-style search

  • article(doi) — article by DOI

  • search_authored_by(name, rows?) — articles by author name

  • recent(rows?) — most recent publications across PLOS

Related MCP server: mcp-pubmed

Data source

https://api.plos.org/search (use the q Solr query syntax).

Quick Start

Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):

{
  "mcpServers": {
    "plos": {
      "url": "https://gateway.pipeworx.io/plos/mcp"
    }
  }
}

Or connect to the full Pipeworx gateway for access to all 1394+ data sources:

{
  "mcpServers": {
    "pipeworx": {
      "url": "https://gateway.pipeworx.io/mcp"
    }
  }
}

Using with ask_pipeworx

Instead of calling tools directly, you can ask questions in plain English:

ask_pipeworx({ question: "your question about Plos data" })

The gateway picks the right tool and fills the arguments automatically.

More

License

MIT

A
license - permissive license
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables searching and retrieving open-access journals and articles from the Directory of Open Access Journals.
    11
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    Enables searching academic literature via Semantic Scholar with relevance filters, batch metadata retrieval, and citation-graph recommendations.
    5
    AGPL 3.0

View all related MCP servers

Related MCP Connectors

  • Search PubMed/Europe PMC, fetch articles and full text (PMC/EPMC/Unpaywall), citations, MeSH terms.

  • Scholarly search: OpenAlex, Crossref, arXiv, OpenCitations and PubMed in one endpoint.

  • bioRxiv + medRxiv preprint server API

View all MCP Connectors

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/pipeworx-io/mcp-plos'

If you have feedback or need assistance with the MCP directory API, please join our Discord server