Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
6,000+ web scrapers for your AI agent, start free logo6,000+ web scrapers for your AI agent, start free

Apify gives your agent live web data: 6,000+ prebuilt scrapers and actors, MCP-ready. Sign up free with $5 in usage credits.

Try Apify free
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 48,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

This server doesn't publish a one-line install command. Follow the setup in the source repository.

Summary

Patent search, USPTO data, patent landscape & pgvector prior-art search for agents.

README.md

Patent Intelligence MCP

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. Every result carries verifiable provenance so you can confirm it was produced by this server, unaltered. See also: gov-contracts-mcp, brand-intel-mcp.

Connect

  • MCP endpoint (Streamable HTTP): https://patent-intel-mcp-production.up.railway.app/mcp
  • MCP registry: io.github.FoundryNet/patent-intel-mcp
  • Agent card: https://patent-intel-mcp-production.up.railway.app/.well-known/agent-card.json

Claude Desktop / Cursor / Claude Code

claude mcp add --transport http patent-intel https://patent-intel-mcp-production.up.railway.app/mcp
{ "mcpServers": { "patent-intel": { "url": "https://patent-intel-mcp-production.up.railway.app/mcp" } } }

Tools

| 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.05 | Semantic similarity over abstracts (pgvector) — premium | | daily_digest | $0.05 | Structured daily patent-filing digest | | brief_summary | $0.50 | Sample slice of the curated daily patent-intel brief | | daily_brief | $10 | Full curated daily patent-intel brief — premium | | mint_info | free | FoundryNet Data Network 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, the tool returns an HTTP-402 with a payment challenge — settle it, then re-call with the same args plus payment_tx=<reference>. An Authorization: Bearer fnet_… key bypasses the paywall.

How it works

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.

Also on

Smithery: io.github.FoundryNet/patent-intel-mcp

Built by FoundryNet · forge@foundrynet.io

See related servers & alternatives →

Related MCP servers

Browse all →

Related guides

Hand-picked reading to help you choose and use Vector & Memory servers.