CCM
/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

Claude Code Marketplaces

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
  • Skill index
  • MCP index
  • Marketplace index
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by mertbuilds.com

Independent project, not affiliated with Anthropic
olyport avatar

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 →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
inference shell
inference shell
create and run specialised agents in minutes
build now →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
inference shell
inference shell
create and run specialised agents in minutes
build now →

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
authorstring
Filter by author name (e.g. "Smith J")
dateRangeobject
Filter by date range
freeFullTextboolean
Only include free full text articles
hasAbstractboolean
Only include articles with abstracts
journalstring
Filter by journal name
languagestring
Filter by language (e.g. "english")
maxResultsinteger
Maximum results to returndefault: 20
meshTermsarray
Filter by MeSH terms
offsetinteger
Result offset for pagination (0-based)default: 0
publicationTypesarray
Filter by publication type (e.g. "Review", "Clinical Trial", "Meta-Analysis")
querystring
PubMed search query (supports full NCBI syntax)
sortstring
Sort order: relevance (default), pub_date (newest first), author, or journalone of relevance · pub_date · author · journaldefault: relevance
speciesstring
Filter by speciesone of humans · animals
summaryCountinteger
Fetch brief summaries for top N results (0 = PMIDs only)default: 0
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
includeGrantsboolean
Include grant informationdefault: false
includeMeshboolean
Include MeSH termsdefault: true
pmidsarray
PubMed IDs to fetch
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
includeReferencesboolean
Include reference listdefault: false
maxSectionsinteger
Maximum top-level body sections
pmcidsarray
PMC IDs to fetch (e.g. ["PMC9575052"]). Provide this OR pmids, not both.
pmidsarray
PubMed IDs to resolve to PMC full text. Provide this OR pmcids, not both. Only works for open-access articles available in PMC.
sectionsarray
Filter to specific sections by title, case-insensitive (e.g. ["Introduction", "Methods", "Results", "Discussion"])
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
maxResultsinteger
Maximum related articlesdefault: 10
pmidstring
Source PubMed ID
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
includeDetailsboolean
Fetch full MeSH records (scope notes, tree numbers, entry terms)default: true
maxResultsinteger
Maximum resultsdefault: 10
termstring
MeSH term to look up
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 →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
inference shell
inference shell
create and run specialised agents in minutes
build now →
Categories
Search & Web Crawling
Registryactive
TransportHTTP
UpdatedApr 2, 2026
Open website

More from olyport

  • CDC MMWR Reports
  • CDC Social Vulnerability Index
  • CMS Medicare Data
  • Cochrane Medical Reviews
  • College Scorecard
  • DOE Energy Information
  • EPA Air Quality & Toxics
  • EPA EJScreen
  • FCC Broadband Map
  • FDIC BankFind
  • FEMA Disasters
  • HMDA Mortgage Data
  • HRSA Health Resources
  • HUD Housing Data
  • NCES Education Data
  • NHTSA Vehicle Safety
  • NIFC Wildfire Data
  • NOAA Climate Data
  • NWS Weather Alerts
  • O*NET Occupational Data
  • SAMHSA Behavioral Health
  • SAMHSA Treatment Locator
  • US Drought Monitor
  • USDA Food Access

Related Search & Web Crawling MCP Servers

View all →
com.peek avatar
Mcp

com.peek/mcp

Build travel itineraries with Peek's 300k+ experiences. Search, details, and availability.
com.primerfp.scout avatar
PrimeRFP SCOUT — Govcon Intelligence MCP

com.primerfp.scout/scout

Federal+SLED govcon MCP: SAM, USASpending, recompete, hearings, policy intel, search. Private AI.
com.qarera avatar
Mcp

com.qarera/mcp

Search jobs, manage resumes, and track applications on Qarera from your AI chat client.
com.recipe-clipper avatar
Prep It

com.recipe-clipper/prep-it

Search, save, organize, cook, and share recipes with any AI assistant.
com.ryxell avatar
Ryxell

com.ryxell/mcp

Agent search: query-tailored web/news/paper/podcast segments, not full pages or links.
com.saasbrowser avatar
SaaS Browser

com.saasbrowser/saas-browser

Search 400k+ SaaS and software companies by category, technology, country, pricing, and more.