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.

评论

其他 分类下的更多 MCP 服务器