streamable-httpupdated 4mo ago
AI-powered patent infringement intelligence. Find products and technical standards that potentially infringe your patent using 9 AI models in parallel.
What can you do with ClaimHit?
ClaimHit MCP Server
AI-powered patent infringement intelligence. Find products and technical standards that potentially infringe your patent using 9 AI models in parallel.
MCP Server URL
Authentication
API key via query parameter: ?api_key=ch_live_xxx
Get a free API key at claimhit.com/claimhit/account
Available Tools
claimhit_search— search for infringing products or standardsclaimhit_generate_chart— generate an AI claim chart for a targetclaimhit_get_history— retrieve past searchesclaimhit_get_result— fetch full results by search IDclaimhit_get_credits— check remaining creditsclaimhit_rerun_search— re-run a previous search
Scoring Methodology
Results are scored across four independent factors:
- Model Consensus — how many of the 9 models independently flagged the target
- Claim Coverage — which claim elements are matched, weighted toward inventive steps
- Evidence Strength — specific datasheets and FCC filings score higher than inferences
- Functional Equivalence — doctrine of equivalents proxy
Full methodology at claimhit.com/methodology
SEP Analysis
Standards mode searches published specifications from 3GPP, IEEE, ETSI, ITU-T and IETF.
About
Built by Scintillation Research and Analytics Services Pvt. Ltd.
Homepage: claimhit.com
Troubleshooting
Authentication failed
Ensure your API key starts with ch_live_ and is active. Generate a new key at claimhit.com/claimhit/account → Developer tab.
No results returned
Check your credit balance using claimhit_get_credits. Purchase additional credits at claimhit.com/claimhit/credits.
Patent not found Ensure the patent number includes the kind code (e.g. US10123456B2, not US10123456).
Support Email hello@claimhit.com with your request ID for any issues.
Install
Add ClaimHit to your client. Pick the one you use.
claude mcp add --transport http claimhit https://www.claimhit.com/api/mcpcodex mcp add claimhit --url https://www.claimhit.com/api/mcp{
"mcpServers": {
"claimhit": {
"url": "https://www.claimhit.com/api/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"claimhit": {
"type": "http",
"url": "https://www.claimhit.com/api/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"claimhit": {
"url": "https://www.claimhit.com/api/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"claimhit": {
"serverUrl": "https://www.claimhit.com/api/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
6 tools
ClaimHit exposes 6 tools to a connected agent.
- claimhit_search
- search for infringing products or standards
- claimhit_generate_chart
- generate an AI claim chart for a target
- claimhit_get_history
- retrieve past searches
- claimhit_get_result
- fetch full results by search ID
- claimhit_get_credits
- check remaining credits
- claimhit_rerun_search
- re-run a previous search
Score
48 / 100
Adequate
- Documentation11/25
- Maintenance13/25
- Trust6/20
- Capability6/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 134 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 6 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 1.0.1Latest | Jul 14, 2026 |
| 1.0.0 | Jul 14, 2026 |