Ryft is a Model Context Protocol (MCP) server that integrates the Ryft API with MCP clients. It offers a standardized interface for accessing and managing Ryft resources such as customers, payment sessions, subscriptions, webhooks, and more. The server supports various deployment options, including local stdio, a remote Streamable HTTP entrypoint, and a stateless AWS Lambda handler, making it adaptable for diverse environments. It features Ryft API authentication via environment variables, structured error responses, account-scoped requests, and support for multipart file uploads.
Key Features
01Support for multipart file uploads and DELETE-with-body endpoints
020 GitHub stars
03stdio and remote HTTP entrypoints for MCP clients
04Ryft API authentication via environment variables
05Account-scoped requests with optional default account support
06Stateless AWS Lambda handler for hosted deployments over HTTPS