Search 14M+ USPTO trademark records by mark, owner, goods/services, class, status, and date.
MCPpedia last refreshed this data
com.goalieip/trademark is an MCP server that search 14M+ USPTO trademark records by mark, owner, goods/services, class, status, and date. Its tool list has not been published yet, requires no API key, and scores 69/100 on MCPpedia's security, maintenance and efficiency rubric.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"goalieip": {
"env": {
"GOALIE_KEY": "gip_live_your_key_here"
},
"args": [
"/c",
"npx",
"-y",
"mcp-remote@latest",
"https://www.goalieip.com/api/mcp",
"--header",
"Authorization:Bearer ${GOALIE_KEY}"
],
"command": "cmd"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
A remote Model Context Protocol server that lets an AI agent search and filter 14M+ USPTO trademark records — by mark text, owner, goods/services, class, status, and date — then pull any full record by serial number.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in legal
87 tools for Korean law — statutes, precedents, ordinances, interpretations | MCP Server · CLI · npm
Proof primitive for AI agents on MultiversX. Anchor file hashes on-chain as verifiable proofs.
40 MCP tools for 11 Indonesian government portals — BPOM, BPJPH, AHU, OJK, BMKG+
956k Swiss court decisions: full-text search, citation graph, statute lookup (DE/FR/IT)
MCP Security Weekly
Get CVE alerts and security updates for com.goalieip/trademark and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
A remote Model Context Protocol server that lets an AI agent search and filter 14M+ USPTO trademark records — by mark text, owner, goods/services, class, status, and date — then pull any full record by serial number.
Point Claude Code, the Claude API, Cursor, or any MCP client at one URL and your agent can query the US federal trademark register with no integration code to write.
Get a key and full docs: goalieip.com/mcp · setup for every client at goalieip.com/docs#mcp
Most "trademark MCP" servers wrap the USPTO's TSDR endpoint, which returns a single record only when you already know its serial or registration number. That's a lookup tool. This server searches and filters the whole register, so your agent can find the marks it doesn't already have the numbers for.
| Capability | TSDR-based MCP | Goalie IP MCP |
|---|---|---|
| Retrieve a record by serial or registration number | ✅ | ✅ |
| Search by mark text — exact, contains, or fuzzy | ❌ | ✅ |
| Filter by owner, goods/services, and class | ❌ | ✅ |
| Filter by status and filing / registration date | ❌ | ✅ |
| Surface similar marks for clearance-style questions | ❌ | ✅ |
| Search across all 14M+ US federal records at once | ❌ | ✅ |
See examples/prompts.md for two real sessions — including a ten-name
clearance screen that a lookup-only tool cannot begin, because no serial numbers are known going in.
Create an API key in your Goalie IP portal, then:
claude mcp add --transport http goalieip \
https://www.goalieip.com/api/mcp \
--header "Authorization: Bearer gip_live_your_key_here"
Prefer not to paste a key? Omit the --header and Claude Code opens a browser to sign in with your
Goalie IP account over OAuth.
Then just ask — the agent picks the tool and filters on its own:
> Are there any live trademarks similar to "GOALIE" for software in class 9?
Searching US federal trademarks…
Found 94 matches. 12 are live in class 9, including:
GOALIEO — Goalieo Inc — Live/Pending — filed 2026-05-29
…
| Tool | What it does |
|---|---|
search_trademarks | Search 14M+ US federal records by mark text (exact, contains, or fuzzy), owner, goods/services, serial or registration number, international class, status code, and filing or registration date ranges. Returns compact summaries with a total match count. |
get_trademark | Retrieve the complete record for one serial number — full goods/services text, owner details, status history, classifications, and prior registrations. |
search_trademarks returns compact summaries (page size defaults to 10, capped at 15) sized to sit
in a model's context window; call get_trademark for the full record. Every search must include at
least one narrowing filter (markLiteral, ownerName, serialNumber, registrationNumber,
goodsAndServices, or another text filter) — class, status, and date filters alone match too much
of the register to run. When a query is rejected or times out, the tool replies with the specific
parameter to change, so the agent can correct itself and retry.
This server is published to the official
MCP Registry as com.goalieip/trademark, under a
namespace verified against the goalieip.com domain — so the listing is first-party, not a
third-party mirror.
curl "https://registry.modelcontextprotocol.io/v0/servers?search=com.goalieip/trademark"
Clients that read the registry can add the server by name and will prom