Amendor
Pull change requests from your Amendor board into your coding agent to build and open PRs.
Topics: Delivery
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Remote (streamable-http)
https://amendor.site/mcp Reachable (checked 2026-09-24)
Claude Code:
claude mcp add --transport http amendor-mcp https://amendor.site/mcp --header "Authorization: <YOUR_VALUE>"
Or add to your MCP client config:
{
"mcpServers": {
"amendor-mcp": {
"url": "https://amendor.site/mcp",
"headers": {
"Authorization": "<YOUR_VALUE>"
}
}
}
}
Authorizationrequired secret — Bearer <connector token from amendor.site/settings>
Package (npm 1.0.0)
npx -y amendor-mcp@1.0.0
Or add to your MCP client config:
{
"mcpServers": {
"amendor-mcp": {
"command": "npx",
"args": [
"-y",
"amendor-mcp@1.0.0"
],
"env": {
"AMENDOR_API": "<YOUR_VALUE>",
"AMENDOR_TOKEN": "<YOUR_VALUE>"
}
}
}
}
AMENDOR_APIrequired — Your Amendor URLAMENDOR_TOKENrequired secret — Connector token from amendor.site/settings (generated per account)
Related servers
reactuse
MCP server for the [ReactUse](https://reactuse.com) library — 110+ React Hooks (TypeScript-first, SSR-compatible, tree-shakable). Lets AI…
DoorDash-MCP-Server
DoorDash Delivery (Unofficial)
DragonMCP
MCP server for Greater China local life services: Meituan/Ele.me food delivery, Didi/Meituan ride-hailing, WeChat Pay/Alipay, Amap/Baidu…
yandex-lavka-mcp
Unofficial MCP server for ordering Yandex Lavka groceries: search, cart, checkout.
warp-agent-mcp
Quote, book, and track LTL, FTL, cargo van, and box-truck freight via the Warp API.
royalmail-mcp
Book, label, track and cancel Royal Mail and Parcelforce shipments. 33 UK and international services via friendly keys or raw Service…
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry