
Wiremi Marketing MCP
Wiremi Marketing MCP is a MCP server that provides read-only ROSCA and savings-circle answers and calculators from Wiremi public facts.
About
Wiremi Marketing MCP is a read-only hosted MCP server that lets coding agents answer questions about rotating savings and credit associations (ROSCAs) and savings circles using Wiremi's published facts and calculator tooling. fintech founders use it when they need credible, on-brand explanations during audience research, landing-page drafts, or investor FAQs without inventing regulatory nuance. The server is exposed as streamable HTTP from a Cloud Run URL and ships as version 1.1.0 with a GitHub source pointer to the Wiremi backend-v2 project, which helps technical developers trace how public marketing data is served. Because access is read-only, it supports education and narrative work rather than moving money or mutating user ledgers. Pair it with your own compliance review before Ship; the MCP accelerates how you talk about ROSCA mechanics, not whether your product is licensed. Ideal when you are still clarifying who saves together and why Wiremi-style circles matter.
- Read-only marketing MCP backed by Wiremi public facts
- ROSCA and savings-circle Q&A suitable for positioning and education flows
- Built-in calculators for agent-led scenario explanations
- Remote streamable-http deployment on Google Cloud Run
- Open-source backend-v2 repository linked at version 1.1.0
Wiremi Marketing MCP by the numbers
- Exposes 10 verified tools (MCP introspection)
- Data as of Jul 7, 2026 (Skillselion catalog sync)
claude mcp add --transport http marketing-mcp https://wiremi-marketing-mcp-pqlquijg3q-uk.a.run.app/mcpAdd your badge
Show developers this MCP server is listed on Skillselion. Paste this into your README.
| Transport | HTTP |
|---|---|
| Auth | None |
| Tools | 10 |
What it does
Answer ROSCA and savings-circle questions with Wiremi-backed calculators and public facts while shaping fintech product narratives.
Who is it for?
Best when you're exploring community savings, ROSCA education sites, or Wiremi-adjacent product stories before implementation.
Skip if: Production treasury operations, KYC flows, or any workflow that requires write access to user balances or payments.
What you get
Your agent cites Wiremi-backed explanations and runs savings-circle calculators so audience and messaging work stays consistent with public positioning.
- ROSCA and savings-circle FAQ content grounded in Wiremi facts
- Calculator-driven scenario explanations in agent threads
- Audience research notes with fewer invented financial details
By the numbers
- Server version 1.1.0
- Repository source github.com/wiremeM/backend-v2
- Transport type streamable-http on hosted Cloud Run URL
Tools 10
Public tool metadata - what this server can do for an agent.
what_is_a_rosca1 paramExplain 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.
termstring
how_a_rosca_worksExplain 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_payout4 paramsCalculate 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.
membersintegerrequiredcontributionnumberrequiredfrequencystringturninteger
rosca_vs_loan3 paramsCompare 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.
goalnumberrequiredmonthsintegerrequiredaprnumberrequired
does_rosca_build_credit_canadaAnswer 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_wiremiWhat 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_operatesWhere 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_circleHow 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_reportHeadline 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_wiremi1 paramAsk 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.
questionstringrequired
Recommended MCP Servers
How it compares
Read-only marketing and education MCP, not a banking core integration or payments execution server.
FAQ
Who is ca.wiremi/marketing-mcp for?
Fintech developers and marketers who need agent-grounded ROSCA and savings-circle explanations aligned with Wiremi public facts.
When should I use ca.wiremi/marketing-mcp?
Use it during audience research, landing copy, and validate-stage positioning when you need calculators and Q&A without touching live user data.
How do I add ca.wiremi/marketing-mcp to my agent?
Add the remote streamable-http MCP URL from the server manifest to your MCP client, then call the marketing tools from your agent workspace.