apifyforge/ip-patent-trademark-mcp
Patent and trademark intelligence for AI agents, delivered via the Model Context Protocol. This MCP server connects Claude Desktop, Cursor, Windsurf, and any MCP-compatible client directly to three official IP databases — USPTO PatentsView for U.S.
Platform-specific configuration:
{
"mcpServers": {
"ip-patent-trademark-mcp": {
"command": "npx",
"args": [
"-y",
"ip-patent-trademark-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
> [View on ApifyForge](https://apifyforge.com/actors/mcp-servers/ip-patent-trademark-mcp) | [Use on Apify Store](https://apify.com/ryanclinton/ip-patent-trademark-mcp)
---
Add to your MCP client (Claude Desktop, Cursor, Windsurf):
{
"mcpServers": {
"ip-patent-trademark-mcp": {
"url": "https://ryanclinton--ip-patent-trademark-mcp.apify.actor/mcp"
}
}
}---
Patent and trademark intelligence for AI agents, delivered via the Model Context Protocol. This MCP server connects Claude Desktop, Cursor, Windsurf, and any MCP-compatible client directly to three official IP databases — USPTO PatentsView for U.S. patents, EPO Open Patent Services for European patents, and EUIPO for EU trademarks — with no code required beyond a one-line config entry.
The server exposes 5 tools covering U.S. patent search, European patent search, EU trademark search, and a composite cross-jurisdictional patent analysis that queries both USPTO and EPO in parallel. All three underlying data sources offer free API credentials. This server orchestrates them into a unified IP intelligence layer for your AI workflows.
| Data Point | Source | Example | |---|---|---| | 📄 Patent title | USPTO PatentsView | "Solid-state lithium-ion battery with ceramic separator" | | 🔬 Abstract | USPTO PatentsView | "A method for manufacturing..." | | 👤 Inventor names | USPTO / EPO | "Chen, Wei; Nakamura, Taro" | | 🏢 Assignee / Applicant | USPTO / EPO | "Panasonic Holdings Corporation" | | 📅 Grant / Publication date | USPTO / EPO | "2024-03-12" | | 🗂️ CPC classification codes | USPTO / EPO | "H01M10/0525" (battery technology) | | 🔗 Citation count | USPTO PatentsView | 47 forward citations | | 🌍 Publication country | EPO OPS | EP, DE, FR, GB, NL | | 🏷️ Trademark verbal element | EUIPO | "NEXAFLOW" | | 📦 Nice class | EUIPO | 9, 35, 42 | | ✅ Trademark status | EUIPO | REGISTERED, FILED, OPPO
Loading reviews...