InventPay MCP Server
Allows creating and managing Bitcoin payments on the InventPay platform, including generating unique wallet addresses, checking payment status, and handling invoices.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@InventPay MCP ServerCreate a new store called 'Digital Downloads' and add a product for my e-book at $9.99"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
InventPay MCP Server
Give AI agents the ability to manage crypto payments, stores, products, and orders through the Model Context Protocol.
Installation
npm install -g inventpay-mcpOr run directly with npx:
npx inventpay-mcpRelated MCP server: Shopify Agentic MCP Gateway
Configuration
Get your API Keys
Sign up at inventpay.io
Go to Dashboard → Settings
Copy your API key (
pk_live_...) — used for all operations (payments, invoices, store, products, orders, balances)(Optional) Generate a Withdrawal API key (
wk_live_...) — used exclusively for withdrawing funds to external wallets
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"inventpay": {
"command": "npx",
"args": ["-y", "inventpay-mcp"],
"env": {
"INVENTPAY_API_KEY": "your-api-key-here",
"INVENTPAY_WITHDRAWAL_KEY": "your-withdrawal-key-here"
}
}
}
}
INVENTPAY_WITHDRAWAL_KEYis optional. Without it, all tools work exceptcreate_withdrawal.
Claude Code
claude mcp add inventpay -- npx -y inventpay-mcpThen set the environment variables:
export INVENTPAY_API_KEY="your-api-key-here"
export INVENTPAY_WITHDRAWAL_KEY="your-withdrawal-key-here" # Optional — only for withdrawalsCursor
Add to your Cursor MCP settings (.cursor/mcp.json):
{
"mcpServers": {
"inventpay": {
"command": "npx",
"args": ["-y", "inventpay-mcp"],
"env": {
"INVENTPAY_API_KEY": "your-api-key-here",
"INVENTPAY_WITHDRAWAL_KEY": "your-withdrawal-key-here"
}
}
}
}
INVENTPAY_WITHDRAWAL_KEYis optional. Without it, all tools work exceptcreate_withdrawal.
Windsurf
Add to your Windsurf MCP config:
{
"mcpServers": {
"inventpay": {
"command": "npx",
"args": ["-y", "inventpay-mcp"],
"env": {
"INVENTPAY_API_KEY": "your-api-key-here",
"INVENTPAY_WITHDRAWAL_KEY": "your-withdrawal-key-here"
}
}
}
}
INVENTPAY_WITHDRAWAL_KEYis optional. Without it, all tools work exceptcreate_withdrawal.
Available Tools
Payments
Tool | Description |
| Create a crypto payment with a unique wallet address |
| Create a multi-currency invoice (customer chooses crypto) |
| Check payment status, confirmations, and transaction details |
Balances
Tool | Description |
| Get all cryptocurrency balances (available, pending, earned, withdrawn) |
Withdrawals
Tool | Description |
| Withdraw funds to an external wallet address |
| Check withdrawal status and transaction hash |
Store Management
Tool | Description |
| Create a crypto-powered storefront |
| Get store details, product count, and order count |
| Update store name, description, logo, or visibility |
Products
Tool | Description |
| Add a digital product with automatic delivery content |
| List products with search and pagination |
| Update product details, price, or digital content |
| Deactivate a product |
Orders
Tool | Description |
| List orders with status filter and pagination |
| Get full order details (items, payment, customer) |
| Update fulfillment status |
Analytics
Tool | Description |
| Get order counts, revenue breakdown, and product stats |
Example Prompts
Once connected, you can ask your AI agent things like:
"Create a new store called 'Digital Downloads' and add a product for my e-book at $9.99"
"Show me all my pending orders"
"What's my current ETH balance?"
"Create a payment for $50 in Bitcoin"
"How much revenue has my store generated?"
Environment Variables
Variable | Required | Description |
| Yes | Your merchant API key ( |
| No | Withdrawal-only key ( |
| No | API base URL (default: |
License
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceEnables AI agents to perform e-commerce operations through a standardized interface implementing the x402 and Agentic Commerce Protocol (ACP). Supports merchant sessions, product search, and payment orchestration with production-ready security features.
- AlicenseAqualityFmaintenanceEnables AI agents to autonomously browse inventory, negotiate terms, manage carts, and execute secure payments on Shopify stores using standardized protocols. It provides a bridge for LLMs to handle the entire commerce lifecycle from discovery to order tracking through a verifiable mandate chain.52MIT
- Alicense-qualityBmaintenanceEnables an AI agent to act as a merchant, selling catalog items and issuing USDC invoices with cross-chain payment support via Arcorapay.2MIT
- Flicense-qualityDmaintenanceEnables AI models to manage escrow payments, account monitoring, and blockchain-verified transactions through the Model Context Protocol.1
Related MCP Connectors
Agent Commerce Protocol MCP — bridges Stripe ACP + Google AP2 + Coinbase x402 for agent payments
Let AI agents add Yolfi crypto checkout, paylinks, webhooks, and status checks.
Agent Commerce MCP — agent-native A2A storefront. Discovery, Stripe checkout, affiliate program.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jams24/inventpay-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server