CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

PubMed / MEDLINE Literature Search

com.olyport/pubmed
9 toolsHTTPregistry active
Summary

Connects Claude directly to NCBI's E-utilities API for querying PubMed's 36 million biomedical articles. You can search by keywords or MeSH terms, pull full abstracts and metadata, find related papers through citation links, and explore the controlled vocabulary hierarchy. Useful when you need to fact-check medical claims, run literature reviews, or pull recent research on specific conditions or treatments. The streamable-http transport means you add one URL to your Claude Desktop config and start querying MEDLINE immediately. Free tier gives you 100 calls per day, which covers most research sessions unless you're doing bulk citation analysis.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

Tools

Public tool metadata for what this MCP can expose to an agent.

9 tools
pubmed_search_articlesSearch PubMed with full query syntax, filters, and date ranges. Returns PMIDs and optional brief summaries. Supports field-specific filters (author, journal, MeSH terms), common filters (language, species, free full text), and pagination via offset for paging through large res...14 params

Search PubMed with full query syntax, filters, and date ranges. Returns PMIDs and optional brief summaries. Supports field-specific filters (author, journal, MeSH terms), common filters (language, species, free full text), and pagination via offset for paging through large res...

Parameters* required
sortstring
Sort order: relevance (default), pub_date (newest first), author, or journalone of relevance · pub_date · author · journaldefault: relevance
querystring
PubMed search query (supports full NCBI syntax)
authorstring
Filter by author name (e.g. "Smith J")
offsetinteger
Result offset for pagination (0-based)default: 0
journalstring
Filter by journal name
speciesstring
Filter by speciesone of humans · animals
languagestring
Filter by language (e.g. "english")
dateRangeobject
Filter by date range
meshTermsarray
Filter by MeSH terms
maxResultsinteger
Maximum results to returndefault: 20
hasAbstractboolean
Only include articles with abstracts
freeFullTextboolean
Only include free full text articles
summaryCountinteger
Fetch brief summaries for top N results (0 = PMIDs only)default: 0
publicationTypesarray
Filter by publication type (e.g. "Review", "Clinical Trial", "Meta-Analysis")
pubmed_fetch_articlesFetch full article metadata by PubMed IDs. Returns detailed article information including abstract, authors, journal, MeSH terms.3 params

Fetch full article metadata by PubMed IDs. Returns detailed article information including abstract, authors, journal, MeSH terms.

Parameters* required
pmidsarray
PubMed IDs to fetch
includeMeshboolean
Include MeSH termsdefault: true
includeGrantsboolean
Include grant informationdefault: false
pubmed_fetch_fulltextFetch full-text articles from PubMed Central (PMC). Returns complete article body text, sections, and references for open-access articles. Accepts PMC IDs directly or PubMed IDs (auto-resolved via ELink).5 params

Fetch full-text articles from PubMed Central (PMC). Returns complete article body text, sections, and references for open-access articles. Accepts PMC IDs directly or PubMed IDs (auto-resolved via ELink).

Parameters* required
pmidsarray
PubMed IDs to resolve to PMC full text. Provide this OR pmcids, not both. Only works for open-access articles available in PMC.
pmcidsarray
PMC IDs to fetch (e.g. ["PMC9575052"]). Provide this OR pmids, not both.
sectionsarray
Filter to specific sections by title, case-insensitive (e.g. ["Introduction", "Methods", "Results", "Discussion"])
maxSectionsinteger
Maximum top-level body sections
includeReferencesboolean
Include reference listdefault: false
pubmed_format_citationsGet formatted citations for PubMed articles in APA, MLA, BibTeX, or RIS format.2 params

Get formatted citations for PubMed articles in APA, MLA, BibTeX, or RIS format.

Parameters* required
pmidsarray
PubMed IDs to cite
stylesarray
Citation styles to generate
pubmed_find_relatedFind articles related to a source article — similar content, citing articles, or references.3 params

Find articles related to a source article — similar content, citing articles, or references.

Parameters* required
pmidstring
Source PubMed ID
maxResultsinteger
Maximum related articlesdefault: 10
relationshipstring
Relationship type: similar (content-based), cited_by (articles citing this one), references (articles this one cites)one of similar · cited_by · referencesdefault: similar
pubmed_spell_checkSpell-check a query and get NCBI's suggested correction. Useful for refining search queries.1 params

Spell-check a query and get NCBI's suggested correction. Useful for refining search queries.

Parameters* required
querystring
PubMed search query to spell-check
pubmed_lookup_meshSearch and explore MeSH (Medical Subject Headings) vocabulary. Essential for building precise PubMed queries.3 params

Search and explore MeSH (Medical Subject Headings) vocabulary. Essential for building precise PubMed queries.

Parameters* required
termstring
MeSH term to look up
maxResultsinteger
Maximum resultsdefault: 10
includeDetailsboolean
Fetch full MeSH records (scope notes, tree numbers, entry terms)default: true
pubmed_lookup_citationLook up PubMed IDs from partial bibliographic citations. Useful when you have a reference (journal, year, volume, page, author) and need the PMID. Uses NCBI ECitMatch for deterministic matching — more reliable than searching by citation fields.1 params

Look up PubMed IDs from partial bibliographic citations. Useful when you have a reference (journal, year, volume, page, author) and need the PMID. Uses NCBI ECitMatch for deterministic matching — more reliable than searching by citation fields.

Parameters* required
citationsarray
Citations to look up. More fields = better match accuracy.
pubmed_convert_idsConvert between article identifiers (DOI, PMID, PMCID). Accepts up to 50 IDs of a single type per request. Uses the NCBI PMC ID Converter API — only resolves articles indexed in PubMed Central. For articles not in PMC, use pubmed_search_articles instead.2 params

Convert between article identifiers (DOI, PMID, PMCID). Accepts up to 50 IDs of a single type per request. Uses the NCBI PMC ID Converter API — only resolves articles indexed in PubMed Central. For articles not in PMC, use pubmed_search_articles instead.

Parameters* required
idsarray
Article identifiers to convert. All IDs must be the same type. DOIs: "10.1093/nar/gks1195", PMIDs: "23193287", PMCIDs: "PMC3531190".
idtypestring
The type of IDs being submitted. Required so the API can unambiguously resolve them.one of pmcid · pmid · doi
Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Categories
Search & Web Crawling
Registryactive
TransportHTTP
UpdatedApr 2, 2026
Open website

Related Search & Web Crawling MCP Servers

View all →
Google Search

com.mcparmory/google-search

Scrape Google search results with SERP data, ads, and knowledge panels
25
Brave Search

io.github.pipeworx-io/brave-search

Brave Search MCP — independent web index (no Google/Bing dependency)
Serper Search and Scrape

marcopesani/mcp-server-serper

Serper MCP Server supporting search and webpage scraping
154
Brave Search Mcp Server

brave/brave-search-mcp-server

Brave Search MCP Server: web results, images, videos, rich results, AI summaries, and more.
1.2k
Google Search Console

com.mcparmory/google-search-console

Query search analytics, manage sitemaps, and inspect site URLs and status
25
Google Search Console

acamolese/google-search-console-mcp

Google Search Console MCP server: SEO audits, performance queries, URL inspection, indexing checks.
3