MCP.so
ログイン
K

Khalti Mcp

@Abidit

Khalti Mcp について

概要はまだありません

基本情報

カテゴリ

その他

トランスポート

stdio

公開者

Abidit

投稿者

Abidit Shrestha

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "khalti": {
      "command": "npx",
      "args": [
        "-y",
        "khalti-mcp"
      ],
      "env": {
        "KHALTI_SECRET_KEY": "<YOUR_KHALTI_SECRET_KEY>",
        "KHALTI_ENVIRONMENT": "sandbox"
      }
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is Khalti Mcp?

Khalti Mcp is a Model Context Protocol (MCP) server that integrates the Khalti payment gateway with Claude. It enables Claude to interact with Khalti’s payment API through a standardized tool interface.

How to use Khalti Mcp?

Install and configure via Claude Desktop’s claude_desktop_config.json. Set the command to npx -y khalti-mcp and provide KHALTI_SECRET_KEY and KHALTI_GATEWAY_URL environment variables. Alternatively, add it to Claude Code with claude mcp add khalti-mcp -- npx -y khalti-mcp.

Key features of Khalti Mcp

  • Integrates Khalti payment gateway with Claude
  • Uses the Model Context Protocol for standardized tool access
  • Simple configuration via environment variables
  • Runs via npx with no additional installation required
  • Supports both Claude Desktop and Claude Code

Use cases of Khalti Mcp

  • Initiating payment requests through natural language in Claude
  • Checking payment status or verifying transactions
  • Building automated payment workflows with Khalti

FAQ from Khalti Mcp

What is the Model Context Protocol (MCP)?

MCP is an open standard that enables Claude and other AI models to safely interact with tools, APIs, and data sources.

What environment variables are required?

You must set KHALTI_SECRET_KEY and KHALTI_GATEWAY_URL in the server configuration.

Can I run Khalti Mcp with Claude Code?

Yes, use the command claude mcp add khalti-mcp -- npx -y khalti-mcp.

Does Khalti Mcp work offline?

No, it requires a network connection to reach the Khalti gateway URL.

Is a Khalti merchant account required?

Yes, you need a Khalti secret key and the correct gateway URL, which are obtained from your Khalti account.

コメント

「その他」の他のコンテンツ