Agent Billy
@Agent-Billy
About Agent Billy
MCP server that gives AI agents and teams secure, role-based access to Stripe billing operations — customer lookups, subscription management, refunds, invoice history; without exposing Stripe dashboard credentials. Sub-100ms reads via local Stripe sync engine. 4 permission levels
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"agent-billy": {
"command": "npx",
"args": [
"-y",
"agent-billy"
],
"env": {
"BILLY_API_URL": "https://yourorg.agentbilly.ai",
"BILLY_TOKEN": "billy_your-api-key"
}
}
}
}Tools
18List recent charges from your Stripe account. Optionally filter by status (succeeded, failed, pending).
Get detailed information about a specific charge by its Stripe charge ID.
List customers in your Stripe account.
Get detailed information about a specific customer by their Stripe customer ID.
List subscriptions with optional status filter (active, past_due, canceled, trialing).
List invoices with optional status filter (draft, open, paid, void, uncollectible).
List all refunds that have been issued.
Get a dashboard snapshot: MTD revenue, payment success rate, active subscriptions, failed charges, and more.
Search across customers, charges, subscriptions, and invoices by keyword (email, name, ID, etc.).
Issue a refund for a charge. Optionally specify a partial amount and reason.
Create a new Stripe customer with email and optional name, description, and metadata.
Update an existing customer's email, name, description, or metadata.
Cancel a subscription. By default cancels at end of billing period. Set immediately=true to cancel right now.
Reactivate a previously canceled subscription (only works if it hasn't fully expired yet).
Send an invoice to the customer via email.
Void an invoice so it can no longer be paid. Use this for invoices sent in error.
Create a discount coupon. Specify either percent_off or amount_off, plus duration.
Delete a coupon so it can no longer be applied to new customers.
Overview
What is Agent Billy?
Agent Billy is an MCP server that gives AI agents and teams secure, role-based access to Stripe billing operations — including customer lookups, subscription management, refunds, and invoice history — without exposing Stripe dashboard credentials. It uses a local Stripe sync engine for sub-100ms reads and offers 4 permission levels with audit logging.
How to use Agent Billy?
—
Key features of Agent Billy
- Role-based access to Stripe billing operations
- Sub-100ms reads via local sync engine
- 4 permission levels with audit logging
- No Stripe dashboard credentials exposed
- Customer lookups, subscription management, refunds, invoice history
- $14.99/month pricing
Use cases of Agent Billy
- Allow AI agents to manage customer subscriptions securely
- Enable refund processing without sharing Stripe credentials
- Provide teams with audited, permissioned access to billing data
FAQ from Agent Billy
What Stripe operations does Agent Billy support?
Agent Billy supports customer lookups, subscription management, refunds, and invoice history.
How does Agent Billy keep Stripe credentials secure?
Agent Billy does not expose Stripe dashboard credentials; it provides access through its own permission system.
How fast are reads via Agent Billy?
Reads are sub-100ms thanks to a local Stripe sync engine.
What permission levels does Agent Billy offer?
Agent Billy offers 4 permission levels with audit logging.
How much does Agent Billy cost?
Agent Billy is priced at $14.99/month.
Frequently asked questions
What Stripe operations does Agent Billy support?
Agent Billy supports customer lookups, subscription management, refunds, and invoice history.
How does Agent Billy keep Stripe credentials secure?
Agent Billy does not expose Stripe dashboard credentials; it provides access through its own permission system.
How fast are reads via Agent Billy?
Reads are sub-100ms thanks to a local Stripe sync engine.
What permission levels does Agent Billy offer?
Agent Billy offers 4 permission levels with audit logging.
How much does Agent Billy cost?
Agent Billy is priced at $14.99/month.
Basic information
More AI & Agents MCP servers
UnificAlly MCP
unifically-devUnificAlly MCP server. One API for 100+ AI video, image, music and speech models. https://mcp.unifically.com/mcp
21st.dev Magic AI Agent
21st-devIt's like v0 but in your Cursor/WindSurf/Cline. 21st dev Magic MCP server for working with your frontend like Magic
Agentic Atlas
Avery JonesConsult field-tested agent-system design patterns through 8 hosted, read-only tools for orientation, deep reading, relationships, provenance, glossary terms, and publication decisions.
CrawlForge MCP Server
mysleekdesigns28-tool MCP server for web scraping, crawling, deep research & autonomous extraction — clean Markdown & structured JSON for Claude, Cursor & any MCP client. 1,000 free one-time credits, local-Ollama LLM support.
🔎 GPT Researcher
assafelovicAn autonomous agent that conducts deep research on any data using any LLM providers
Comments