mcpbeat Sign in

Lightbringer MCP Server

by lightbringer Your server? Claim it
answering

Lightbringer is answering right now. Last checked 1 min ago. It exposes 20 tools. Last commit 16 Sep 2026.

Register innovations, request patent preparation, and collaborate with Lightbringer’s patent team.

Uptime history 52 days of history · worst day 99%
52 days agonow
100.0%
Uptime 24h
92 of 92 checks
20
Tools
read from the server
227 ms
Response time
average over 24h
0
Stars
last commit 16 Sep 2026

What changed 51

Every tool that appeared, vanished or quietly changed what it asks for. Recorded since 4 September 2026. No other catalogue keeps this.

22 Sep a tool changed version
17 Sep a tool changed version
15 Sep 10 tools appeared delete_task, get_innovation, get_innovation_template and 7 more
15 Sep 9 tools disappeared check_task_status, create_invention, get_invention and 6 more
15 Sep 2 tool descriptions were rewritten fetch, search
15 Sep a tool changed version
10 Sep 11 tool descriptions were rewritten add_comment, add_discussion_comment, check_task_status and 8 more
10 Sep a tool changed the parameters it asks for check_task_status
10 Sep a tool changed version
8 Sep 8 tools changed the parameters they ask for add_comment, get_invention, get_invention_feedback and 5 more
and 6 more, back to 4 September 2026

Tools have disappeared from this server

A tool that vanishes takes a piece of your agent with it, and the change arrives silently. Watch this server and every such change lands in your inbox.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 1 min ago.

run in your terminal
claude mcp add connector --transport http https://mcp.lightbringer.com/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "connector": {
      "url": "https://mcp.lightbringer.com/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.connector]
url = "https://mcp.lightbringer.com/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "connector": {
      "url": "https://mcp.lightbringer.com/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "connector": {
      "url": "https://mcp.lightbringer.com/mcp"
    }
  }
}

Available tools 20

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

innovation
get_innovation
Returns an innovation record rendered as markdown, including the problem, solution, technical details, and prior art.
get_innovation_template
Returns the current innovation registration template: the schema, per-field guidance, and structure used to create a new innovation, together with capture guidance on gathering the innovation content — interviewing an inventor who is present, or authoring from existing material — before drafting.
update_innovation
Updates one or more sections of an existing innovation record with new content and returns the updated innovation. Overwrites the specified sections.
task
delete_task
Permanently deletes an automated task owned by the current user in the connected organisation, including its cached findings. Available in any execution state. Deletion removes tracking; it does not cancel upstream analysis, delete the innovation, or withdraw a professional service request. Repeated deletion returns not_found.
get_task_status
Returns an automated feedback task by task_id, with the same status, progress, findings and per-analysis errors as start_innovation_feedback. Refreshes active analyses and saves their status and available findings in Lightbringer. Succeeded, partially_succeeded and failed are terminal; queued and running tasks are still in progress. findings_error denotes unavailable findings and does not change terminal execution status. This endpoint does not track professional service requests, patent preparation or filing milestones.
comment
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 indicates this along with candidate passages. A comment anchored within an existing thread is added as a reply. Targeted users with document access receive email and in-app mention notifications.
discussion
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 of the document — it suits general remarks, questions, or status updates about the review as a whole. Eligible review participants receive in-app and email notifications.
fetch
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 the most advanced one (the newest application text, else the priority draft, else the innovation description), and the response lists every part with its own ID, such as document:<id>#priority_draft or document:<id>#application_text:<revisionId>. Pass a part ID to read that text instead.
innovations
list_innovations
Lists the innovations in the user's Lightbringer organisation, each with a title, reference number, and web link. Accepts an optional free-text query to filter results.
register
register_innovation
Registers a new innovation in the user's Lightbringer organisation from a structured payload matching the current registration template. Validates before creating anything: invalid input returns field-specific errors without registering a record; success returns the saved identifier, reference number, web link, and any non-blocking warnings. Meant for capturing a concept that is not already recorded; enrichment of an existing innovation belongs in update_innovation. Completes registration without requesting patent preparation or filing. Requires a payload matching the current registration schema.
reply
reply_to_comment
Adds a reply to an existing comment thread identified by its comment ID, and returns the created reply. Targeted users with document access receive email and in-app mention notifications.
request
request_patent_preparation
Requests Lightbringer patent preparation for an already registered innovation, expressing the user’s decision to pursue patent filing. Advances the innovation description into the Lightbringer team’s workflow and triggers email notifications to the assigned specialist and inventor. Returns whether preparation was newly requested or had already been requested. Email delivery status is not included. Separate from registration; does not itself complete preparation, file a patent or pay for services.
respond
respond_to_review
Records the user's decision on a review — approve or request changes — sends review-response email notifications, and returns the updated review state. Meant for after the user has explicitly chosen their response. An approval cannot be withdrawn through this tool; a request for changes can later be upgraded to approval.
review
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). Attorney redlines are included as suggested changes, each with the original text, the proposed replacement, and an optional rationale. Proposed amendments embedded in the document (agent-drafted changes to a block) are listed in artifact.amendments and in a trailing text block: each carries the baseline text, the proposed text, a redline with <del>/<ins> tags, and a unified patch; the document body itself shows the baseline at the amended block. The document is artifact.markdown in the structured result and is also returned as its own text block. When it cannot be rendered through this API, a short notice takes its place and artifact.status / artifact.reason say so.
reviews
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 or case under review, and, for report reviews, the invention the report is connected to.
search
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: the texts it has accumulated across its lifecycle (innovation description, priority draft, application text revisions), each with an ID that fetch accepts. Supports cursor-based pagination. Document content is indexed asynchronously, so a recently created or edited document can take a short while to become searchable; an empty result reflects the current index and does not by itself establish that a matching document is absent.
send
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 are sent to a human-reviewed engineering Slack channel, together with user, organisation, and connected-client identifiers and organisation name when available, and are not visible to the signed-in user. A good report stays high-level — the goal, the approach, the obstacle — and leaves out document text, invention details, and other confidential material.
start
start_innovation_feedback
Starts automated analysis of a registered innovation description across clarity, problem framing, completeness, or all focus areas. Returns one task_id, status, progress, available findings and per-analysis errors. Findings contain readable title/description fields; findings_error means findings are unavailable, not absent. Queued or running tasks continue through get_task_status with the same task_id. Succeeded, partially_succeeded and failed are terminal. Ending the wait does not cancel analysis. Separate from novelty assessment, patent search, FTO, attorney review and patent preparation requests.
tasks
list_tasks
Lists the current user’s unexpired automated tasks in the connected organisation, optionally for an innovation. Recovers task IDs after a lost response or conversation. Returns recorded status summaries without polling upstream analyses. Tasks and findings expire 30 days after creation. Pagination can return an empty page with a continuation cursor. Professional service requests are separate.
whoami
whoami
Returns the signed-in Lightbringer user and organisation for this connection.

Tools removed

Tools this server used to expose. Anything built against them stopped working on the day they went.

check_task_status
removed 15 Sep 2026
create_invention
removed 15 Sep 2026
get_invention
removed 15 Sep 2026
get_invention_feedback
removed 15 Sep 2026
get_invention_template
removed 15 Sep 2026
list_inventions
removed 15 Sep 2026
submit_invention
removed 15 Sep 2026
update_invention
removed 15 Sep 2026
validate_invention
removed 15 Sep 2026

Endpoints

URLTransportStateLatencyChecked
https://mcp.lightbringer.com/mcp streamable-http answering 245 ms 1 min ago

Alternatives to Lightbringer

same job, measured the same way
Agent Room
by andrewmccalip

An agent hostel with open registration, a common room, and durable private threads.

answering
Miro
by waystation

Collaborate on visual boards with your team using Miro integration.

answering
Box
by mcparmory

Manage files, folders, and team collaboration with access controls

249 installs/wk local only
Mailpal
by michaelyousrie

List, inspect, and run saved HTTP requests from MailPal collections; write tools on Pro

36 installs/wk local only
GVRN Incorporation
by gvrn

Collect and submit company incorporation requests for review by GVRN's corpsec team.

7 tools answering
Taskbounty MCP Server
by eliottreich

Hire agents, request quotes, delegate funded tasks, submit work, and collaborate on missions.

398 installs/wk local only
URL Manager MCP
by piccolo123

Agent-first bookmark management with auto-registration, categories, tags, and shared collections.

93 installs/wk local only
Forkflux MCP
by forkflux

Self-hosted multi-agent collaboration and audit layer for AI-assisted engineering teams

143 installs/wk local only

Lightbringer — questions

Answers built from our own checks of this server.

What can Lightbringer do?
It exposes 20 tools, read directly from the server on our last check. Among them: add_comment, add_discussion_comment, delete_task, fetch, get_innovation, get_innovation_template and 14 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
What is Lightbringer mostly used for?
Its tools cluster around innovation and task. That is what this server is built to work with — the grouping comes from the actual tool names, not from a category we assigned.
Is Lightbringer working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 92 of 92 checks got a reply (100.0%), average response time 227 ms. The bar chart above shows every period we have measured.
Did Lightbringer ever remove tools?
Yes. check_task_status, create_invention, get_invention, get_invention_feedback and 5 more are no longer exposed — we recorded the date each one disappeared. A tool vanishing usually means a breaking change for anything that depended on it.
How do I connect Lightbringer?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Lightbringer need an API key?
No. Lightbringer completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 20 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Lightbringer?
It answers our handshake in 227 ms on average, which is faster than 66% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is Lightbringer open source?
Yes — it is published under the MIT licence and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.