Mcp Server
@dodopayments
Mcp Server について
概要はまだありません
基本情報
設定
ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Mcp Server?
It provides convenient access to the Dodo Payments REST API from server-side TypeScript or JavaScript.
How to use Mcp Server?
Install via npm install dodopayments, create a client with a bearer token and an environment option (test_mode or live_mode), then call methods like client.payments.create().
Key features of Mcp Server
- Full TypeScript definitions for request params and response fields.
- Automatic retries (2 retries by default) with exponential backoff.
- Configurable timeouts (1 minute default).
- Auto-pagination for list endpoints using async iteration.
- Customizable fetch client and HTTP(S) agent support.
- Access to raw Response data via
.asResponse()and.withResponse().
Use cases of Mcp Server
- Integrate Dodo Payments payment processing into Node.js applications.
- Manage payments, customers, and product carts programmatically.
- Handle API errors with typed error classes (e.g., BadRequestError).
- Automatically paginate through large lists of payments or other resources.
- Proxy API requests through custom HTTP agents.
FAQ from Mcp Server
How is authentication handled?
The client requires a bearer token, typically set via the DODO_PAYMENTS_API_KEY environment variable, and passed in the constructor.
How does the library handle errors?
It throws subclasses of APIError (e.g., BadRequestError, RateLimitError) for non‑success status codes; connection errors raise APIConnectionError.
Does the library support pagination?
Yes. List methods are paginated; you can use for await…of to iterate over all pages automatically, or manually request pages with getNextPage().
Can I customize the HTTP agent or fetch client?
Yes. Provide an httpAgent option for proxies, or pass a custom fetch function when instantiating the client.
What are the runtime requirements?
The library is designed for server‑side TypeScript or JavaScript. It uses node-fetch in Node by default, but supports web‑standard fetch via shims.
「その他」の他のコンテンツ
Codelf
unbugA search tool helps dev to solve the naming things problem.
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
コメント