Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

Lightbringer

com.lightbringer/connector

Capture, analyze, validate, and submit inventions, and collaborate on patent reviews.

Uptime
100.0%
2 direct probes · 30d
Response
187ms
last probe
Tools
19
callable
Resources
0
readable
Prompts
4
available

Tools · 19

whoami

Returns the signed-in Lightbringer user and organisation for this connection.

list_inventions

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.

get_invention

Returns an invention disclosure rendered as markdown, including the problem, solution, technical details, and prior art.

update_invention

Updates one or more sections of an existing invention disclosure with new content and returns the updated invention. Overwrites the specified sections.

submit_invention

Submits an invention disclosure for review within Lightbringer and returns its updated status.

get_invention_template

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…

validate_invention

Validates a draft invention against the authoring schema and returns any errors and warnings.

create_invention

Creates a new invention disclosure in the user's Lightbringer organisation from a structured payload matching the invention template, and returns the created invention.

search

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…

fetch

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…

get_invention_feedback

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…

check_task_status

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.

send_developer_feedback

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…

list_reviews

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…

get_review

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).…

respond_to_review

Records the user's response to a review and returns the updated review state.

add_comment

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…

add_discussion_comment

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 …

reply_to_comment

Adds a reply to an existing comment thread identified by its comment ID, and returns the created reply.

Prompts · 4

draft-invention-disclosure

Guided interview that captures and creates a validated Lightbringer invention disclosure.

get-invention-feedback

Runs Lightbringer’s patent-analysis suite on one of your inventions and coaches you through the findings.

prepare-invention-for-submission

Submission-readiness review and guided revision for an existing invention.

summarize-my-reviews

Overview of reviews waiting for you, with help reading, commenting, and responding.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "lightbringer": {
      "url": "https://mcp.lightbringer.com/mcp",
      "transport": "streamable-http"
    }
  }
}