Patent Intelligence MCP
Server Details
Patent search, USPTO data, patent landscape & pgvector prior-art search for agents.
- Status
- Unhealthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- FoundryNet/patent-intel-mcp
- GitHub Stars
- 0
- Server Listing
- Patent Intelligence MCP
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Average 3.9/5 across 9 of 9 tools scored. Lowest: 3.1/5.
Most tools have clearly distinct purposes, but daily_brief and daily_digest overlap slightly in scope (both daily summaries), and search_patents, prior_art_search, and company_patents all involve patent search but are differentiated by input and output. Overall, an agent could distinguish them with careful reading.
Tool names are all snake_case, but they mix noun_noun (patent_detail), adjective_noun (daily_brief), verb_noun (search_patents), and gerund_noun (trending_technology). The pattern is inconsistent, though each name is descriptive and understandable.
With 9 tools, the count is well-scoped for a patent intelligence server. Each tool serves a distinct and valuable function without redundancy or excessive granularity.
The tool set covers core patent intelligence needs: search, detail, company portfolio, trends, prior art, and daily summaries. Missing features like citation tracking or patent family support are not critical for the stated purpose, so only a minor gap.
Available Tools
9 toolsbrief_summaryInspect
Get the top 5 signals from today's brief as structured JSON — a cheap sample of the full daily_brief. Returns the day's highest-priority items (no prose) so an agent can decide whether to buy the full brief.
PAID: $0.50 (vs the full daily_brief price). Defaults to today (UTC). On a 402, settle the returned payment challenge and re-call with the SAME args plus payment_tx=. An Authorization: Bearer fnet_ key bypasses payment.
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | brief date YYYY-MM-DD (default today, UTC). | |
| agent_id | No | stable id for your agent (scopes the free-tier counter). | |
| payment_tx | No | payment transaction reference, when re-calling after a 402. |
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
company_patentsInspect
Patent portfolio for a company/assignee — total count, 90-day filing velocity, primary technology areas (CPC), and recent filings. Patent landscape + competitive IP intelligence.
PAID: $0.01 per query after the daily free allowance (25/day). On a 402, settle the returned payment challenge and re-call with the SAME args plus payment_tx=. An Authorization: Bearer fnet_ key bypasses it.
| Name | Required | Description | Default |
|---|---|---|---|
| agent_id | No | stable id for your agent (scopes the free-tier counter). | |
| days_back | No | optionally restrict recent filings to the last N days. | |
| payment_tx | No | payment transaction reference, when re-calling after a 402. | |
| company_name | Yes | assignee/company name, partial match (e.g. "Qualcomm"). |
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
daily_briefInspect
The curated daily patent-intel brief — the day's most significant patent activity in one package: the most significant recent filings, filing-velocity anomalies (assignees with unusual recent filing spikes), trending CPC classification codes, and major assignee activity. Each brief carries a provenance attestation so a buyer can verify it was produced by this server, unaltered.
PAID: $10 per brief. Defaults to today (UTC); a brief expires at the next midnight UTC. On a 402, settle the returned payment challenge and re-call with the SAME args plus payment_tx=. An Authorization: Bearer fnet_ key bypasses payment.
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | brief date YYYY-MM-DD (default today, UTC). | |
| agent_id | No | stable id for your agent (scopes the free-tier counter). | |
| payment_tx | No | payment transaction reference, when re-calling after a 402. | |
| stripe_token | No | Stripe Checkout Session id (cs_…), when re-calling after paying the Stripe payment link (alternative to x402). Can also be supplied via the X-Stripe-Token header. |
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
daily_digestInspect
Structured daily patent-filing digest — what published/granted in the last day, with top CPC classes, top assignees, and the patent list. Optionally scoped to a CPC class or an assignee.
PAID: $0.02 per query after the daily free allowance (25/day). On a 402, settle the returned payment challenge and re-call with the SAME args plus payment_tx=. An Authorization: Bearer fnet_ key bypasses it.
| Name | Required | Description | Default |
|---|---|---|---|
| agent_id | No | stable id for your agent (scopes the free-tier counter). | |
| assignee | No | optional assignee/company name to scope the digest. | |
| cpc_code | No | optional CPC class/subclass prefix to scope the digest. | |
| payment_tx | No | payment transaction reference, when re-calling after a 402. |
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
mint_infoInspect
FoundryNet Data Network info. FREE.
Returns provenance/attestation details for this server's results and the sister data servers (gov-contracts-mcp, brand-intel-mcp).
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
patent_detailInspect
Full record for a single patent — title, abstract, inventors, assignee, CPC codes, claims count, citation count, filing/grant dates. FREE.
| Name | Required | Description | Default |
|---|---|---|---|
| patent_number | Yes | the USPTO patent number from a search result. |
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
prior_art_searchInspect
Prior-art search: find patents semantically similar to a free-text invention description, using pgvector cosine similarity over patent abstract embeddings. The premium IP-research tool.
PAID: $0.02 per query after the daily free allowance (25/day). On a 402, settle the returned payment challenge and re-call with the SAME args plus payment_tx=. An Authorization: Bearer fnet_ key bypasses it.
| Name | Required | Description | Default |
|---|---|---|---|
| agent_id | No | stable id for your agent (scopes the free-tier counter). | |
| payment_tx | No | payment transaction reference, when re-calling after a 402. | |
| description | Yes | free-text description of the invention / claim to match. | |
| max_results | No | number of similar patents to return (1-50, default 10). |
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
search_patentsInspect
Search U.S. patents (USPTO PatentsView) by keyword, assignee, CPC class, date range, or type. Patent search for IP and technology-landscape research, sorted newest-first, with title, abstract, assignee, and CPC codes.
PAID: $0.01 per query after a daily free allowance (25/day). On a 402, settle the returned payment challenge and re-call with the SAME args plus payment_tx=. Pass agent_id to scope your allowance; an Authorization: Bearer fnet_ key bypasses the paywall.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | max rows (1-100, default 25). | |
| date_to | No | ISO date "YYYY-MM-DD"; grant_date on/before. | |
| keyword | No | free-text matched against title + abstract. | |
| agent_id | No | stable id for your agent (scopes the free-tier counter). | |
| assignee | No | assignee/company name, partial match. | |
| cpc_code | No | CPC class/subclass prefix, e.g. "H04L" or "G06N". | |
| date_from | No | ISO date "YYYY-MM-DD"; grant_date on/after. | |
| payment_tx | No | payment transaction reference, when re-calling after a 402. | |
| patent_type | No | "utility", "design", or "plant". |
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
trending_technologyInspect
Which technology areas are heating up — CPC classes ranked by recent patent filing volume, each with a section description and its top assignees. Technology-trend and patent-landscape signal.
PAID: $0.01 per query after the daily free allowance (25/day). On a 402, settle the returned payment challenge and re-call with the SAME args plus payment_tx=. An Authorization: Bearer fnet_ key bypasses it.
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | look-back window in days (1-365, default 30). | |
| agent_id | No | stable id for your agent (scopes the free-tier counter). | |
| payment_tx | No | payment transaction reference, when re-calling after a 402. | |
| min_filings | No | only include CPC classes with at least this many filings. |
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Servers
- Alicense-qualityDmaintenanceAI-powered patent search and analysis across 220M+ global patents. Semantic search, prior art discovery, novelty/patentability reports, and patent content retrieval.Last updatedApache 2.0
- Flicense-qualityBmaintenanceUS patent search, full-text retrieval, claim extraction, citation graph, and weekly grant alerts for R\&D, biotech, and IP-law audiences.Last updated
- AlicenseAqualityDmaintenanceProvides AI agents with access to US patent data through 16 tools for search, citation analysis, technology trends, and portfolio comparisons via the free USPTO PatentsView API.Last updated15MIT
- Alicense-qualityBmaintenanceProvides access to USPTO patent and patent application data through multiple APIs, enabling search, retrieval, and analysis of patents, PTAB proceedings, and litigation data via natural language.Last updated68MIT
Your Connectors
Sign in to create a connector for this server.