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

Open Library

pipeworx-io/mcp-open-library
6 toolsHTTPregistry active
Summary

Connects Claude to the Internet Archive's Open Library API for querying book metadata, author information, and bibliographic data. The source doesn't list specific tools, but this is part of Pipeworx's gateway approach where you can ask questions in plain English using ask_pipeworx instead of calling individual tools directly. It handles tool selection and argument mapping automatically. Useful when you need to look up ISBNs, search for books by title or author, or pull catalog data without manually constructing API calls. Available as a standalone endpoint or through the full Pipeworx gateway that bundles 250+ data sources.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
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 →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
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 →

Tools

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

6 tools
get_book_by_titleSearch for a book by its title on Open Library.1 params

Search for a book by its title on Open Library.

Parameters* required
titlestring
The title of the book to search for.
get_authors_by_nameSearch for author information on Open Library.1 params

Search for author information on Open Library.

Parameters* required
namestring
The name of the author to search for.
get_author_infoGet detailed information for a specific author using their Open Library Author Key (e.g. OL23919A).1 params

Get detailed information for a specific author using their Open Library Author Key (e.g. OL23919A).

Parameters* required
author_keystring
The Open Library key for the author (e.g., OL23919A).
get_author_photoGet the URL for an author's photo using their Open Library Author ID (OLID e.g. OL23919A).1 params

Get the URL for an author's photo using their Open Library Author ID (OLID e.g. OL23919A).

Parameters* required
olidstring
The Open Library Author ID (OLID) for the author (e.g. OL23919A).
get_book_coverGet the URL for a book's cover image using a key (ISBN, OCLC, LCCN, OLID, ID) and value.3 params

Get the URL for a book's cover image using a key (ISBN, OCLC, LCCN, OLID, ID) and value.

Parameters* required
keystring
The type of identifier used (ISBN, OCLC, LCCN, OLID, ID).one of ISBN · OCLC · LCCN · OLID · ID
sizestring
The desired size of the cover (S, M, or L).one of S · M · L
valuestring
The value of the identifier.
get_book_by_idGet detailed information about a book using its identifier (ISBN, LCCN, OCLC, OLID).2 params

Get detailed information about a book using its identifier (ISBN, LCCN, OCLC, OLID).

Parameters* required
idTypestring
The type of identifier used (ISBN, LCCN, OCLC, OLID).one of isbn · lccn · oclc · olid
idValuestring
The value of the identifier.

mcp-open-library

Open Library MCP — Internet Archive's open book metadata

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

Tools

ToolDescription

Quick Start

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

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

Or connect to the full Pipeworx gateway for access to all 673+ 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 Open Library data" })

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

More

  • All tools and guides
  • pipeworx.io

License

MIT

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
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 →
Registryactive
TransportHTTP
UpdatedMay 12, 2026
View on GitHub

More from pipeworx-io

  • Open Meteo
  • Open Notify
  • Openaire
  • Openaq
  • Opencages
  • Opencellid
  • Opencitations
  • Opendata Canada
  • Opendata Swiss
  • Opendatasoft
  • Openfda
  • Openfema
  • Openfigi
  • Openfoodfacts
  • Openparliament Ca
  • Openreview
  • Openrouteservice
  • Opensea
  • Openstates
  • Opentargets
  • Opentopodata
  • Opentopography
  • Openverse
  • Orcid