MCP App Store

Overview

GoVeda Patent helps users search global patent records, retrieve patent content by publication number, find prior art for known patents, and generate AI-assisted novelty reports. Use it for patentability review, freedom-to-operate research, or patent landscape exploration. Results can include ranked patent matches, abstracts, claims, descriptions, dates, parties, legal status, citations, family data, CPC/IPC classifications, and standardized assignee names.

Tools

batch_get_patents

ChatGPT
Get content of multiple patents at once. More efficient than calling get_patent repeatedly. Use 'sections' to request only the parts needed. Available sections: abstract, claims, description, dates, parties, classifications, legal_status, citations, family. Use 'all' for everything. Choose sections based on user intent: - Patent overview → abstract,dates (default) - Detailed comparison → abstract,claims,description - Inventor/assignee comparison → parties - Legal/expiry status → legal_status,dates - Related patents → citations,family - Everything → all Always returns: publication_number, url, title (regardless of sections). Cost: 1 credit per patent.

batch_get_patents

ChatGPT
Get content of multiple patents at once. More efficient than calling get_patent repeatedly. Use 'sections' to request only the parts needed. Available sections: abstract, claims, description, dates, parties, classifications, legal_status, citations, family. Use 'all' for everything. Choose sections based on user intent: - Patent overview → abstract,dates (default) - Detailed comparison → abstract,claims,description - Inventor/assignee comparison → parties - Legal/expiry status → legal_status,dates - Related patents → citations,family - Everything → all Always returns: publication_number, url, title (regardless of sections). Cost: 1 credit per patent.

generate_novelty_report

ChatGPT
Generate a novelty/patentability assessment for an invention idea. Submits async report. NOT for: simple patent search (use semantic_patent_search). Cost: 720 credits. Ask user to confirm before running. Async: returns report_id immediately. Poll with get_report_status. 5-15 minutes typical. IMPORTANT: The report is AI-assisted and is NOT legal advice. Always inform the user that results should be reviewed by a qualified patent attorney.

generate_novelty_report

ChatGPT
Generate a novelty/patentability assessment for an invention idea. Submits async report. NOT for: simple patent search (use semantic_patent_search). Cost: 720 credits. Ask user to confirm before running. Async: returns report_id immediately. Poll with get_report_status. 5-15 minutes typical. IMPORTANT: The report is AI-assisted and is NOT legal advice. Always inform the user that results should be reviewed by a qualified patent attorney.

get_patent

ChatGPT
Get content of a specific patent by publication number. Use 'sections' to request only the parts needed. Available sections: abstract, claims, description, dates, parties, classifications, legal_status, citations, family. Use 'all' for everything. Choose sections based on user intent: - Patent overview → abstract,dates (default) - Detailed technical analysis → abstract,claims,description - Who invented/owns it → parties - Legal/expiry status → legal_status,dates - Related patents → citations,family - Everything → all NOT for: topic search (use semantic_patent_search), multiple patents (use batch_get_patents). Always returns: publication_number, url, title (regardless of sections). Cost: 1 credit per patent.

get_patent

ChatGPT
Get content of a specific patent by publication number. Use 'sections' to request only the parts needed. Available sections: abstract, claims, description, dates, parties, classifications, legal_status, citations, family. Use 'all' for everything. Choose sections based on user intent: - Patent overview → abstract,dates (default) - Detailed technical analysis → abstract,claims,description - Who invented/owns it → parties - Legal/expiry status → legal_status,dates - Related patents → citations,family - Everything → all NOT for: topic search (use semantic_patent_search), multiple patents (use batch_get_patents). Always returns: publication_number, url, title (regardless of sections). Cost: 1 credit per patent.

get_report_patent_analysis

ChatGPT
Get detailed analysis for specific patents from a completed novelty report. Pass patent publication numbers from the patent_directory in get_report_summary. Returns the full analysis for each patent including relevance explanation, novelty features, blocking potential, and key differences. Max 10 patents per call. Pass as a list of publication number strings. Only works when report status is 'completed'. Use get_report_status to check first. This tool call is free — it does not consume any credits.

get_report_patent_analysis

ChatGPT
Get detailed analysis for specific patents from a completed novelty report. Pass patent publication numbers from the patent_directory in get_report_summary. Returns the full analysis for each patent including relevance explanation, novelty features, blocking potential, and key differences. Max 10 patents per call. Pass as a list of publication number strings. Only works when report status is 'completed'. Use get_report_status to check first. This tool call is free — it does not consume any credits.

get_report_status

ChatGPT
Check the current status and progress of a novelty report. Pass the report_id from generate_novelty_report. Returns status and progress details only — use get_report_summary for the full assessment once status is 'completed'. Polling guidance: wait 30s if pending/searching/analyzing_query/analyzing_final, wait 60s if analyzing_patents. This tool call is free — it does not consume any credits.

get_report_status

ChatGPT
Check the current status and progress of a novelty report. Pass the report_id from generate_novelty_report. Returns status and progress details only — use get_report_summary for the full assessment once status is 'completed'. Polling guidance: wait 30s if pending/searching/analyzing_query/analyzing_final, wait 60s if analyzing_patents. This tool call is free — it does not consume any credits.

get_report_summary

ChatGPT
Get the executive summary and patent directory of a completed novelty report. Returns the full patentability assessment (verdict, threats, recommendations) plus a lightweight directory of all analyzed patents (title, relevance score). Use get_report_patent_analysis to dig into specific patents from the directory. Only works when report status is 'completed'. Use get_report_status to check first. This tool call is free — it does not consume any credits. IMPORTANT: The report is AI-assisted and is NOT legal advice. Always show the disclaimer field to the user.

get_report_summary

ChatGPT
Get the executive summary and patent directory of a completed novelty report. Returns the full patentability assessment (verdict, threats, recommendations) plus a lightweight directory of all analyzed patents (title, relevance score). Use get_report_patent_analysis to dig into specific patents from the directory. Only works when report status is 'completed'. Use get_report_status to check first. This tool call is free — it does not consume any credits. IMPORTANT: The report is AI-assisted and is NOT legal advice. Always show the disclaimer field to the user.

get_search_status

ChatGPT
Check status of a search or prior art analysis. Returns results if completed. Pass the search_id from semantic_patent_search or prior_art_search. If status is in_progress, wait 30s and retry. Results include publication_number, title, relevance score, and URL. This tool call is free — it does not consume any credits.

get_search_status

ChatGPT
Check status of a search or prior art analysis. Returns results if completed. Pass the search_id from semantic_patent_search or prior_art_search. If status is in_progress, wait 30s and retry. Results include publication_number, title, relevance score, and URL. This tool call is free — it does not consume any credits.

get_usage

ChatGPT
Check remaining GoVeda patent credit balance and billing period details. This tool call is free — it does not consume any credits.

get_usage

ChatGPT
Check remaining GoVeda patent credit balance and billing period details. This tool call is free — it does not consume any credits.

lookup_classifications

ChatGPT
Look up CPC/IPC patent classification codes by keyword or technology description. USE FOR: finding the correct CPC/IPC codes to use as filters in semantic_patent_search or prior_art_search. NOT FOR: searching patents directly (use semantic_patent_search). Uses the classification DB's default search (exact-symbol boost + semantic vector search in parallel). Results are ranked by relevance; score and match_type are surfaced so the agent can reason about match confidence. Supports both precise code lookups (e.g., 'H01L') and natural language descriptions (e.g., 'semiconductor chip packaging'). This tool call is free — it does not consume any credits.

lookup_classifications

ChatGPT
Look up CPC/IPC patent classification codes by keyword or technology description. USE FOR: finding the correct CPC/IPC codes to use as filters in semantic_patent_search or prior_art_search. NOT FOR: searching patents directly (use semantic_patent_search). Uses the classification DB's default search (exact-symbol boost + semantic vector search in parallel). Results are ranked by relevance; score and match_type are surfaced so the agent can reason about match confidence. Supports both precise code lookups (e.g., 'H01L') and natural language descriptions (e.g., 'semiconductor chip packaging'). This tool call is free — it does not consume any credits.

lookup_party

ChatGPT
Look up standardized assignee (company) names for use as exact-match values in the assignees filter of search_conditions. USE FOR: resolving a free-text company name (e.g., 'Qualcomm') into the canonical name(s) actually stored on patent records, before passing them to semantic_patent_search or prior_art_search via search_conditions. NOT FOR: looking up inventor names — assignee/company names only. WHY THIS IS REQUIRED: the assignees filter is an exact-string match. Variants like 'Qualcomm', 'Qualcomm Inc.', 'QUALCOMM INCORPORATED' refer to the same entity but only one form is stored. Always look up first. Hierarchy expansion (expand_hierarchy=true): resolves the ultimate corporate owner and returns all subsidiary names in all_names. Pass the full all_names list as the value of an assignees filter to cover an entire corporate group. Hierarchy is only available for entities in the curated dictionary (mostly Russell 3000 / S&P 500 / Nikkei 225 / DAX 40 corporations). Input: free-text company name in any language. Use the full official name — common abbreviations may not match. This tool call is free — it does not consume any credits.

lookup_party

ChatGPT
Look up standardized assignee (company) names for use as exact-match values in the assignees filter of search_conditions. USE FOR: resolving a free-text company name (e.g., 'Qualcomm') into the canonical name(s) actually stored on patent records, before passing them to semantic_patent_search or prior_art_search via search_conditions. NOT FOR: looking up inventor names — assignee/company names only. WHY THIS IS REQUIRED: the assignees filter is an exact-string match. Variants like 'Qualcomm', 'Qualcomm Inc.', 'QUALCOMM INCORPORATED' refer to the same entity but only one form is stored. Always look up first. Hierarchy expansion (expand_hierarchy=true): resolves the ultimate corporate owner and returns all subsidiary names in all_names. Pass the full all_names list as the value of an assignees filter to cover an entire corporate group. Hierarchy is only available for entities in the curated dictionary (mostly Russell 3000 / S&P 500 / Nikkei 225 / DAX 40 corporations). Input: free-text company name in any language. Use the full official name — common abbreviations may not match. This tool call is free — it does not consume any credits.

start_free_trial

ChatGPT
Activate a 14-day free trial with 10,000 credits. Call this when prompted after a tool returns FREE_TRIAL_AVAILABLE. Only available for new users who haven't used a free trial before. This tool call is free — it does not consume any credits.

start_free_trial

ChatGPT
Activate a 14-day free trial with 10,000 credits. Call this when prompted after a tool returns FREE_TRIAL_AVAILABLE. Only available for new users who haven't used a free trial before. This tool call is free — it does not consume any credits.

Capabilities

Writes

Example Prompts

Click any prompt to copy it.

App Stats

26

Tools

3

Prompts

ChatGPT

Platforms

Works with

ChatGPT

Data refreshed daily