Server data from the Official MCP Registry
Search 200M+ patents and 216M+ scientific papers using natural language and structured filters.
Search 200M+ patents and 216M+ scientific papers using natural language and structured filters.
Remote endpoints: streamable-http: https://connect.patsnap.com/2b0355/logic-mcp?apikey={api_key}
Valid MCP server (8 strong, 3 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry. 1 finding(s) downgraded by scanner intelligence.
Endpoint verified · Open access · 1 issue found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Remote Plugin
No local installation needed. Your AI client connects to the remote endpoint directly.
Add this to your MCP configuration to connect:
{
"mcpServers": {
"io-github-patsnap-patent-literature-search-mcp": {
"url": "https://connect.patsnap.com/2b0355/logic-mcp?apikey={api_key}"
}
}
}From the project's GitHub README.
Search 200M+ patents and scientific literature in natural language, directly inside Claude, Cursor, or any MCP-compatible AI tool. Powered by Patsnap's proprietary R&D intelligence database.
Patsnap is a global innovation intelligence platform covering 200M+ patents across 170+ jurisdictions (USPTO, EPO, WIPO and more), 216M+ scientific papers, and R&D data.
To explore Patsnap data interactively, try Eureka, Patsnap's AI-native R&D assistant. To access data programmatically, use the MCP servers or REST API via Patsnap Open Platform.
Patent & Literature Search MCP gives your AI agent direct access to Patsnap's patent and academic literature databases — searchable together in a single query, in natural language, without switching tools or learning Boolean syntax.
Register at Patsnap Open Platform and generate a free API key from the Patent & Literature Search MCP page. New accounts include 10,000 free credits. No credit card required.
claude mcp add --transport http search-tool \
"https://connect.patsnap.com/2b0355/logic-mcp?apikey=YOUR_API_KEY"
Restart Claude Code and type /mcp to confirm it loaded.
Add the following to your MCP configuration file:
{
"mcpServers": {
"patsnap_patent_literature": {
"url": "https://connect.patsnap.com/2b0355/logic-mcp?apikey=YOUR_API_KEY",
"type": "streamableHttp"
}
}
}
Replace YOUR_API_KEY with your key from Patsnap Open Platform.
The repository includes a local stdio bridge for environments that
install or deploy MCP servers from source. It exposes static tool
definitions without credentials and forwards tool calls to the hosted
Patsnap Streamable HTTP service when PATSNAP_API_KEY is configured.
docker build -t patsnap-patent-literature-search .
docker run --rm -i \
-e PATSNAP_API_KEY=YOUR_API_KEY \
patsnap-patent-literature-search
MCP client configuration:
{
"mcpServers": {
"patsnap_patent_literature": {
"command": "docker",
"args": [
"run",
"--rm",
"-i",
"-e",
"PATSNAP_API_KEY",
"ghcr.io/patsnap/patent-literature-search-mcp:latest"
],
"env": {
"PATSNAP_API_KEY": "YOUR_API_KEY"
}
}
}
}
The GitHub Actions workflow publishes version tags such as v1.1.0
to GHCR as both 1.1.0 and latest.
An optional live upstream check can be run manually from GitHub
Actions. Add PATSNAP_TEST_API_KEY as a repository Actions secret,
start the workflow with Run workflow, and enable
run_upstream. Pull requests never receive or use this secret.
patsnap_search — Search either patents or scientific literature in a
request. Supports natural-language and semantic queries, precise keyword
and BM25-based text search, and filters such as assignee, inventor, IPC
classification, legal status, jurisdiction, date range, and citations.
Call it once per source when both corpora are required.patsnap_fetch — Retrieve a patent or literature record as Markdown using
one or more result URLs. Patent records can also be fetched by publication
number and may include bibliographic data, claims, descriptions, drawings,
citations, legal data, and patent-family data. Literature records include
core bibliographic and abstract metadata.Requires Node.js 20 or newer.
npm ci
npm test
npm start
The test suite verifies:
initialize and tools/list handshake.To verify the container locally:
docker build -t patent-literature-search-mcp:test .
npm run test:docker
The server writes MCP JSON-RPC only to stdout. Application errors are returned as MCP tool results, and credentials are never included in logs.
After claiming the server on Glama:
Dockerfile.PATSNAP_API_KEY as a secret deployment environment variable.node src/index.js as the command if Glama does not infer the
Dockerfile CMD.What is Tesla actually working on in battery technology — show me
their recent patent filings, group by technology area, and identify
who is leading each.
Which GLP-1 receptor agonist patents are expiring before 2028,
and what does recent literature say about next-generation mechanisms?
My EV battery loses 40% range in cold weather. What technical
solutions exist in patents and academic papers?
Apache-2.0
Powered by Patsnap. Innovate with Confidence.
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.