trademark
Give Claude, Cursor, or any MCP client direct access to 14M+ US federal trademark records.
Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeRead-only
What it can do
- Search Trademarks: Search the US federal (USPTO) trademark register — the same data behind the GoalieIP trademark API. Covers US federal registrations and applications only; it does NOT cover state re
- Get Trademark: Fetch the complete US federal (USPTO) trademark record for one serial number, including full goods/services text, owner details, status history, and classifications. Use after search_tr
- Get Account: Return the caller's own GoalieIP account status: the connected account (email), plan/tier, authentication method (OAuth or API key), and API usage this billing period — calls used, includ
What data it sees
Do you need an account
No: the server works without sign-in
Give Claude, Cursor, or any MCP client direct access to 14M+ US federal trademark records. One URL, bearer-token auth, and your agent can search the register and pull full records without a line of integration code. Included with every API plan.
Not another TSDR wrapper
Most trademark MCP servers wrap the USPTO's TSDR endpoint, which returns a single record when you already know its serial or registration number. That is a lookup tool. Ours searches and filters the whole register — so your agent can find the marks it doesn't already have the numbers for.
Server tool list (3)
Raw names from tools/list. Only developers need these.
| search_trademarks | Search the US federal (USPTO) trademark register — the same data behind the GoalieIP trademark API. Covers US federal registrations and applications only; it does NOT cover state registrations, common-law use, or non-US trademark offices. Every search must include at least one narrowing filter (markLiteral, ownerName, serialNumber, registrationNumber, goodsAndServices, attorneyName, markDescription, pseudoMark, translation, transliteration, or disclaimer); class, status, and date filters alone are not sufficient. Returns summary rows — use get_trademark for a full record. |
| get_trademark | Fetch the complete US federal (USPTO) trademark record for one serial number, including full goods/services text, owner details, status history, and classifications. Use after search_trademarks to drill into a specific result. |
| get_account | Return the caller's own GoalieIP account status: the connected account (email), plan/tier, authentication method (OAuth or API key), and API usage this billing period — calls used, included, and remaining — plus the period reset date. Takes no arguments, reports only on the authenticated caller, and does NOT count against your quota. Use it to answer "which account am I connected as?" or "how many API calls do I have left?". |