remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Integrations
Used for schema validation in custom endpoints, allowing developers to define input schemas for tools using Zod's type system which are then converted to JSON Schema through the zodToJsonSchema function.
Dodo 결제 노드 MCP 서버
스테인리스 로 만들어졌습니다.
설치
직접 호출
npx
를 통해 MCP 서버를 직접 실행할 수 있습니다.
지엑스피1
MCP 클라이언트를 통해
modelcontextprotocol.io 에서 기존 클라이언트 목록 일부를 확인할 수 있습니다. 이미 클라이언트가 있는 경우 해당 설명서를 참조하여 MCP 서버를 설치하세요.
구성 JSON이 있는 클라이언트의 경우 다음과 같습니다.
필터링 도구
명령줄에서 패키지를 실행하여 MCP 서버에서 제공하는 도구 세트를 검색하고 필터링할 수 있습니다. 이는 모든 엔드포인트를 한 번에 포함하는 것이 AI 컨텍스트 창에 너무 많은 대규모 API에 유용할 수 있습니다.
다양한 측면으로 필터링할 수 있습니다.
--tool
이름으로 특정 도구를 포함합니다.--resource
특정 리소스 아래의 모든 도구를 포함하며 와일드카드(예:my.resource*
를 가질 수 있습니다.--operation
읽기(get/list) 작업만 포함되거나 쓰기 작업만 포함됩니다.
--help
입력하여 자세한 내용을 확인하세요.
이러한 모든 명령줄 옵션은 반복되고, 결합될 수 있으며, 해당 제외 버전(예: --no-tool
)을 가질 수 있습니다.
사용 가능한 도구 목록을 보려면 --list
사용하거나 아래를 참조하세요.
도구와 서버를 개별적으로 가져오기
사용 가능한 도구
이 MCP 서버에서는 다음과 같은 도구를 사용할 수 있습니다.
자원 payments
:
create_payments
(write
):retrieve_payments
(read
):list_payments
(read
):
리소스 subscriptions
:
create_subscriptions
(write
):retrieve_subscriptions
(read
):update_subscriptions
(write
):list_subscriptions
(read
):charge_subscriptions
(write
):
리소스 invoices.payments
:
retrieve_invoices_payments
(read
):
리소스 licenses
:
activate_licenses
(write
):deactivate_licenses
(write
):validate_licenses
(write
):
리소스 license_keys
:
retrieve_license_keys
(read
):update_license_keys
(write
):list_license_keys
(read
):
리소스 license_key_instances
:
retrieve_license_key_instances
(read
):update_license_key_instances
(write
):list_license_key_instances
(read
):
리소스 customers
:
create_customers
(write
):retrieve_customers
(read
):update_customers
(write
):list_customers
(read
):
리소스 customers.customer_portal
:
create_customers_customer_portal
(write
):
리소스 refunds
:
create_refunds
(write
):retrieve_refunds
(read
):list_refunds
(read
):
자원 disputes
:
retrieve_disputes
(read
):list_disputes
(read
):
자원 payouts
:
list_payouts
(read
):
리소스 webhook_events
:
retrieve_webhook_events
(read
):list_webhook_events
(read
):
리소스 products
:
create_products
(write
):retrieve_products
(read
):update_products
(write
):list_products
(read
):delete_products
(write
):unarchive_products
(write
):
리소스 products.images
:
update_products_images
(write
):
리소스 misc
:
list_supported_countries_misc
(read
):
리소스 discounts
:
create_discounts
(write
):code
생략되거나 비어 있으면 무작위 16자 대문자 코드가 생성됩니다.retrieve_discounts
(read
): GET /할인/{할인_id}update_discounts
(write
): 패치 /discounts/{discount_id}list_discounts
(read
): GET /discountsdelete_discounts
(write
): DELETE /discounts/{discount_id}
This server cannot be installed
Dodo Payments MCP 서버는 에이전트 프레임워크와 통합되어 청구, 구독, 고객 관리 등 AI 기반 결제 작업을 위한 가볍고 서버리스 호환 인터페이스를 제공합니다. 이를 통해 자율 에이전트가 Dodo Payments를 사용하여 사용자를 대신하여 안전하게 작업할 수 있습니다.
- Installation
- Filtering tools
- Importing the tools and server individually
- Available Tools
- Resource payments:
- Resource subscriptions:
- Resource invoices.payments:
- Resource licenses:
- Resource license_keys:
- Resource license_key_instances:
- Resource customers:
- Resource customers.customer_portal:
- Resource refunds:
- Resource disputes:
- Resource payouts:
- Resource webhook_events:
- Resource products:
- Resource products.images:
- Resource misc:
- Resource discounts: