MCP Server for Iaptic
@iaptic
关于 MCP Server for Iaptic
Model Context Protocol server for interacting with iaptic
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"mcp-server-iaptic": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"mcp-server-iaptic",
"--client",
"claude"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is MCP Server for Iaptic?
MCP Server for Iaptic is a Model Context Protocol server that enables Claude or other AI assistants to query the Iaptic payment and subscription API. It provides tools to retrieve data about customers, purchases, transactions, statistics, events, and Stripe prices, allowing AI to answer business questions about your app’s billing data.
How to use MCP Server for Iaptic?
Install via Smithery (npx -y @smithery/cli install mcp-server-iaptic --client claude) or manually with npx mcp-server-iaptic --api-key YOUR_API_KEY --app-name YOUR_APP_NAME. Configure it as an MCP client tool (e.g., in Claude Desktop’s claude_desktop_config.json) and then use the exposed tool list to interact with Iaptic data.
Key features of MCP Server for Iaptic
- Customer management: list, get, subscriptions, transactions, add purchase
- Purchase listing with pagination, date, and customer filters
- Transaction listing with pagination and date or purchase ID filters
- General and app-specific revenue statistics
- Event listing with raw JSON option and detailed event info
- Switch and reset between Iaptic app configurations
Use cases of MCP Server for Iaptic
- Support agents ask Claude to look up customer purchase history
- Finance team queries transaction volumes within a date range
- Developer checks subscription status of a specific customer
- Product manager reviews daily event log for a live app
FAQ from MCP Server for Iaptic
What are the installation requirements?
Node.js >= 18 and an Iaptic account with API credentials.
How do I authenticate to Iaptic?
Provide your Iaptic API key and app name via the --api-key and --app-name command-line arguments.
Can I filter the results returned by list tools?
Yes. purchase_list and transaction_list support limit (default 100, max 1000), offset, startdate, enddate, and specific ID filters (customerId for purchases, purchaseId for transactions).
Can I switch to a different Iaptic app without restarting the server?
Yes. Use the iaptic_switch_app tool with a new appName and apiKey, and iaptic_reset_app to return to the default app.
Where does the data come from and how is it stored?
All data is fetched live from the Iaptic API. No local data storage is described—queries are made on demand.
其他 分类下的更多 MCP 服务器
ICSS
chokcoco不止于 CSS
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.

EverArt
modelcontextprotocolModel Context Protocol Servers
评论