UNPKG

trademark-mcp-server

Version:

A Model Context Protocol (MCP) server that provides tools for searching and retrieving USPTO trademark information using the TSDR API.

6 lines (3 loc) 135 B
import { FastMCP } from 'fastmcp'; declare const server: FastMCP<Record<string, unknown> | undefined>; export { server as default };