streamable-httpMITupdated 1mo ago
Lightbringer brings invention capture, patent strategy, and attorney collaboration directly into the AI tools deep tech companies already use to research, build, and commercialize breakthrough innovations — via the Model Context Protocol (MCP).
Lightbringer 能做什么?
Lightbringer MCP: Patent Management Inside ChatGPT, Claude, and Cursor
Lightbringer brings invention capture, patent strategy, and attorney collaboration directly into the AI tools deep tech companies already use to research, build, and commercialize breakthrough innovations — via the Model Context Protocol (MCP).
Note: This is a metadata/documentation repository for a remote, hosted MCP server. The server is operated by Lightbringer at the endpoint below — there is no code to install or run locally.
What it does
- Invention documentation — Create and refine patent disclosures through natural conversation with your AI assistant: summarize novelty, convert meeting notes into invention reports, and identify missing technical details.
- Patent-focused analysis — Unlike generic AI writing tools, Lightbringer analyzes your invention using patent-focused review criteria designed to improve clarity, completeness, technical depth, and overall disclosure quality.
- Inventor–attorney collaboration — Participate in patent workflows directly from your AI client: review attorney comments, answer questions, and manage discussions while attorneys work in Lightbringer.
- Portfolio context — Access organizational innovation context to identify related inventions across teams, surface prior work, and spot strategic gaps in patent coverage.
Supported clients
ChatGPT · Claude · Cursor · Claude Code · and other MCP-compatible IDEs and AI agents.
Connection
| Endpoint | https://mcp.lightbringer.com/mcp |
| Transport | Streamable HTTP |
| Auth | OAuth 2.0 (Authorization Code + PKCE), with Dynamic Client Registration |
| Scopes | mcp:read, mcp:write |
Setup is a simple authorization flow that enables secure access to invention records within your organization's Lightbringer environment.
Add to an MCP client
{
"mcpServers": {
"lightbringer": {
"type": "streamable-http",
"url": "https://mcp.lightbringer.com/mcp"
}
}
}
Tools
17 tools — 11 read-only, 6 write:
| Tool | Type |
|---|---|
whoami |
read |
search |
read |
fetch |
read |
list_inventions |
read |
get_invention |
read |
get_invention_template |
read |
validate_invention |
read |
get_invention_feedback |
read |
list_reviews |
read |
get_review |
read |
check_task_status |
read |
create_invention |
write |
update_invention |
write |
submit_invention |
write |
respond_to_review |
write |
add_comment |
write |
reply_to_comment |
write |
Registry
Published to the official MCP registry as com.lightbringer/connector.
Links
- Homepage: https://lightbringer.com
- Product announcement: https://www.lightbringer.com/product-updates/lightbringer-mcp-patent-management-inside-chatgpt-claude-and-cursor
- Privacy policy: https://lightbringer.com/about/legal/privacy-policy
安装
把 Lightbringer 添加到你的客户端。选择你正在使用的那个。
claude mcp add --transport http lightbringer https://mcp.lightbringer.com/mcpcodex mcp add lightbringer --url https://mcp.lightbringer.com/mcp{
"mcpServers": {
"lightbringer": {
"url": "https://mcp.lightbringer.com/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"lightbringer": {
"type": "http",
"url": "https://mcp.lightbringer.com/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"lightbringer": {
"url": "https://mcp.lightbringer.com/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"lightbringer": {
"serverUrl": "https://mcp.lightbringer.com/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
14 个工具
Lightbringer 向已连接的智能体提供 14 个工具。
- list_inventions
- read
- get_invention
- read
- get_invention_template
- read
- validate_invention
- read
- get_invention_feedback
- read
- list_reviews
- read
- get_review
- read
- check_task_status
- read
- create_invention
- write
- update_invention
- write
- submit_invention
- write
- respond_to_review
- write
- add_comment
- write
- reply_to_comment
- write
评分
80 / 100
优秀
- 文档22/25
- 维护22/25
- 可信度16/20
- 能力8/15
- 安装体验12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 38 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 14 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
版本历史
| 版本 | 发布于 |
|---|---|
| 1.0.4最新 | 2026年7月24日 |
| 1.0.3 | 2026年7月24日 |
| 1.0.2 | 2026年6月29日 |
| 1.0.1 | 2026年6月29日 |
| 1.0.0 | 2026年6月26日 |