# Amendor MCP server

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

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-deslay1-amendor-mcp
- Repository: https://github.com/deslay1/amendor-mcp
- Website: https://amendor.site

## Install
- Command: `npx -y amendor-mcp`
- Endpoint: https://amendor.site/mcp
- Auth: Auth required by registry metadata

## Setup notes
- Remote header: Authorization (required; secret)
- Package: Npm amendor-mcp v1.0.0
- Environment variable: AMENDOR_API (required; default https://amendor.site)
- Environment variable: AMENDOR_TOKEN (required; secret)
- The upstream registry signals required auth or secrets.
- Remote endpoint: https://amendor.site/mcp
- Header: Authorization

## Tools
- list_change_requests (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. Endpoint: https://amendor.site/mcp
- get_change_request (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 making the change. Endpoint: https://amendor.site/mcp
- set_preview_url (Attach preview URL) - Attach a deploy-preview URL to a change request and mark it ready for the requester to review. Endpoint: https://amendor.site/mcp
- update_status (Update status) - Update a change request status as it moves through the build and review flow. Endpoint: https://amendor.site/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: io.github.deslay1
- Version: 1.0.0
- Runtime: Npm
- Transports: STDIO, HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jun 22, 2026
- Source: https://registry.modelcontextprotocol.io
