PLOS journals — Solr-backed full-text search across all PLOS OA content
MCPpedia last refreshed this data
io.github.pipeworx-io/plos is an MCP server that PLOS journals — Solr-backed full-text search across all PLOS OA content. Its tool list has not been published yet, requires no API key, and scores 65/100 on MCPpedia's security, maintenance and efficiency rubric.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"plos": {
"url": "https://gateway.pipeworx.io/plos/mcp"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
PLOS journals — Solr-backed full-text search across all PLOS OA content
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in search
Context7 Platform -- Up-to-date code documentation for LLMs and AI code editors
The official MCP server implementation for the Perplexity API Platform
Production ready MCP server with real-time search, extract, map & crawl.
A Model Context Protocol server for searching and analyzing arXiv papers
MCP Security Weekly
Get CVE alerts and security updates for io.github.pipeworx-io/plos and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
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.
search(query, rows?, start?, sort?, fl?) — Solr-style searcharticle(doi) — article by DOIsearch_authored_by(name, rows?) — articles by author namerecent(rows?) — most recent publications across PLOShttps://api.plos.org/search (use the q Solr query syntax).
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"
}
}
}
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.
MIT