roony-mcp
Verified Safeby Roony-Pay
Overview
Provides open-source AI agent payment governance with spending controls, approval workflows, and virtual card issuance.
Installation
docker compose -f docker/docker-compose.yml up --buildEnvironment Variables
- DATABASE_URL
- STRIPE_SECRET_KEY
- STRIPE_CARDHOLDER_ID
- NODE_ENV
- PORT
Security Notes
The core library focuses on governance logic and abstracting external systems like payments and storage. Provided implementations for PaymentProvider are either mock or explicitly incomplete (Stripe), requiring users to implement a secure integration. Input validation is present for MCP tool calls. Environment variables for sensitive keys are expected. No obvious 'eval' or command injection vulnerabilities were found in the provided source.
Similar Servers
lunar
The Lunar MCP Server acts as an HTTP proxy, designed to intercept, analyze, and manage API traffic within a Python environment, applying policies for caching, throttling, queueing, and collecting data for observability.
mesh
An open-source control plane for Model Context Protocol (MCP) traffic, providing unified authentication, routing, observability, and tool management for AI agents and integrations across various services.
AgentUp
A developer-first framework for building, deploying, and managing AI agents, bringing Docker-like consistency and operational ease to AI agent development.
2ly
Skilder is an infrastructure layer for AI agent tooling, providing a private tool registry and embedded runtimes for integrating with various agent frameworks and custom tools.