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

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 →
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.

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 →
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 →
Registryactive
TransportHTTP
UpdatedMay 12, 2026
View on GitHub