# EPO Open Patent Services MCP for AI Agents AI Agent Connect

> EPO Open Patent Services helps your AI agent navigate the complex world of intellectual property. It pulls live data from the European Patent Office to perform global patent searches, verify legal statuses, and pull bibliographic metadata. Instead of manually digging through patent portals, you can just ask your agent to find specific technologies or check the current standing of a patent.

## Overview
- **Category:** industry-titans
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_wqzFHyOKgMzSsx5wlhmYNM2eKF5r2imr9VlaL9BL/ai-agent-connect
- **Tags:** patent-search, intellectual-property, bibliographic-data, legal-status, innovation-tracking

## Description

Searching for patents usually means juggling dozens of tabs, navigating clunky government portals, and manually copying data into spreadsheets. It’s a tedious process that slows down innovation and makes it easy to miss a critical piece of information. This Connector changes that by giving your AI agent a direct line to the EPO Open Patent Services database. You can now talk to your agent about your IP needs as if you were speaking to a patent consultant. It handles the heavy lifting of searching for published patents, checking if a right is still active, and pulling down the specific metadata you need for your research. Because it's hosted on Vinkius, you can plug it into your existing workflow and get these answers in seconds. It turns a multi-hour research task into a quick conversation, making it much easier to keep track of competitive intelligence or manage your own patent portfolio without the usual headaches of manual data entry.

## Tools

### check_api_status
Verify that the EPO Open Patent Services are online and ready for use.

### get_patent_bibliographic
Retrieve full bibliographic metadata for a specific patent using its Doc ID.

### get_patent_legal_status
Check the current legal standing of a patent publication to see if it's granted or active.

### search_epo_patents
Search for published patents in the EPO database to find specific technologies or companies.

## Prompt Examples

**Prompt:** 
```
Search for patents related to 'hydrogen fuel cells' using EPO OPS.
```

**Response:** 
```
I've found several patents regarding hydrogen fuel cells. Here are the top results:

| Patent ID | Title | Applicant |
| :--- | :--- | :--- |
| EP3456789 | Hydrogen Storage System | TechCorp |
| EP9876543 | Fuel Cell Membrane | EnergyLab |
| EP1122334 | High-Pressure Tank | GasFlow Inc |

Would you like the legal status or full bibliographic data for any of these?
```

**Prompt:** 
```
What is the legal status of patent 'EP1234567'?
```

**Response:** 
```
I've checked the status for EP1234567. It is currently marked as **Granted** and was last updated on [Date]. I can pull the full bibliographic metadata if you need more details.
```

**Prompt:** 
```
Get bibliographic details for Doc ID 'US20230000001'.
```

**Response:** 
```
Here is the metadata for US20230000001:

*   **Title:** [Title]
*   **Applicant:** [Applicant]
*   **Publication Date:** [Date]

I can also check the legal status of this record for you.
```

## Capabilities

### Search published patents
Find specific patents in the EPO database using natural language.

### Check legal status
See if a patent is granted, pending, or expired instantly.

### Pull bibliographic metadata
Get full details like titles and applicants for a specific Doc ID.

### Verify applicant info
Identify who owns a patent to map out competitive landscapes.

### Monitor API health
Check if the EPO connection is active before starting a big research task.

## Use Cases

### Competitor tech landscape mapping
An IP researcher needs to know if a competitor's new battery tech is already patented. They ask the agent to search for 'solid-state battery patents' and summarize the results.

### Portfolio status audit
A patent attorney is auditing a client's portfolio of 500 patents. The agent uses get_patent_legal_status on a list of Doc IDs to flag any that have expired.

### Quick applicant identification
An R&D lead wants to know who owns a specific patent they found in the news. They provide the Doc ID and ask the agent to get the bibliographic data to identify the applicant.

### Automated daily patent briefing
A company wants to monitor new filings in the EV space. The agent runs a search every morning and summarizes new entries in a daily briefing.

## Benefits

- Stop manual portal navigation: Use search_epo_patents to find what you need without ever opening a browser tab or logging into a separate database.
- Instant legal verification: Quickly check if a patent is still valid using get_patent_legal_status to avoid overstepping IP boundaries.
- Automated metadata collection: Pull all the bibliographic details for a list of Doc IDs using get_patent_bibliographic to populate your internal records.
- Faster competitive mapping: Identify applicants and patent titles across thousands of records to see where your competitors are heading.
- Reliable data feeds: Use check_api_status to ensure your automated research workflows stay running without unexpected interruptions.

## How It Works

The bottom line is you get a direct, conversational interface to the world's most authoritative patent data.

1. Subscribe to the Connector and grab your EPO Consumer Key and Secret.
2. Plug those credentials into your AI client.
3. Ask questions about patents or IP status in plain English.

## Frequently Asked Questions

**Can EPO Open Patent Services help me find specific patents?**
Yes, it lets your agent search the EPO database for specific technologies or companies using natural language queries.

**How does EPO Open Patent Services verify patent status?**
It pulls the current administrative status directly from the EPO, so you know for sure if a patent is granted, pending, or expired.

**Can I use EPO Open Patent Services to get applicant names?**
Yes, the tool retrieves bibliographic metadata which includes the names of the patent applicants for any given Doc ID.

**Is EPO Open Patent Services good for competitive research?**
It's great for mapping out a competitor's IP landscape by quickly searching and aggregating patent data into a single view.

**Can EPO Open Patent Services automate my patent audits?**
You can ask your agent to check the legal status of multiple Doc IDs to identify which ones in your portfolio are still active without manual checking.

**What kind of data does EPO Open Patent Services provide?**
It provides titles, applicant information, publication dates, and current legal statuses for global patents in the EPO database.

**How do I find my EPO Credentials?**
Register for an account at the [**EPO OPS developer portal**](https://developers.epo.org/), create an application, and you will receive your Consumer Key and Consumer Secret. Copy and paste them below.

**Does it support legal status checks?**
Yes. The `get_patent_legal_status` tool retrieves the current administrative and legal status metadata for specified patent publications.

**What format is required for Doc IDs?**
The API uses standard EPODOC format (e.g., EP1234567) for patent identifiers across all retrieval tools.