Skip to main content
Glama

EPO Register MCP

This repository implements the MVP for an MCP (Model Context Protocol) server that retrieves document metadata from the European Patent Register.

Local setup

  1. Create and activate a virtual environment

    python -m venv .venv source .venv/bin/activate # Windows: .venv\Scripts\activate

  2. Install dependencies

    pip install -U pip pip install -e .[default]

    If you prefer pip installs without pyproject extras:

    pip install pydantic beautifulsoup4 requests playwright fastmcp pytest

  3. Install Playwright browsers (required only for Playwright fallback)

    playwright install chromium

Run the MCP server (requires fastmcp installed)

python -m src.server

If fastmcp is not installed, the module exposes a simple HTTP health endpoint instead:

uvicorn src.server:app --reload --port 8000

Inspecting and calling the tool

  • The MCP tool is named get_ep_register_documents and accepts a single input field: { "applicationNumber": "EP07848397" }

Running tests

pytest -q

Notes

  • No PDF download or dossier download functionality has been implemented.

  • The code intentionally avoids any CAPTCHA solving, stealth plugins, or access-control bypass.

F
license - not found
-
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    A
    quality
    C
    maintenance
    MCP server for searching and retrieving documents, metadata, and files from CERN Document Server (CDS) with optional CERN SSO authentication.
    6
    MIT
  • A
    license
    -
    quality
    C
    maintenance
    MCP server that wraps the official JPO patent information API to enable retrieval of patent, trademark, and design records for known case numbers.
    MIT
  • A
    license
    A
    quality
    A
    maintenance
    MCP server for querying Swiss intellectual property data (trademarks, patents, supplementary protection certificates) from the Swissreg register via natural language.
    11
    MIT

View all related MCP servers

Related MCP Connectors

  • MCP server for AgentDocs (agentdocs.eu): read, search, write, comment on & share Markdown docs.

  • MCP server for French (BOAMP) + EU (TED) public procurement data via TenderAPI.

  • MCP server for fcc-ecfs

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/stwstw93/epo-register-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server