Server data from the Official MCP Registry
Portable payment, identity, approval, and execution control plane for AI agents.
Portable payment, identity, approval, and execution control plane for AI agents.
Remote endpoints: streamable-http: https://api.agentpay.so/api/mcp
Valid MCP server (2 strong, 4 medium validity signals). 3 known CVEs in dependencies Imported from the Official MCP Registry.
Endpoint verified · Requires authentication · 4 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Remote Plugin
No local installation needed. Your AI client connects to the remote endpoint directly.
Add this to your MCP configuration to connect:
{
"mcpServers": {
"io-github-rumblingb-agentpay": {
"url": "https://api.agentpay.so/api/mcp"
}
}
}From the project's GitHub README.
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/ Platform watch, reconciliation, autonomy loop
dashboard/ Next.js — operator dashboard (app.agentpay.so)
├── app/join/ DTC early access landing
└── app/partner/ Operator intake
Database: PostgreSQL via Supabase + Cloudflare Hyperdrive
AI: Claude Sonnet 4.6 (concierge) + Haiku 4.5 (classify/extract)
Voice: OpenAI Whisper (STT) + ElevenLabs Daniel (TTS)
Rail: Darwin SOAP (UK live) + IRCTC via RapidAPI (India live)
Travelers — iOS TestFlight, no service fee until May 2026: agentpay.gg/join
Operators — embed Ace into your travel product: agentpay.gg/partner
Ace runs on AgentPay — autonomous agent payment infrastructure. Every booking Ace executes goes through an AgentPassport (portable identity + spending policy) and settles on-chain.
2wjGMoDn…P2cvFB9w# 1. Register
POST https://api.agentpay.so/api/merchants/register
{ "name": "My Agent", "email": "you@example.com", "walletAddress": "<solana-wallet>" }
# → { merchantId, apiKey }
# 2. Create intent
POST https://api.agentpay.so/api/v1/payment-intents
{ "merchantId": "<id>", "agentId": "agent-01", "amount": 0.10, "currency": "USDC" }
# → { intentId, verificationToken, instructions }
# 3. Pay + verify
POST /api/v1/payment-intents/:intentId/verify
{ "txHash": "<solana-tx>" }
# 4. Receipt
GET /api/receipt/:intentId
npm install @agentpay/sdk # JS / TypeScript SDK
npx @agentpayxyz/mcp-server # MCP server for Claude Desktop
apps/api-edge/ Cloudflare Workers API (primary public surface)
apps/meridian/ React Native iOS app (Ace)
dashboard/ Next.js operator dashboard
packages/ Shared libraries (bro-trip, etc.)
infra/prisma/ Database schema + SQL migrations
sdk/ TypeScript + Python SDKs
docs/ Architecture, test strategy, pitch decks
Business Source License 1.1 — converts to AGPL-3.0 on 2029-01-01. Non-commercial use is free. Enterprise licenses: enterprise@agentpay.gg
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
by Microsoft · Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption
by mcp-marketplace · Developer Tools
Scaffold, build, and publish TypeScript MCP servers to npm — conversationally