Stream

by Mohammed-Rashad

206 downloads
Not rated
GitHub

About

The Stream MCP Server is a Model Context Protocol server for the Stream (streampay.sa) payment platform. It exposes 27 tools across six resource domains — payment links, customers, products, coupons, invoices, and payments — plus a read-only OpenAPI documentation resource. The…

Details

Author
Mohammed-Rashad
Downloads
206
Categories
Other

- 27 tools covering payment links, customers, products, coupons, invoices, and payments
- Read-only OpenAPI spec resource available at stream://docs/openapi
- Supports both local stdio and remote HTTP (URL) modes
- Per-user authentication via Bearer token in remote mode
- Structured error handling with StreamAPIError returning {error, code, message}
- Configurable timeout, retries, and base URL via environment variables

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Stream
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Install the server via pip install -e ".[dev]", set the STREAM_API_KEY environment variable, and run stream-mcp for stdio mode or stream-mcp-remote for remote HTTP mode. Configure your MCP client (Claude Desktop, Cursor, VS Code) with either a stdio command or a remote URL that passes the API key as a Bearer token. The server can also be deployed with Docker for hosted access.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "stream": {
            "stream": {
                "command": "stream-mcp",
                "env": {
                    "STREAM_API_KEY": "<YOUR_STREAM_API_KEY>"
                }
            }
        }
    }
}

McpServers

{
    "stream": {
        "command": "stream-mcp",
        "env": {
            "STREAM_API_KEY": "<YOUR_STREAM_API_KEY>"
        }
    }
}

Stream MCP Server

An MCP server for the Stream (streampay.sa) payment platform, built with FastMCP.

Exposes 27 tools across six resource domains — payment links, customers, products, coupons, invoices, and payments — plus a read-only OpenAPI documentation resource.

---

Quick Start

1. Install

```bash

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.