Security & Testing
thesmartpatent.com
Provides patent validation, anti-fabrication checks, and prior art search over CN and US patent databases.
ENDPOINT 1
https://thesmartpatent.com/api/mcp
MCP server metadata
- Name
- invention-village
- Version
- 1.0.0
Tools for checking patent facts against real databases. Before citing a patent number, verify it. Before asserting what prior art exists, search for it. These tools return database facts, not opinions, and never a pass/fail judgement.
Known tools 3
verify_patent_numberCheck whether patent numbers actually exist in our CN/US patent databases, and return the real title and dates for the ones that do.
Inferred read-onlycheck_patent_text_fabricationRun deterministic (zero-LLM) checks over patent-related text and return a list of items that a human must verify: patent numbers that do not resolve, quotations that cannot be located in the cited document, experimental or performance figures with no stated source, statute citations whose current wording should be confirmed, and internal-consistency defects in the draft itself (claim numbering, dependency references, figure references, antecedent basis).
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.invention-village]
url = "https://thesmartpatent.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"invention-village": {
"type": "http",
"url": "https://thesmartpatent.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: invention-village
Remote MCP URL: https://thesmartpatent.com/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"invention-village": {
"url": "https://thesmartpatent.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"invention-village": {
"type": "http",
"url": "https://thesmartpatent.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "invention-village",
"transport": "streamable-http",
"url": "https://thesmartpatent.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.