# Penguin Random House MCP for AI Agents AI Agent Connect

> Penguin Random House MCP gives your AI agent direct access to one of the world's largest trade book catalogs. You can look up authors, fetch book metadata via ISBN, explore literary categories, and track author tours in real-time. It turns your agent into a research assistant for anything related to the Penguin Random House publishing house.

## Overview
- **Category:** knowledge-management
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_7ZvN5KMQoK4b0ybBSMT7K73WeWRKV9sISKk0Csxu/ai-agent-connect
- **Tags:** books, publishing, authors, isbn-search, literary-database

## Description

Connect this Connector to your AI agent to explore one of the largest trade book catalogs in the world. This connection lets you pull detailed metadata for millions of titles, authors, and literary events through a simple conversation. Instead of digging through multiple retail websites to find a specific publication date, award history, or imprint details, you can let your agent do the heavy lifting. It's designed for people who need professional-grade data, like researchers who need to verify author bios or content creators building out a large database of literary works. You can navigate complex category trees to see how genres are organized or group different book formats, like ebooks and hardcovers, under a single work identifier. This keeps your information organized and accurate. Because Vinkius makes it easy to manage these connections, you can get this set up and start querying the catalog in minutes. It takes the manual work out of book research, giving you the facts you need so you can move on to the next part of your project. Whether you're looking for a specific ISBN or want to see who is currently on tour, the data is always consistent and pulled directly from the source.

## Tools

### list_authors
Use this tool to list authors, illustrators, and narrators. You can filter these by tour status or last initial.

### list_categories
List all book categories using this tool. This is great for seeing the full scope of the library.

### list_events
List upcoming author events with this tool. This keeps you updated on the literary world.

### list_series
List all available book series with this tool. Use this to see what sets are currently in the catalog.

### list_titles
List book editions identified by ISBN with this tool. You can filter these by format or sale dates.

### list_works
List works that group different formats with this tool. This helps keep your data organized.

### predictive_search
Use this tool for predictive search for autocomplete. It helps you find titles or authors faster as you type.

### search
Perform a full-text search using this tool. It includes facets for filtering your results.

### get_category_hierarchy
This tool provides a full view of how book categories and genres are organized. It helps you map out complex literary structures.

### get_series
Use this tool to pull specific details for a particular book series. It is useful for finding all related titles in a set.

### get_title
This tool gets metadata for a specific book edition using its ISBN. It gives you exact sale dates and award status.

### get_work
Get details for a specific work using this tool. It helps you group different formats like ebooks and hardcovers together.

### get_author
Get specific details for a single author with this tool. This is perfect for pulling a bio or specific stats.

## Prompt Examples

**Prompt:** 
```
Who is on tour right now?
```

**Response:** 
```
I found several authors currently on tour. Here are a few:

* **George Saunders**
* **[Author Name]**
* **[Author Name]**

Would you like me to list their specific tour dates or find a specific author's bio?
```

**Prompt:** 
```
Get me the info for ISBN 9780143127741.
```

**Response:** 
```
That ISBN corresponds to **'The Midnight Library'** by Matt Haig. It's a Hardcover edition published under the Viking imprint. It has won several awards and has a high print score.

Would you like the work summary?
```

**Prompt:** 
```
Are there any upcoming book signings in New York?
```

**Response:** 
```
I've retrieved the latest events for the US domain. There are tours scheduled for several bestselling authors this month. Should I list the specific dates and locations for a particular author?
```

## Capabilities

### Fetch book metadata via ISBN
Get sale dates, awards, and formats for specific editions.

### Search the author database
Find narrators and illustrators filtered by tour status.

### Map out book categories
Navigate the full hierarchy of genres and literary groups.

### Track author events
Pull signings and talks from the official tour schedule.

### Group book formats
View different editions of a book as a single work.

## Use Cases

### Mapping a complex library structure
A librarian uses get_category_hierarchy to map out how genres are nested in a new digital archive.

### Tracking author tours
A blogger uses list_events to keep a live calendar of upcoming author signings and talks.

### Populating a book database
A developer uses list_titles to pull specific book editions into a custom content management system.

## Benefits

- Pull exact sale dates and award status for specific editions using get_title.
- Find narrators and illustrators while filtering by tour status with list_authors.
- Group different book formats like ebooks and hardcovers under one ID using list_works.
- Perform full-text searches across the catalog instantly with search.
- See the full scope of the library with a complete category list using list_categories.

## How It Works

The bottom line is you get accurate book data without the manual searching.

1. Subscribe to this Connector in the Vinkius catalog.
2. Add your official Penguin Random House API Key to the configuration.
3. Ask your AI client to search for books, authors, or events.

## Frequently Asked Questions

**Can the Penguin Random House MCP help me find specific book editions?**
Yes, it lets you pull exact metadata for specific editions using their ISBN. This includes details like sale dates and award status.

**How does the Penguin Random House MCP handle different book formats?**
It groups different formats, like ebooks and hardcovers, under a single work identifier to keep your data organized.

**Can I use the Penguin Random House MCP to track author tour dates?**
Yes, it can pull upcoming author events like signings and talks directly from the official tour schedule.

**Is the Penguin Random House MCP good for academic research?**
It is excellent for research because it provides professional-grade metadata directly from the source, ensuring your data is accurate.

**How do I find author biographies with the Penguin Random House MCP?**
You can ask your agent to pull specific details for any author in the catalog, including their bios and tour status.

**Can the Penguin Random House MCP search for specific ISBNs?**
Yes, you can query the catalog using an ISBN to get the complete metadata for that specific book edition.

**What is the difference between a 'Title' and a 'Work' in this server?**
A 'Title' refers to a specific edition (identified by ISBN), while a 'Work' (using `get_work`) groups all formats of that book—like hardcover, paperback, and ebook—under a single record.

**Can I retrieve an author's biography along with their details?**
Yes! When using the `get_author` tool, set the `showBio` parameter to true to include the full author biography in the response.

**How can I find books that are currently on sale or coming soon?**
Use the `list_titles` tool with filters like `showComingSoon` or date ranges `onSaleFrom` and `onSaleTo` to find specific release windows.