Portable payment, identity, approval, and execution control plane for AI agents.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"io-github-rumblingb-agentpay": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Portable payment, identity, approval, and execution control plane for AI agents.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationBe the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in ai-ml / finance
Dynamic problem-solving through sequential thought chains
A Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
An open-source AI agent that brings the power of Gemini directly into your terminal.
Real-time financial market data: stocks, forex, crypto, commodities, and economic indicators
MCP Security Weekly
Get CVE alerts and security updates for io.github.Rumblingb/agentpay and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Say the trip once. Ace books it.
UK rail · India rail · No service fee until May 2026
Ace is a voice-first AI travel concierge that lives on your phone. You speak once, naturally. Ace finds the route, applies your railcard, quotes the fare, takes one tap to confirm, and delivers a ticket to your inbox — without you touching a form or switching a tab.
It is not a chatbot. It is not a booking engine with a voice layer bolted on. Ace is an economic agent: it holds your preferences, executes autonomously, and stays with the trip after booking — watching for delays, platform changes, and disruptions.
"Book a train from London Paddington to Bristol Temple Meads, tomorrow morning, cheapest."
Ace: Done. £24.50 · 07:04 depart · ticket to your inbox.
→ Try it yourself on TestFlight
| Feature | Status |
|---|---|
| Voice booking — UK rail (National Rail / Darwin) | ✅ Live |
| Voice booking — India rail (IRCTC) | ✅ Live |
| Railcard auto-detection + discount | ✅ Live |
| UPI payment (India) | ✅ Live |
| Stripe payment (UK) | ✅ Live |
| Platform change push alerts | ✅ Live |
| Live disruption monitoring | ✅ Live |
| Receipt + wallet pass | ✅ Live |
| AceFace — GPU-rendered 3D voice presence | ✅ Live |
| EU rail (Rail Europe) | 🔜 Next |
| Flights (Duffel) | 🔜 Next |
| Hotels | 🔜 Q2 |
| Android | 🔜 Q2 |
AceFace is Ace's voice presence — a GPU-rendered sculptural bust that reacts in real-time to speech energy, mic amplitude, and phase state. It is not decorative.
apps/meridian/ React Native / Expo iOS app (the Ace experience)
├── components/AceFaceSkia.tsx GPU presence layer (Skia + Reanimated)
├── components/AceBrain.tsx Runtime selector (3D / Skia / SVG fallback)
├── app/(main)/converse.tsx Voice conversation + confirm card
├── app/(main)/journey/ Live trip tracking
├── app/(main)/receipt/ Receipt + wallet pass
└── lib/speech.ts STT proxy (Whisper via server-side API)
apps/api-edge/ Cloudflare Workers — public API surface
├── src/routes/concierge.ts Ace AI concierge (Claude Sonnet)
├── src/routes/voice.ts STT + TTS proxy (Whisper + ElevenLabs)
├── src/routes/rcm.ts Revenue cycle management (hospital billing)
└── src/cron/
... [View full README on GitHub](https://github.com/Rumblingb/Agentpay#readme)