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
pipeworx-io avatar

Catalogueoflife

pipeworx-io/mcp-catalogueoflife
HTTPregistry active
Summary

Connects Claude to the Catalogue of Life's 2.2 million accepted species names through eight focused tools. You get exact name matching, taxonomic search, full classification chains from kingdom down to species, vernacular names, synonyms, and child taxa lookups. Runs through Pipeworx's gateway, which means you can either call tools directly or use ask_pipeworx to query in plain English and let it route to the right endpoint. Useful when you need authoritative taxonomic data for species identification, building phylogenetic tools, or validating scientific names against a maintained global index.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
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 →
Put your SEO on autopilot
Put your SEO on autopilot
An agent that runs the SEO playbooks that move rankings and ships PRs you control.
Get founding access →
Vibe Prospecting MCPVibe Prospecting MCP
Vibe Prospecting MCP
Connect Claude to +800M contacts, +150M companies. Find & Enrich leads in chat.
Try For Free →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
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 →
Put your SEO on autopilot
Put your SEO on autopilot
An agent that runs the SEO playbooks that move rankings and ships PRs you control.
Get founding access →
Vibe Prospecting MCPVibe Prospecting MCP
Vibe Prospecting MCP
Connect Claude to +800M contacts, +150M companies. Find & Enrich leads in chat.
Try For Free →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →

@pipeworx/catalogueoflife

Catalogue of Life MCP — the global taxonomic index of known species (~2.2 M accepted names). Wraps the ChecklistBank API that backs COL. Keyless.

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

The default dataset is 3LR (the latest COL release). Pass dataset to override (e.g. 3 for the editorial-state COL dataset, or any ChecklistBank dataset key).

Tools

  • search(query, dataset?, limit?, offset?, rank?, status?) — name-usage search
  • name_match(scientific_name, dataset?, authorship?) — exact-name match (returns 0/1 hit + suggestions)
  • usage(id, dataset?) — single name-usage by id
  • taxon(id, dataset?) — taxon by id
  • classification(id, dataset?) — taxonomic classification chain (kingdom → species)
  • vernacular(id, dataset?) — vernacular (common) names for a taxon
  • synonyms(id, dataset?) — synonyms of a taxon
  • children(id, dataset?, limit?) — direct child taxa

Data source

https://api.checklistbank.org/dataset/{key}/...

Quick Start

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

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

What this endpoint actually serves

tools/list at https://gateway.pipeworx.io/catalogueoflife/mcp returns the tools in the table above plus the shared Pipeworx meta-tools — ask_pipeworx, discover_tools, search_within, remember/recall and the rest of the gateway-wide set. So the tool count you see is larger than this table: a single-pack endpoint currently lists roughly 30 shared tools alongside the pack's own. The connection's initialize response states its exact scope, and is the authoritative answer for a given day.

This is deliberate, not multiplexing by accident. The meta-tools are what let a scoped connection answer a question this pack does not cover — via ask_pipeworx, which routes across the whole catalog — without you adding a second MCP server. There is currently no way to mount a pack endpoint without them; if the extra schemas cost you more context than the routing is worth, connect to the full gateway once rather than to several pack endpoints.

Or connect to the full Pipeworx gateway to get every pack's tools listed directly, instead of just this one's:

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

Both URLs reach the same gateway and the same 1476+ data sources. The only difference is which pack's tools are listed directly; ask_pipeworx reaches all of them from either one.

Using with ask_pipeworx

Instead of calling tools directly, you can ask questions in plain English — this works on the pack endpoint above as well as on the full gateway:

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

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

More

  • Docs and guides
  • pipeworx.io

License

MIT

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
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 →
Put your SEO on autopilot
Put your SEO on autopilot
An agent that runs the SEO playbooks that move rankings and ships PRs you control.
Get founding access →
Vibe Prospecting MCPVibe Prospecting MCP
Vibe Prospecting MCP
Connect Claude to +800M contacts, +150M companies. Find & Enrich leads in chat.
Try For Free →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Categories
Search & Web Crawling
Registryactive
TransportHTTP
UpdatedMay 14, 2026
View on GitHub

More from pipeworx-io

  • Cfpb
  • Clickup
  • Cms
  • Congress
  • Crates
  • crossref
  • Data360
  • Devdocs Io
  • Devto
  • dnd5e
  • Dockerhub
  • dogceo
  • econdata
  • Epa Echo
  • Epa Emissions
  • exchange
  • Fas
  • fda
  • Flickr Public
  • Folketinget Dk
  • Foodish
  • Freshdesk
  • gamedeals
  • Gemini Crypto

Related Search & Web Crawling MCP Servers

View all →
pipeworx-io avatar
Clinicaltables

io.github.pipeworx-io/clinicaltables

NIH Clinical Tables: ICD-10/9, RxTerms, LOINC, NPI, conditions search. Keyless.
pipeworx-io avatar
Commons Wikimedia

io.github.pipeworx-io/commons-wikimedia

Wikimedia Commons file/image/audio/video search via MediaWiki Action API
pipeworx-io avatar
Deezer

io.github.pipeworx-io/deezer

Deezer public music catalog (search/tracks/albums/artists/charts)
pipeworx-io avatar
Europepmc

io.github.pipeworx-io/europepmc

Europe PubMed Central — biomedical literature search and full text
pipeworx-io avatar
Frinkiac

io.github.pipeworx-io/frinkiac

Quote-based screencap search for Simpsons, Futurama, Rick and Morty
pipeworx-io avatar
Gov Uk Content

io.github.pipeworx-io/gov-uk-content

GOV.UK Content + Search APIs (every gov.uk page + full search)