Search 14M+ USPTO trademark records by mark, owner, goods/services, class, status, and date.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
A remote Model Context Protocol server that lets an AI agent search and filter 14M+ US federal trademark records β by mark text, owner, goods/services, class, status, date, and every other searchable field on the record β then pull any full record by serial number.
Point Claude, Cursor, or any MCP client at one URL. No integration code, nothing to install, and free to start: 200 calls/month, no credit card.
GR8 β GREAT),
translations, and transliterations β the places near-conflicts hide.Start free and read the 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 | β | β |
| Match phonetic and stylized variants via the USPTO pseudo-mark | β | β |
| Search translations, disclaimers, mark descriptions, and attorney of record | β | β |
| 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.
No key needed β one command, then sign in:
Claude Code opens a browser to sign in with your Goalie IP account over OAuth. No account yet? Sign up free β 200 calls/month, no credit card; just confirm your email to activate.
Prefer a key, for scripts or CI? Create one in your Goalie IP portal and pass it as a header:
Then just ask β the agent picks the tool and filters on its own:
| Tool | What it does |
|---|---|
search_trademarks | Search 14M+ US federal records by mark text (exact, contains, or fuzzy), owner, goods/services (substring or full-text word match), serial or registration number, attorney of record, mark description, pseudo-mark, translation, transliteration, disclaimer, 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. |
get_account | Report the connected account, plan tier, authentication method, and calls used, included, and remaining this billing period. Takes no arguments, reports only on the authenticated caller, and does not count against your quota. |
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.
All three tools are read-only and say so: each is annotated readOnlyHint: true. That matters
for agents. A real clearance screen is often a dozen or more searches, and clients that honor tool
annotations can run read-only calls without stopping to ask permission for each one.
The agent reads and reasons over the records; it does not make the legal call. See Scope & safety.
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.
Clients that read the registry can add the server by name and will prompt for authorization themselves β an OAuth sign-in, or an API key. Clients that don't, use the manual configs below.
Two ways to authenticate, both on the same endpoint:
Authorization: Bearer header.
Create one in your portal.Drop-in config files for the API-key path are in examples/; replace
gip_live_your_key_here with a real key.
Use OAuth β no bridge, no key file. Open Settings β Connectors β Add custom connector and paste the endpoint URL:
Claude registers itself automatically (PKCE), sends you to sign in with your Goalie IP account, and
stores the token. Approve the trademark.read scope and you're connected.
No-OAuth fallback (older clients): attach an API key through the
mcp-remote bridge β config in
examples/claude-desktop-config.json, full steps (including
the "fully quit before editing" gotcha) at goalieip.com/docs#mcp.
| Registry name | com.goalieip/trademark (MCP Registry) |
| Endpoint | https://www.goalieip.com/api/mcp |
| Transport | Streamable HTTP (remote β nothing to install or self-host) |
| Protocol revisions | 2026-07-28 native; 2025-11-25 also answered on the same URL |
| Authentication | OAuth 2.1 (PKCE + Dynamic Client Registration, scope trademark.read), or a Bearer API key identical to the REST API β same endpoint |
| Tools | search_trademarks, get_trademark, get_account β all annotated readOnlyHint: true |
| Coverage | US federal (USPTO) applications and registrations, from Goalie IP's own copy of the register, refreshed daily |
| Free tier | 200 calls/month, no credit card |
Always configure the www host. goalieip.com 301-redirects to www, and many clients drop the
Authorization header across the redirect (β a 401). More troubleshooting:
goalieip.com/docs#mcp.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/goalie-ip-trademark-search-uspto)<a href="https://allmcps.com/mcp/goalie-ip-trademark-search-uspto"><img src="https://allmcps.com/api/badge/goalie-ip-trademark-search-uspto?style=directory" alt="Goalie IP Trademark Search (USPTO) on AllMCPs" /></a>