Lightbringer
com.lightbringer/connectorCapture, analyze, validate, and submit inventions, and collaborate on patent reviews.
Tools · 19
Returns the signed-in Lightbringer user and organisation for this connection.
Lists the invention disclosures in the user's Lightbringer organisation, each with a title, reference number, and web link. Accepts an optional free-text query to filter results.
Returns an invention disclosure rendered as markdown, including the problem, solution, technical details, and prior art.
Updates one or more sections of an existing invention disclosure with new content and returns the updated invention. Overwrites the specified sections.
Submits an invention disclosure for review within Lightbringer and returns its updated status.
Returns the current invention authoring template: the schema, per-field guidance, and structure used to create a new invention, together with capture guidance on gathering the invention content — inte…
Validates a draft invention against the authoring schema and returns any errors and warnings.
Creates a new invention disclosure in the user's Lightbringer organisation from a structured payload matching the invention template, and returns the created invention.
Searches the Lightbringer organisation's documents (inventions, patent applications, and reports). Returns matching results, each with an ID, title, and summary. A document result also lists its parts…
Returns the full content of a single document — invention, patent application, strategy, or report — identified by its ID. A document has several texts across its lifecycle; a bare document ID returns…
Runs Lightbringer's patent-analysis suite on an invention disclosure and returns structured findings across selectable focus areas (clarity, problem framing, completeness, or all). Analysis may take f…
Returns the status of a long-running Lightbringer task identified by a ticket: state (pending, running, succeeded, or failed), progress, and the findings once it has succeeded.
Sends a report about the Lightbringer tools themselves to the engineering team: broken or surprising tool behaviour, missing capabilities, or friction encountered while working. Reports land in an eng…
Lists reviews where the user is a participant or creator, including each review's status, the user's response status, which participants are still awaited, the title and reference number of the report…
Returns a review: its metadata, the document under review rendered as markdown, each comment thread with a stable comment ID, and the review discussion feed (standalone comments on the review itself).…
Records the user's response to a review and returns the updated review state.
Adds a comment to the document under review, anchored to a quoted passage of the review markdown, and returns the created comment. If the quoted passage is ambiguous or cannot be located, the response…
Posts a standalone comment to the review's discussion feed, visible to the review creator and all participants, and returns the updated discussion. Unlike add_comment, it is not anchored to a passage …
Adds a reply to an existing comment thread identified by its comment ID, and returns the created reply.
Prompts · 4
Guided interview that captures and creates a validated Lightbringer invention disclosure.
Runs Lightbringer’s patent-analysis suite on one of your inventions and coaches you through the findings.
Submission-readiness review and guided revision for an existing invention.
Overview of reviews waiting for you, with help reading, commenting, and responding.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"lightbringer": {
"url": "https://mcp.lightbringer.com/mcp",
"transport": "streamable-http"
}
}
}