# Wiremi Marketing MCP (remote · wiremi-marketing-mcp-pqlquijg3q-uk.a.run.app)

Read-only ROSCA and savings-circle answers and calculators, from Wiremi's public facts.

- Trust score: 63/100 (medium)
- Change this week: +5
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `wiremi-marketing-mcp-pqlquijg3q-uk.a.run.app`: 63/100 (this document), [markdown](https://verifymcp.io/servers/ca-wiremi-marketing-mcp/wiremi-marketing-mcp-pqlquijg3q-uk.md), [page](https://verifymcp.io/servers/ca-wiremi-marketing-mcp/wiremi-marketing-mcp-pqlquijg3q-uk)

## Channel facts

- Endpoint: `https://wiremi-marketing-mcp-pqlquijg3q-uk.a.run.app/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.1.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Endpoint Security**: 57/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 10 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS is enforced; there's no plaintext access path.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 71/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 908 tokens (~90/item across 10 items; 10 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 67/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 0% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http ca-wiremi-marketing-mcp https://wiremi-marketing-mcp-pqlquijg3q-uk.a.run.app/mcp
```

### Codex

```toml
[mcp_servers.ca-wiremi-marketing-mcp]
url = "https://wiremi-marketing-mcp-pqlquijg3q-uk.a.run.app/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "ca-wiremi-marketing-mcp": {
      "type": "remote",
      "url": "https://wiremi-marketing-mcp-pqlquijg3q-uk.a.run.app/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add ca-wiremi-marketing-mcp --url https://wiremi-marketing-mcp-pqlquijg3q-uk.a.run.app/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  ca-wiremi-marketing-mcp:
    url: "https://wiremi-marketing-mcp-pqlquijg3q-uk.a.run.app/mcp"
```

### Other

```json
{
  "mcpServers": {
    "ca-wiremi-marketing-mcp": {
      "type": "http",
      "url": "https://wiremi-marketing-mcp-pqlquijg3q-uk.a.run.app/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 63, +1)

No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-01 (score 62, +1)

No change was recorded against any check on this day. Stability & Change Management went from 17 to 20. That category is still filling its 30-day observation window: 5 days of observed history at the previous scan, 6 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-31 (score 61, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 60, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-29 (score 59, +1)

No change was recorded against any check on this day. Stability & Change Management went from 7 to 10. That category is still filling its 30-day observation window: 2 days of observed history at the previous scan, 3 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-27 (score 58, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-26 (score 57)

First indexed and scored.

## MCP tools (10)

### `what_is_a_rosca` (~71 tokens)

Explain what a ROSCA (rotating savings circle) is. If `term` is given (for
    example "njangi", "susu", "tanda"), also return that name's cultural origin.
    Pure public education. No personal data.

Input parameters:

- `term` (string)

### `how_a_rosca_works` (~57 tokens)

Explain the payout mechanics of a ROSCA with a concrete example: fixed
    contribution each cycle, one member receives the pot per cycle, rotates until
    everyone has had a turn, interest-free. No personal data.

### `rosca_payout` (~130 tokens)

Calculate a ROSCA's payout and schedule. Inputs: number of members (2-60),
    contribution amount per round, frequency ("weekly"|"biweekly"|"monthly"), and
    your turn in the rotation (1..members). Returns the pot you receive, your turn
    date, total you contribute, per-round amount, and the full rotation schedule.
    Faithful port of the wiremi.ca ROSCA calculator. No personal data.

Input parameters:

- `contribution` (number, required)
- `frequency` (string)
- `members` (integer, required)
- `turn` (integer)

### `rosca_vs_loan` (~140 tokens)

Compare a savings circle (ROSCA) against a bank loan for the same goal.
    Inputs: goal amount (>=100), months (2-60), loan APR percent (0-60). Returns the
    loan's monthly payment, total repaid, and interest cost, versus the ROSCA's zero
    interest, plus the honest tradeoff (a loan pays out now; a ROSCA pays on your turn).
    Faithful port of the wiremi.ca ROSCA-vs-loan tool. No personal data.

Input parameters:

- `apr` (number, required)
- `goal` (number, required)
- `months` (integer, required)

### `does_rosca_build_credit_canada` (~80 tokens)

Answer whether ROSCA / savings-circle payments build credit history in Canada.
    The honest answer: not yet directly to a credit bureau, but a Wiremi on-ledger
    record is the data foundation for a credit-reporting pilot in conversation with a
    Canadian bureau. Never claims bureau reporting is live. No personal data.

### `what_is_wiremi` (~57 tokens)

What Wiremi is and is not, plus its regulatory registrations. Honest about
    being ROSCA-first (not primarily remittance), not reporting to bureaus yet, and
    not operating US payment rails. No personal data.

### `where_wiremi_operates` (~73 tokens)

Where Wiremi operates. Lists the seven live African funding corridors, states
    clearly that CAD and US funding rails are NOT live yet (estimated Q3 2026), and
    notes North American users can download and subscribe but cannot yet fund a wallet
    or send money. No personal data.

### `how_to_start_a_circle` (~51 tokens)

How to start or join a savings circle on Wiremi: download the app, open Group
    Savings, set members/amount/frequency, invite. Includes app links. No personal data.

### `rosca_research_report` (~127 tokens)

Headline findings from Wiremi's public-data report, "The State of ROSCAs in the
    Canadian Diaspora 2026": immigrant population from rotating-savings cultures, the
    credit-invisibility gap measured by Statistics Canada, why ROSCA payments are
    invisible to credit bureaus, and the 70-year history of ROSCAs in Canada. Every
    figure is sourced to public data (Statistics Canada, World Bank, peer-reviewed
    research). Returns the canonical report URL and PDF so callers can cite the source.
    No personal data.

### `ask_wiremi` (~122 tokens)

Ask Wiremi anything about ROSCAs, savings circles, the Wiremi Passport, or how
    Wiremi works, in the user's own words. Routes the question to the best Wiremi answer
    and always points to where to go next. Use this when the other tools do not exactly
    match what the user asked.

    The question text is logged (no other personal data) so Wiremi can see what real
    people ask and improve its answers, the way Search Console shows real search queries.

Input parameters:

- `question` (string, required)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/ca-wiremi-marketing-mcp/wiremi-marketing-mcp-pqlquijg3q-uk#diagnostics

## Score history

- 2026-08-03: 63
- 2026-08-02: 62
- 2026-08-01: 62
- 2026-07-31: 61
- 2026-07-30: 60
- 2026-07-29: 59
- 2026-07-28: 58
- 2026-07-27: 58
- 2026-07-26: 57

## Links

- Remote endpoint: https://wiremi-marketing-mcp-pqlquijg3q-uk.a.run.app/mcp
- Repository: https://github.com/wiremeM/backend-v2
- Changelog RSS feed: https://verifymcp.io/servers/ca-wiremi-marketing-mcp/wiremi-marketing-mcp-pqlquijg3q-uk/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/ca-wiremi-marketing-mcp/wiremi-marketing-mcp-pqlquijg3q-uk/changelog.json
- HTML version of this page: https://verifymcp.io/servers/ca-wiremi-marketing-mcp/wiremi-marketing-mcp-pqlquijg3q-uk
