Server data from the Official MCP Registry
Patent search, USPTO data, patent landscape & pgvector prior-art search for agents.
Patent search, USPTO data, patent landscape & pgvector prior-art search for agents.
Remote endpoints: streamable-http: https://patent-intel-mcp-production.up.railway.app/mcp
The Patent Intelligence MCP server is well-structured with proper authentication via Bearer tokens and x402 payment gating. Core security controls are in place: API keys are stored in environment variables, credentials are not hardcoded, and the server implements rate limiting through a free-tier system. However, there are moderate concerns around input validation in query parameters, potential information disclosure in error responses, and limited validation of external API responses from USPTO and Solana RPC endpoints. Permissions are appropriately scoped for a patent data tool. Supply chain analysis found 5 known vulnerabilities in dependencies (1 critical, 3 high severity).
7 files analyzed · 14 issues 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.
Available as Local & Remote
This plugin can run on your machine or connect to a hosted endpoint. during install.
From the project's GitHub README.
Patent intelligence for AI agents — patent search, USPTO data, patent landscape, technology trends, and semantic prior-art search (pgvector) over USPTO PatentsView data.
Part of the FoundryNet Data Network. Attest your agent's research with MINT Protocol for verifiable, on-chain proof of work. See also: gov-contracts-mcp, brand-intel-mcp.
Live MCP endpoint (Streamable HTTP):
https://patent-intel-mcp-production.up.railway.app/mcp
| Tool | Price | What it does |
|---|---|---|
search_patents | $0.01 | Search by keyword, assignee, CPC, date, type |
patent_detail | free | Full record: claims, citations, inventors |
company_patents | $0.01 | Portfolio: count, filing velocity, tech areas, recent filings |
trending_technology | $0.01 | CPC classes ranked by filing volume, with top assignees |
prior_art_search | $0.02 | Semantic similarity over abstracts (pgvector) — premium |
daily_digest | $0.02 | Structured daily patent-filing digest |
mint_info | free | FoundryNet Data Network + MINT Protocol details |
Free tier: 25 paid-tool queries/day per agent (plus free patent_detail +
mint_info). Pass agent_id to scope your allowance. After that, x402: the tool
returns an HTTP-402 with a payment memo — send the USDC on Solana with that memo,
then re-call with the same args plus payment_tx=<signature>. An
Authorization: Bearer fnet_… key bypasses the paywall.
A daily task (~5am PT) ingests patents granted in the last day from the USPTO
PatentsView Search API, maps them to a normalized schema, embeds abstracts with
fastembed (BAAI/bge-small-en-v1.5, local, no API key), and stores them in a
standalone Supabase project. prior_art_search embeds your query and ranks by
pgvector cosine similarity. A rolling patent_assignees summary powers
company_patents.
Honesty note: claims_count isn't exposed by the PatentsView patent endpoint,
so it's left null (a future enrichment hook); citation_count and the rest come
straight from PatentsView.
Smithery: @foundrynet/patent-intel · MCP registry: io.github.FoundryNet/patent-intel-mcp
{ "mcpServers": { "patent-intel": { "url": "https://patent-intel-mcp-production.up.railway.app/mcp" } } }
Built by FoundryNet · hello@foundrynet.io
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
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.