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

Amendor

io.github.deslay1/amendor-mcp

Pull change requests from your Amendor board into your coding agent to build and open PRs.

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

Tools · 4

list_change_requests

List change requests submitted by end users on sites you ship. Optionally filter by status. Start here to see what people are asking for.

get_change_request

Get full detail for one change request so you can implement it: the user request, the exact element they pointed at (CSS selector + outerHTML), the page URL, and a screenshot URL. Call this before mak…

set_preview_url

Attach a deploy-preview URL to a change request and mark it ready for the requester to review.

update_status

Update a change request status as it moves through the build and review flow.

How to use

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

{
  "mcpServers": {
    "amendor": {
      "url": "https://amendor.site/mcp",
      "transport": "streamable-http"
    }
  }
}