{
  "markdown": "# Patent Intelligence MCP\n\n**Patent intelligence for AI agents** — patent search, USPTO data, patent\nlandscape, technology trends, and **semantic prior-art search** (pgvector) over\nUSPTO PatentsView data.\n\n> Part of the **FoundryNet Data Network**. Every result carries verifiable\n> provenance so you can confirm it was produced by this server, unaltered.\n> See also: **gov-contracts-mcp**, **brand-intel-mcp**.\n\n## Connect\n\n- **MCP endpoint** (Streamable HTTP): `https://patent-intel-mcp-production.up.railway.app/mcp`\n- **MCP registry**: `io.github.FoundryNet/patent-intel-mcp`\n- **Agent card**: `https://patent-intel-mcp-production.up.railway.app/.well-known/agent-card.json`\n\n### Claude Desktop / Cursor / Claude Code\n\n```bash\nclaude mcp add --transport http patent-intel https://patent-intel-mcp-production.up.railway.app/mcp\n```\n\n```json\n{ \"mcpServers\": { \"patent-intel\": { \"url\": \"https://patent-intel-mcp-production.up.railway.app/mcp\" } } }\n```\n\n## Tools\n\n| Tool | Price | What it does |\n|---|---|---|\n| `search_patents` | $0.01 | Search by keyword, assignee, CPC, date, type |\n| `patent_detail` | **free** | Full record: claims, citations, inventors |\n| `company_patents` | $0.01 | Portfolio: count, filing velocity, tech areas, recent filings |\n| `trending_technology` | $0.01 | CPC classes ranked by filing volume, with top assignees |\n| `prior_art_search` | $0.05 | Semantic similarity over abstracts (pgvector) — **premium** |\n| `daily_digest` | $0.05 | Structured daily patent-filing digest |\n| `brief_summary` | $0.50 | Sample slice of the curated daily patent-intel brief |\n| `daily_brief` | $10 | Full curated daily patent-intel brief — **premium** |\n| `mint_info` | **free** | FoundryNet Data Network details |\n\n**Free tier:** 25 paid-tool queries/day per agent (plus free `patent_detail` +\n`mint_info`). Pass `agent_id` to scope your allowance. After that, the tool\nreturns an HTTP-402 with a payment challenge — settle it, then re-call with the\nsame args plus `payment_tx=<reference>`. An `Authorization: Bearer fnet_…` key\nbypasses the paywall.\n\n## How it works\n\nA daily task (~5am PT) ingests patents granted in the last day from the **USPTO\nPatentsView Search API**, maps them to a normalized schema, embeds abstracts with\n**fastembed** (BAAI/bge-small-en-v1.5, local, no API key), and stores them in a\nstandalone Supabase project. `prior_art_search` embeds your query and ranks by\npgvector cosine similarity. A rolling `patent_assignees` summary powers\n`company_patents`.\n\n**Honesty note:** `claims_count` isn't exposed by the PatentsView patent endpoint,\nso it's left null (a future enrichment hook); `citation_count` and the rest come\nstraight from PatentsView.\n\n## Also on\n\nSmithery: `io.github.FoundryNet/patent-intel-mcp`\n\nBuilt by [FoundryNet](https://foundrynet.io?utm_source=github&utm_medium=readme&utm_campaign=patent-intel-mcp) · forge@foundrynet.io\n",
  "bytes": 2886,
  "sha": "61108fd5da98f719bf731274a9d9aff2d459fc3af85d9fabcdaf50ce18ac7b95",
  "repo_slug": "foundrynet/patent-intel-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_foundrynet_patent_intel_mcp_03277d29/readme"
}